Uses of Class
org.mockcentral.editor.nodes.expectation.part.SignaturePartElementCreationStrategy

Packages that use SignaturePartElementCreationStrategy
org.mockcentral.editor.nodes.expectation Contains classes and interfaces used for editing the method expectations for Mock Object definitions. 
org.mockcentral.editor.nodes.expectation_group Contains classes and interfaces used for editing the group of method expectations for Mock Object definitions. 
org.mockcentral.editor.nodes.expectation.part Contains classes and interfaces used for editing the parameters or expected results for method expectations for Mock Object definitions. 
 

Uses of SignaturePartElementCreationStrategy in org.mockcentral.editor.nodes.expectation
 

Methods in org.mockcentral.editor.nodes.expectation with parameters of type SignaturePartElementCreationStrategy
static java.util.ArrayList<org.mockcentral.server.SignaturePartBean> ExpectationElementBuilder.createSignaturePartBeanList(java.util.List<java.lang.Class<?>> classes, SignaturePartElementCreationStrategy strategy)
          Returns a list of SignaturePartBean instances built from the supplied Class list using the specified SignaturePartElementCreationStrategy.
 

Uses of SignaturePartElementCreationStrategy in org.mockcentral.editor.nodes.expectation_group
 

Methods in org.mockcentral.editor.nodes.expectation_group that return SignaturePartElementCreationStrategy
 SignaturePartElementCreationStrategy ExpectationGroupDataBean.getParamsStrategy()
          Returns the parameters SignaturePartElementCreationStrategy for the group of expectations.
 SignaturePartElementCreationStrategy ExpectationGroupDataBean.getResultStrategy()
          Returns the result SignaturePartElementCreationStrategy for the group of expectations.
 

Methods in org.mockcentral.editor.nodes.expectation_group with parameters of type SignaturePartElementCreationStrategy
 void ExpectationGroupDataBean.setParamsStrategy(SignaturePartElementCreationStrategy paramsStrategy)
          Sets the parameters SignaturePartElementCreationStrategy for the group of expectations.
 void ExpectationGroupDataBean.setResultStrategy(SignaturePartElementCreationStrategy resultStrategy)
          Sets the result SignaturePartElementCreationStrategy for the group of expectations.
 

Uses of SignaturePartElementCreationStrategy in org.mockcentral.editor.nodes.expectation.part
 

Methods in org.mockcentral.editor.nodes.expectation.part that return SignaturePartElementCreationStrategy
 SignaturePartElementCreationStrategy SignaturePartDataBean.getStrategy()
          Returns the SignaturePartElementCreationStrategy that will be used to determine the signature part data (based on it's value type).
static SignaturePartElementCreationStrategy SignaturePartElementCreationStrategy.getStrategy(java.lang.String label)
          Returns the enum value identified by the supplied label.
static SignaturePartElementCreationStrategy SignaturePartElementCreationStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SignaturePartElementCreationStrategy[] SignaturePartElementCreationStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mockcentral.editor.nodes.expectation.part with parameters of type SignaturePartElementCreationStrategy
 void SignaturePartDataBean.setStrategy(SignaturePartElementCreationStrategy strategy)
          Sets the the SignaturePartElementCreationStrategy.