Jean-Francois Leveque

Comments in English

...@@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat; ...@@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
26 import static org.mockito.Mockito.*; 26 import static org.mockito.Mockito.*;
27 27
28 /** 28 /**
29 - * Classe testant PublisherServiceDefault. 29 + * Class testing PublisherServiceDefault
30 */ 30 */
31 @RunWith(JUnitPlatform.class) 31 @RunWith(JUnitPlatform.class)
32 @ExtendWith(MockitoExtension.class) 32 @ExtendWith(MockitoExtension.class)
......