Class TestbedModel.ListItem

  • Enclosing class:
    TestbedModel

    public class TestbedModel.ListItem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ListItem​(java.lang.String argCategory)  
      ListItem​(TestbedTest argTest)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCategory()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • category

        public java.lang.String category
    • Constructor Detail

      • ListItem

        public ListItem​(java.lang.String argCategory)
    • Method Detail

      • isCategory

        public boolean isCategory()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object