Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Antonio Rueda
/
reserva-hoteles
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
51340b80
authored
Oct 02, 2024
by
Antonio Rueda
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Renombrado de clase.
parent
cbe7bbf7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
src/test/java/es/ujaen/dae/reservahoteles/util/TestUtilString.java
src/test/java/es/ujaen/dae/reservahoteles/util/TestUtilString.java
View file @
51340b80
/*
* 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
;
package
es
.
ujaen
.
dae
.
reservahoteles
.
util
;
import
org.assertj.core.api.Assertions
;
import
org.assertj.core.api.Assertions
;
...
@@ -11,7 +8,7 @@ import org.junit.jupiter.api.Test;
...
@@ -11,7 +8,7 @@ import org.junit.jupiter.api.Test;
*
*
* @author ajrueda
* @author ajrueda
*/
*/
public
class
TestUtil
idadesCadenas
{
public
class
TestUtil
String
{
@Test
@Test
void
testNormalizar
()
{
void
testNormalizar
()
{
Assertions
.
assertThat
(
UtilString
.
normalizar
(
" áÁaaa ´ OO_OO "
)).
isEqualTo
(
"aaaaa oooo"
);
Assertions
.
assertThat
(
UtilString
.
normalizar
(
" áÁaaa ´ OO_OO "
)).
isEqualTo
(
"aaaaa oooo"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment