Uses of Class
org.spockframework.lang.SpecInternals
Packages that use SpecInternals
-
Uses of SpecInternals in spock.lang
Subclasses of SpecInternals in spock.langModifier and TypeClassDescriptionclass
Spock's mocking API primarily consists of the following factory methods: Mock() Creates a general-purpose test double that supports both stubbing and mocking. Stub() Creates a test double that supports stubbing but not mocking. Spy() Creates a test double that, by default, delegates all calls to a real object.class
Base class for Spock specifications.