Refactoring: extract method for check test is AllFilesPresent test
This commit is contained in:
committed by
Nikolay Krasko
parent
5cd23daf4e
commit
e562b73eff
@@ -962,4 +962,9 @@ public class KotlinTestUtils {
|
||||
}
|
||||
return string;
|
||||
}
|
||||
|
||||
public static boolean isAllFilesPresentTest(String testName) {
|
||||
//noinspection SpellCheckingInspection
|
||||
return testName.toLowerCase().startsWith("allfilespresentin");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user