Uses of Class
org.hamcrest.generator.FactoryMethod

Packages that use FactoryMethod
org.hamcrest.generator   
 

Uses of FactoryMethod in org.hamcrest.generator
 

Methods in org.hamcrest.generator that return types with arguments of type FactoryMethod
 java.util.Iterator<FactoryMethod> ReflectiveFactoryReader.iterator()
           
 java.util.Iterator<FactoryMethod> QDoxFactoryReader.iterator()
           
 

Methods in org.hamcrest.generator with parameters of type FactoryMethod
 void SugarGenerator.addFactoryMethod(FactoryMethod method)
          Add a FactoryMethod that will be generated in the sugar.
 void SugarConfiguration.addFactoryMethod(FactoryMethod method)
           
 void QuickReferenceWriter.writeMethod(java.lang.String generatedMethodName, FactoryMethod factoryMethod)
           
 void HamcrestFactoryWriter.writeMethod(java.lang.String generatedMethodName, FactoryMethod factoryMethodToDelegateTo)
           
 void FactoryWriter.writeMethod(java.lang.String generatedMethodName, FactoryMethod factoryMethodToDelegateTo)
          Writes code that delegates to a method.
 void EasyMock2FactoryWriter.writeMethod(java.lang.String generatedMethodName, FactoryMethod factoryMethodToDelegateTo)
           
 

Method parameters in org.hamcrest.generator with type arguments of type FactoryMethod
 void SugarGenerator.addFactoryMethods(java.lang.Iterable<FactoryMethod> methods)
          Convient way to add multiple FactoryMethods.
 void SugarConfiguration.addFactoryMethods(java.lang.Iterable<FactoryMethod> methods)
           
 

Constructor parameters in org.hamcrest.generator with type arguments of type FactoryMethod
QDoxFactoryReader(java.lang.Iterable<FactoryMethod> wrapped, QDox qdox, java.lang.String className)