Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
DAE-Ujapack
/
Ujapack
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
cd8767dc
authored
Oct 26, 2020
by
Rafael Ortega Chica
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
test
parent
dd30f9a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/test/java/es/ujaen/dae/Ujapack/beans/ServicioUjapackImplIntegrationTest.java
src/test/java/es/ujaen/dae/Ujapack/beans/ServicioUjapackImplIntegrationTest.java
View file @
cd8767dc
...
...
@@ -24,9 +24,8 @@ public class ServicioUjapackImplIntegrationTest {
@Test
public
void
testcrearEnvio
(){
Assertions
.
assertTrue
(
ujaPack
.
crearEnvio
(
"Jose"
,
"Maria"
,
"Castellon"
,
"Islas Baleares"
,
0.5f
,
20.4f
,
20.4f
,
20.4f
));
Assertions
.
assertFalse
(
ujaPack
.
crearEnvio
(
"Jose"
,
"Maria"
,
"Linares"
,
"Sevilla"
,
0.5f
,
20.4f
,
20.4f
,
20.4f
));
Assertions
.
assertFalse
(
ujaPack
.
crearEnvio
(
"Jose"
,
"Maria"
,
20
,
"Sevilla"
,
0.5f
,
20.4f
,
20.4f
,
20.4f
));
}
}
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