Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -201,7 +201,7 @@ public class PublisherVersionViewTest { | ... | @@ -201,7 +201,7 @@ public class PublisherVersionViewTest { |
201 | 201 | ||
202 | @Nested | 202 | @Nested |
203 | @DisplayName("save method") | 203 | @DisplayName("save method") |
204 | - class saveTests{ | 204 | + class SaveTests{ |
205 | PublisherVersionView publisherVersionViewForSave; | 205 | PublisherVersionView publisherVersionViewForSave; |
206 | public boolean addCalled = false; | 206 | public boolean addCalled = false; |
207 | public boolean updateCalled = false; | 207 | public boolean updateCalled = false; |
... | @@ -243,7 +243,7 @@ public class PublisherVersionViewTest { | ... | @@ -243,7 +243,7 @@ public class PublisherVersionViewTest { |
243 | 243 | ||
244 | @Nested | 244 | @Nested |
245 | @DisplayName("post construct method") | 245 | @DisplayName("post construct method") |
246 | - class init { | 246 | + class Init { |
247 | 247 | ||
248 | private List<Country> countries; | 248 | private List<Country> countries; |
249 | 249 | ||
... | @@ -262,7 +262,7 @@ public class PublisherVersionViewTest { | ... | @@ -262,7 +262,7 @@ public class PublisherVersionViewTest { |
262 | 262 | ||
263 | @Nested | 263 | @Nested |
264 | @DisplayName("Update method") | 264 | @DisplayName("Update method") |
265 | - class updateTests { | 265 | + class UpdateTests { |
266 | 266 | ||
267 | @BeforeEach | 267 | @BeforeEach |
268 | public void given(@Mock Publisher publisherMock) { | 268 | public void given(@Mock Publisher publisherMock) { |
... | @@ -284,7 +284,7 @@ public class PublisherVersionViewTest { | ... | @@ -284,7 +284,7 @@ public class PublisherVersionViewTest { |
284 | 284 | ||
285 | @Nested | 285 | @Nested |
286 | @DisplayName("given some input fields") | 286 | @DisplayName("given some input fields") |
287 | - class given { | 287 | + class Given { |
288 | 288 | ||
289 | @Captor | 289 | @Captor |
290 | ArgumentCaptor<PublisherVersion> publisherVersionArgumentCaptor; | 290 | ArgumentCaptor<PublisherVersion> publisherVersionArgumentCaptor; |
... | @@ -333,7 +333,7 @@ public class PublisherVersionViewTest { | ... | @@ -333,7 +333,7 @@ public class PublisherVersionViewTest { |
333 | 333 | ||
334 | @Nested | 334 | @Nested |
335 | @DisplayName("Add method") | 335 | @DisplayName("Add method") |
336 | - class addTests { | 336 | + class AddTests { |
337 | 337 | ||
338 | @BeforeEach | 338 | @BeforeEach |
339 | public void given(@Mock Publisher publisherMock) { | 339 | public void given(@Mock Publisher publisherMock) { |
... | @@ -355,7 +355,7 @@ public class PublisherVersionViewTest { | ... | @@ -355,7 +355,7 @@ public class PublisherVersionViewTest { |
355 | 355 | ||
356 | @Nested | 356 | @Nested |
357 | @DisplayName("given some input fields") | 357 | @DisplayName("given some input fields") |
358 | - class given { | 358 | + class Given { |
359 | 359 | ||
360 | @Captor | 360 | @Captor |
361 | ArgumentCaptor<PublisherVersion> publisherVersionArgumentCaptor; | 361 | ArgumentCaptor<PublisherVersion> publisherVersionArgumentCaptor; | ... | ... |
-
Please register or login to post a comment