241242243244245246247248249250251
new String[0], new String[0], false, false, false, true, bs.alwaysRun(), bs.dependsOnGroups(), bs.dependsOnMethods(), bs.description(), bs.enabled(), bs.groups(), bs.inheritGroups(), null, false, bs.lastTimeOnly(), bs.timeOut()); }
119120121122123124125126127128129
new String[0], new String[0], false, false, false, false, bs.alwaysRun(), bs.dependsOnGroups(), bs.dependsOnMethods(), bs.description(), bs.enabled(), bs.groups(), bs.inheritGroups(), null, false, false, bs.timeOut()); } else if (annotationClass == IBeforeTest.class) {
134135136137138139140141142143144
new String[0], new String[0], false, false, false, false, bs.alwaysRun(), bs.dependsOnGroups(), bs.dependsOnMethods(), bs.description(), bs.enabled(), bs.groups(), bs.inheritGroups(), null, false, false, bs.timeOut()); } else if (annotationClass == IAfterTest.class) {
149150151152153154155156157158159
new String[0], new String[0], false, false, false, false, bs.alwaysRun(), bs.dependsOnGroups(), bs.dependsOnMethods(), bs.description(), bs.enabled(), bs.groups(), bs.inheritGroups(), null, false, false, bs.timeOut()); } else if (annotationClass == IBeforeGroups.class) {
118119120121122123124125126127128
156157158159160161162163164165166
false, false, bs.timeOut()); } else if (annotationClass == IBeforeGroups.class) { BeforeGroups bs = (BeforeGroups) a; final String[] groups= bs.value().length > 0 ? bs.value() : bs.groups(); result = createConfigurationTag(cls, a, false, false, false, false, groups, new String[0], false, false,
133134135136137138139140141142143
165166167168169170171172173174175
groups, new String[0], false, false, false, false, bs.alwaysRun(), bs.dependsOnGroups(), bs.dependsOnMethods(), bs.description(), bs.enabled(), bs.groups(), bs.inheritGroups(), null, false, false, bs.timeOut()); } else if (annotationClass == IAfterGroups.class) {
172173174175176177178179180181182
false, false, bs.timeOut()); } else if (annotationClass == IAfterGroups.class) { AfterGroups bs = (AfterGroups) a; final String[] groups= bs.value().length > 0 ? bs.value() : bs.groups(); result = createConfigurationTag(cls, a, false, false, false, false, new String[0], groups, false, false,
148149150151152153154155156157158