Fixed TestLauncher test name and config property name
This commit is contained in:
parent
8b65216ba3
commit
ef0c49beaa
|
@ -18,9 +18,9 @@ public class TestLauncher {
|
|||
|
||||
//@formatter:off
|
||||
LauncherDiscoveryRequest request = LauncherDiscoveryRequestBuilder.request()
|
||||
.selectors(selectClass("com.baeldung.EmployeesTest"))
|
||||
.selectors(selectClass("com.baeldung.EmployeesUnitTest"))
|
||||
.configurationParameter("junit.conditions.deactivate", "com.baeldung.extensions.*")
|
||||
.configurationParameter("junit.extensions.autodetection.enabled", "true")
|
||||
.configurationParameter("junit.jupiter.extensions.autodetection.enabled", "true")
|
||||
.build();
|
||||
|
||||
//@formatter:on
|
||||
|
|
Loading…
Reference in New Issue