Uses of Class
org.callbackparams.combine.reflect.CallbackRecordsFactory

Packages that use CallbackRecordsFactory
org.callbackparams.combine.annotation Annotations and annotation-related combine-functionality 
org.callbackparams.combine.reflect   
org.callbackparams.junit3 JUnit-3.8.x integration. 
 

Uses of CallbackRecordsFactory in org.callbackparams.combine.annotation
 

Subclasses of CallbackRecordsFactory in org.callbackparams.combine.annotation
 class AnnotationAwareCallbackRecordsFactory
          This Java5+ extension to CallbackRecordsFactory supports the annotations @CombineConfig and @CallbackRecords.
 

Uses of CallbackRecordsFactory in org.callbackparams.combine.reflect
 

Methods in org.callbackparams.combine.reflect that return CallbackRecordsFactory
static CallbackRecordsFactory CallbackRecordsFactory.getInstance()
          Factory method that returns the implementation suitable for the java-version in use.
 

Uses of CallbackRecordsFactory in org.callbackparams.junit3
 

Methods in org.callbackparams.junit3 that return CallbackRecordsFactory
protected  CallbackRecordsFactory CallbackTestCase.getCallbackRecordsFactory()
          Returns the CallbackRecordsFactory instance that will be used by the default implementation of CallbackTestCase.getCallbackRecords() to create the callback-records.
 

Constructors in org.callbackparams.junit3 with parameters of type CallbackRecordsFactory
CallbackTestSuite(Class testClass, CallbackRecordsFactory factory)
          Special constructor that allows the user to specify the CallbackRecordsFactory instance.
 



Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.