Class ClientRunContextStatement


  • public class ClientRunContextStatement
    extends org.junit.runners.model.Statement
    Statement to run the following statements within a ClientRunContext.
    Since:
    5.1
    See Also:
    RunWithClientSession
    • Constructor Detail

      • ClientRunContextStatement

        public ClientRunContextStatement​(org.junit.runners.model.Statement next,
                                         RunWithClientSession clientSessionAnnotation)
    • Method Detail

      • evaluate

        public void evaluate()
                      throws Throwable
        Specified by:
        evaluate in class org.junit.runners.model.Statement
        Throws:
        Throwable