Package gw.test

Class TestClassWrapper.ExceptionTestClass

    • Field Detail

      • _type

        private IType _type
      • _message

        private java.lang.String _message
    • Constructor Detail

      • ExceptionTestClass

        private ExceptionTestClass​(IType type,
                                   java.lang.String message)
    • Method Detail

      • run

        public void run​(junit.framework.TestResult result)
        Specified by:
        run in interface junit.framework.Test
        Overrides:
        run in class TestClass