Commit 51340b80 by Antonio Rueda

Renombrado de clase.

parent cbe7bbf7
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package es.ujaen.dae.reservahoteles.util;
import org.assertj.core.api.Assertions;
......@@ -11,7 +8,7 @@ import org.junit.jupiter.api.Test;
*
* @author ajrueda
*/
public class TestUtilidadesCadenas {
public class TestUtilString {
@Test
void testNormalizar() {
Assertions.assertThat(UtilString.normalizar(" áÁaaa ´ OO_OO ")).isEqualTo("aaaaa oooo");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment