Uses of Interface
org.spockframework.mock.IInteractionScope
-
Packages that use IInteractionScope Package Description org.spockframework.mock Spock's built-in mocking framework.org.spockframework.mock.runtime -
-
Uses of IInteractionScope in org.spockframework.mock
Classes in org.spockframework.mock that implement IInteractionScope Modifier and Type Class Description class
DefaultEqualsHashCodeToStringInteractions
-
Uses of IInteractionScope in org.spockframework.mock.runtime
Classes in org.spockframework.mock.runtime that implement IInteractionScope Modifier and Type Class Description class
InteractionScope
A scope for interactions defined outside a then-block
-