Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-07 15:32:30 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a141889bfcf598f96df9e9e44df8d0e4049ce49
8a141889
1 parent
b8b03182
Ajout de commentaire
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/test/java/org/legrog/web/xyz/ListCountriesViewTest.java
src/test/java/org/legrog/web/xyz/ListCountriesViewTest.java
View file @
8a14188
...
...
@@ -28,6 +28,9 @@ public class ListCountriesViewTest {
private
List
<
Country
>
countryList
;
@BeforeEach
/*
@param sharedService Mock de SharedService
*/
public
void
setup
(
@Mock
SharedService
sharedService
)
throws
Exception
{
countryList
=
new
ArrayList
<>();
...
...
Please
register
or
login
to post a comment