Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Smejkal
Pa165 Secret Archive
Commits
6d3cdac2
Commit
6d3cdac2
authored
Apr 24, 2022
by
Smejky338
Browse files
Remove unused @RunWith annotation
parent
db4deb2b
Pipeline
#131871
waiting for manual action with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
secret-archive-service/src/test/java/cz/fi/muni/pa165/seminar4/group7/CountryServiceTest.java
View file @
6d3cdac2
...
...
@@ -6,10 +6,8 @@ import cz.fi.muni.pa165.seminar4.group7.entity.Country;
import
cz.fi.muni.pa165.seminar4.group7.entity.Mission
;
import
org.junit.jupiter.api.BeforeAll
;
import
org.junit.jupiter.api.Test
;
import
org.junit.runner.RunWith
;
import
org.mockito.InjectMocks
;
import
org.mockito.Mock
;
import
org.mockito.junit.MockitoJUnitRunner
;
import
org.springframework.boot.test.context.SpringBootTest
;
import
java.util.List
;
...
...
@@ -21,7 +19,6 @@ import static org.mockito.Mockito.when;
/**
* @author Jan Smejkal
*/
@RunWith
(
MockitoJUnitRunner
.
class
)
@SpringBootTest
public
class
CountryServiceTest
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment