Uses of Interface
com.pushtotest.tool.xml.results.impl.runtime.ValidatableObject

Packages that use ValidatableObject
com.pushtotest.tool.xml.results.impl   
com.pushtotest.tool.xml.results.impl.runtime   
 

Uses of ValidatableObject in com.pushtotest.tool.xml.results.impl
 

Classes in com.pushtotest.tool.xml.results.impl that implement ValidatableObject
 class HeaderImpl
           
 class HeaderTypeImpl
           
 class ImageImpl
           
 class ImagesImpl
           
 class ImagesTypeImpl
           
 class ImageTypeImpl
           
 class MessageImpl
           
 class RequestBodyImpl
           
 class RequestHeaderImpl
           
 class RequestHeaderTypeImpl
           
 class ResponseBodyImpl
           
 class ResponseHeaderImpl
           
 class ResponseHeaderTypeImpl
           
 class ResponseImpl
           
 class ResponseTypeImpl
           
 class TestMakerImpl
           
 class TestMakerTypeImpl
           
 class TimeImpl
           
 class TimesImpl
           
 class TimesTypeImpl
           
 class TimeTypeImpl
           
 class TransactionImpl
           
 class TransactionTypeImpl
           
 

Uses of ValidatableObject in com.pushtotest.tool.xml.results.impl.runtime
 

Methods in com.pushtotest.tool.xml.results.impl.runtime that return ValidatableObject
 ValidatableObject GrammarInfoImpl.castToValidatableObject(java.lang.Object o)
           
 ValidatableObject GrammarInfo.castToValidatableObject(java.lang.Object o)
           
 

Methods in com.pushtotest.tool.xml.results.impl.runtime with parameters of type ValidatableObject
static void MSVValidator.validate(DefaultJAXBContextImpl jaxbCtx, com.pushtotest.tool.xml.results.impl.runtime.ValidationContext context, ValidatableObject vo)
          Validates the specified object and reports any error to the context.