Class TestCase


  • public final class TestCase
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TestCase()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void disableSync()  
      static void enableRealTimeSync()  
      static void setTestCaseKey​(java.lang.String testCaseKey)  
      static void setTestCaseStatus​(java.lang.String testCaseKey, java.lang.String resultStatus)
      Sets the given status for the given test case.
      static void setTestRunId​(java.lang.String id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestCase

        public TestCase()
    • Method Detail

      • disableSync

        public static void disableSync()
      • enableRealTimeSync

        public static void enableRealTimeSync()
      • setTestRunId

        public static void setTestRunId​(java.lang.String id)
      • setTestCaseKey

        public static void setTestCaseKey​(java.lang.String testCaseKey)
      • setTestCaseStatus

        public static void setTestCaseStatus​(java.lang.String testCaseKey,
                                             java.lang.String resultStatus)
        Sets the given status for the given test case.
        Parameters:
        testCaseKey - key of the test case
        resultStatus - name of the status to be set for the test case
        See Also:
        TestCase.SystemTestCaseStatus, TestCase.SystemTestCaseStatus