Class TestSuiteState


  • public final class TestSuiteState
    extends Object
    Since:
    2.2
    Author:
    Christoph Deppisch
    • 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