Package com.consol.citrus.junit
Class TestSuiteState
- java.lang.Object
-
- com.consol.citrus.junit.TestSuiteState
-
public final class TestSuiteState extends Object
- Since:
- 2.2
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanshouldExecuteBeforeSuite()Perform synchronized checks on before suite already done.
-
-
-
Method Detail
-
shouldExecuteBeforeSuite
public static boolean shouldExecuteBeforeSuite()
Perform synchronized checks on before suite already done. If before suite has not been done yet set before suite flag and return true to indicate that before suite actions should be executed. Else return false as before suite actions already have been executed in some earlier state.- Returns:
- flag indicating if before suite should be executed
-
-