Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BI-IDO Flight Log Public2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Azim Azimli
BI-IDO Flight Log Public2
Commits
3a8ee91b
Commit
3a8ee91b
authored
5 months ago
by
Jiří Mlejnek
Browse files
Options
Downloads
Patches
Plain Diff
Add imports and constants
parent
275b559f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
services/src/test/java/eu/profinit/education/flightlog/service/PersonServiceTest.java
+5
-0
5 additions, 0 deletions
...ofinit/education/flightlog/service/PersonServiceTest.java
with
5 additions
and
0 deletions
services/src/test/java/eu/profinit/education/flightlog/service/PersonServiceTest.java
+
5
−
0
View file @
3a8ee91b
...
...
@@ -5,6 +5,7 @@ import static org.junit.jupiter.api.Assertions.assertSame;
import
static
org
.
mockito
.
ArgumentMatchers
.
any
;
import
static
org
.
mockito
.
Mockito
.
when
;
import
java.util.Arrays
;
import
java.util.List
;
import
java.util.Optional
;
...
...
@@ -26,6 +27,10 @@ import eu.profinit.education.flightlog.to.PersonTo;
@ExtendWith
(
MockitoExtension
.
class
)
class
PersonServiceTest
{
private
static
final
List
<
String
>
PERSON_ROLES
=
Arrays
.
asList
(
"PILOT"
);
private
static
final
String
PERSON_LAST_NAME
=
"Spoustová"
;
private
static
final
String
PERSON_FIRST_NAME
=
"Kamila"
;
@Mock
private
PersonRepository
personRepository
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment