Class TestCompletedException

    • Constructor Detail

      • TestCompletedException

        public TestCompletedException​(int st,
                                      Exception ex)
        Constructor.
        Parameters:
        st - Exit status.
        ex - Exception provoked test failure.
      • TestCompletedException

        public TestCompletedException​(int st,
                                      String description)
        Constructor.
        Parameters:
        st - Exit status.
        description - Failure reason
    • Method Detail

      • getStatus

        public int getStatus()
        Returns status.
        Returns:
        test status