fix: Add static modifier for Junit 4 & 5's before/afterClass methods (#1177)
This commit is contained in:
Родитель
483faa5013
Коммит
e78bb34729
|
@ -367,6 +367,7 @@ public class TestGenerationUtils {
|
|||
return false;
|
||||
}
|
||||
|
||||
annotation = annotation.substring(annotation.lastIndexOf(".") + 1);
|
||||
if (kind == TestKind.JUnit) {
|
||||
switch (annotation) {
|
||||
case JUNIT4_BEFORE_CLASS_ANNOTATION:
|
||||
|
|
Загрузка…
Ссылка в новой задаче