Fix failsGracefullyWhenNoTestMainMethodIsFound on Windows
This commit is contained in:
@@ -113,7 +113,7 @@ class BootTestRunIntegrationTests {
|
||||
else {
|
||||
assertThat(result.getOutput())
|
||||
.contains("Main class name has not been configured and it could not be resolved from classpath "
|
||||
+ "build/classes/java/test");
|
||||
+ String.join(File.separator, "build", "classes", "java", "test"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user