Uses of Class
org.spockframework.compiler.model.FixtureMethod
Packages that use FixtureMethod
-
Uses of FixtureMethod in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model that return FixtureMethodModifier and TypeMethodDescriptionSpec.getCleanupMethod()Spec.getCleanupSpecMethod()Spec.getInitializerMethod()Spec.getSetupMethod()Spec.getSetupSpecMethod()Spec.getSharedInitializerMethod()Methods in org.spockframework.compiler.model with parameters of type FixtureMethodModifier and TypeMethodDescriptionvoidSpec.setCleanupMethod(FixtureMethod method) voidSpec.setCleanupSpecMethod(FixtureMethod method) voidSpec.setInitializerMethod(FixtureMethod method) voidSpec.setSetupMethod(FixtureMethod method) voidSpec.setSetupSpecMethod(FixtureMethod method) voidSpec.setSharedInitializerMethod(FixtureMethod method)