Uses of Class
org.mockcentral.server.Fixture

Uses of Fixture in org.mockcentral.server
 

Methods in org.mockcentral.server that return Fixture
 Fixture FixtureImportsComposite.getImportedFixture()
          Returns the imported Fixture.
 

Methods in org.mockcentral.server with parameters of type Fixture
 void MockCentralServer.addFixture(Fixture fixture)
          Adds a new Fixture to the map.
static void SignaturePartBuilder.setCurrentFixture(Fixture fixture)
          Assigns the Fixture instance which will be used to get any proxy Objects needed for the signature part value.
 

Constructors in org.mockcentral.server with parameters of type Fixture
FixtureImportsComposite(Fixture importedFixture, java.util.ArrayList<java.lang.String> ancestorImportersList)
          Creates a new instance.