Added deleteStubsAfterTests in annotation; fixes gh-779

This commit is contained in:
Marcin Grzejszczak
2018-11-06 16:20:04 +01:00
parent d3a4b1c611
commit 1d7a86a6a3

View File

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