Package 

Enum TestPlanExecutionStatus

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum TestPlanExecutionStatus
    extends Enum<TestPlanExecutionStatus>
                        

    Status available for a test plan execution. PENDING - the test plan is currently executed. SUCCESS - the test plan has been executed and ended without any errors. FAILED - the test plan has been executed but some errors occurred. COMPLETE - the test plan has been executed but there is no more information about test success.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class ai.tock.bot.admin.test.TestPlanExecutionStatus

        compareTo, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait