Uses of Interface
org.jtestcase.core.model.AbstractType

Packages that use AbstractType
org.jtestcase.core.model   
org.jtestcase.core.type   
 

Uses of AbstractType in org.jtestcase.core.model
 

Classes in org.jtestcase.core.model that implement AbstractType
 class AssertInstance
          Represents an assert tag from the JTestCaseWizard XML.
 class AssertParamInstance
          Represents an assert tag from the JTestCaseWizard XML.
 class ParamInstance
          Represents an param tag from the JTestCaseWizard XML.
 

Uses of AbstractType in org.jtestcase.core.type
 

Methods in org.jtestcase.core.type with parameters of type AbstractType
 java.lang.Object ComplexTypeConverter._convertType(AbstractType typeInstance)
          Converts a complex type in an assert or param instance into an object.
 java.lang.Object ComplexTypeConverter._convertType(AbstractType typeInstance, java.lang.String type)
          Converts a complex type in an assert or param instance into an object of the given type.
 java.lang.Object ComplexTypeConverter.convertComplexParam(AbstractType typeInstance, java.lang.String type)
          Converts a complex type in an assert or param instance into an object of the given type.