Class TestRun

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TestRun.Array  
      static class  TestRun.Create  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestRun()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        public int id
      • name

        public java.lang.String name
      • state

        public java.lang.String state
      • startedDate

        public java.lang.String startedDate
      • completedDate

        public java.lang.String completedDate
      • isAutomated

        public boolean isAutomated
      • comment

        public java.lang.String comment
    • Constructor Detail

      • TestRun

        public TestRun()