Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
order-management-backend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
order-management-backend
Commits
f7b74923
Commit
f7b74923
authored
May 10, 2021
by
Alex Segers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-91]
🚚
Change unit tests directory (
@asegers
)
parent
5e339451
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ManagerTests.java
...test/java/com/afp/ordermanagement/model/ManagerTests.java
+1
-3
ValidatableEntity.java
...java/com/afp/ordermanagement/model/ValidatableEntity.java
+1
-1
No files found.
backend/order-management/src/test/java/com/afp/ordermanagement/model/ManagerTests.java
View file @
f7b74923
package
com
.
afp
.
ordermanagement
.
UNIT_TESTS
.
model
;
package
com
.
afp
.
ordermanagement
.
model
;
import
com.afp.ordermanagement.UNIT_TESTS.helper.ValidatableEntity
;
import
com.afp.ordermanagement.model.Manager
;
import
org.junit.jupiter.params.ParameterizedTest
;
import
org.junit.jupiter.params.provider.CsvSource
;
...
...
backend/order-management/src/test/java/com/afp/ordermanagement/model/ValidatableEntity.java
View file @
f7b74923
package
com
.
afp
.
ordermanagement
.
UNIT_TESTS
.
helper
;
package
com
.
afp
.
ordermanagement
.
model
;
import
com.github.javafaker.Faker
;
//import com.sun.tools.javac.util.List;
...
...
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