Package | Description |
---|---|
org.spockframework.compiler.model |
Modifier and Type | Method | Description |
---|---|---|
FixtureMethod |
Spec.getCleanupMethod() |
|
FixtureMethod |
Spec.getCleanupSpecMethod() |
|
FixtureMethod |
Spec.getInitializerMethod() |
|
FixtureMethod |
Spec.getSetupMethod() |
|
FixtureMethod |
Spec.getSetupSpecMethod() |
|
FixtureMethod |
Spec.getSharedInitializerMethod() |
Modifier and Type | Method | 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 © 2018. All rights reserved