Uses of Class
org.jtestcase.core.model.AssertInstance

Packages that use AssertInstance
org.jtestcase.core.model   
 

Uses of AssertInstance in org.jtestcase.core.model
 

Methods in org.jtestcase.core.model that return AssertInstance
static AssertInstance AssertInstance.createAssertInstance(org.jdom.Element expected)
          Creates an assert instance from an assert element.
static AssertInstance AssertInstance.createAssertInstance(java.lang.String name, java.lang.String type, java.lang.String action, java.lang.String content, java.lang.String key_type, java.lang.String value_type)
           
 

Methods in org.jtestcase.core.model with parameters of type AssertInstance
 void AssertInstance.addAssert(AssertInstance nestedInstance)
          Adds a nested assert instance to the list of nested instances
 void AssertGroupInstance.addAssertInstance(AssertInstance assertInstance)
          Adds a assert instance to the list of nested assert instances
 boolean AssertInstance.equals(AssertInstance anotherExpectedInstance)
          two ExpectedInstances should be considered equal if their fields are equal name field is case sensitive type field is not case sensitive ( to review ) content field is case sensitive
 void AssertInstance.removeAssert(AssertInstance nestedInstance)