Skip to content
Snippets Groups Projects
Commit c684a339 authored by Ferret Renaud's avatar Ferret Renaud
Browse files

@RunWith is useless in Junit5 only

parent bf3a544f
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ import com.banque.Main;
* Classe abstraite en charge de la preparation du chargement des classes
* annotees Spring. <br>
*/
@RunWith(JUnitPlatform.class) // En JUnit4, ne rien mettre en 5
@SpringBootTest(classes = { Main.class })
@WebAppConfiguration
@ActiveProfiles("test")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment