Merge branch '2.0.x'

This commit is contained in:
Marcin Grzejszczak
2018-11-06 16:23:30 +01:00

View File

@@ -127,4 +127,9 @@ public @interface AutoConfigureStubRunner {
*/
String[] properties() default {};
/**
* If set to {@code false} will NOT delete stubs from a temporary
* folder after running tests
*/
boolean deleteStubsAfterTest() default true;
}