Package | Description |
---|---|
org.spockframework.compiler.model |
Modifier and Type | Method and Description |
---|---|
FixtureMethod |
Spec.getCleanupMethod() |
FixtureMethod |
Spec.getCleanupSpecMethod() |
FixtureMethod |
Spec.getInitializerMethod() |
FixtureMethod |
Spec.getSetupMethod() |
FixtureMethod |
Spec.getSetupSpecMethod() |
FixtureMethod |
Spec.getSharedInitializerMethod() |
Modifier and Type | Method and Description |
---|---|
void |
Spec.setCleanupMethod(FixtureMethod method) |
void |
Spec.setCleanupSpecMethod(FixtureMethod method) |
void |
Spec.setInitializerMethod(FixtureMethod method) |
void |
Spec.setSetupMethod(FixtureMethod method) |
void |
Spec.setSetupSpecMethod(FixtureMethod method) |
void |
Spec.setSharedInitializerMethod(FixtureMethod method) |
Copyright © 2013. All rights reserved