Jean-Francois Leveque

Correction nommage des classes

...@@ -140,7 +140,7 @@ public class PublisherVersionViewTest { ...@@ -140,7 +140,7 @@ public class PublisherVersionViewTest {
140 140
141 @Nested 141 @Nested
142 @DisplayName("loadData method") 142 @DisplayName("loadData method")
143 - class loadDataTests{ 143 + class LoadDataTests{
144 144
145 @Test 145 @Test
146 @DisplayName("Loads all actions on it") 146 @DisplayName("Loads all actions on it")
...@@ -183,7 +183,7 @@ public class PublisherVersionViewTest { ...@@ -183,7 +183,7 @@ public class PublisherVersionViewTest {
183 183
184 @Nested 184 @Nested
185 @DisplayName("getImmutableValues method") 185 @DisplayName("getImmutableValues method")
186 - class getImmutableValuesTests{ 186 + class GetImmutableValuesTests{
187 @BeforeEach 187 @BeforeEach
188 @DisplayName("given a way to get a null") 188 @DisplayName("given a way to get a null")
189 public void given(@Mock PublisherService publisherService) { 189 public void given(@Mock PublisherService publisherService) {
......