Class ExtendedLifeCycle
- java.lang.Object
-
- de.telekom.test.bddwebapp.cucumber.steps.ExtendedLifeCycle
-
public class ExtendedLifeCycle extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidincreaseTestCaseCountForBeforeAll()static voidincreaseTestCaseCountForFeature(String feature)static booleanisBeforeAll()static booleanisBeforeFeature()
-
-
-
Method Detail
-
isBeforeAll
public static boolean isBeforeAll()
-
increaseTestCaseCountForBeforeAll
public static void increaseTestCaseCountForBeforeAll()
-
isBeforeFeature
public static boolean isBeforeFeature()
-
increaseTestCaseCountForFeature
public static void increaseTestCaseCountForFeature(String feature)
-
-