Uses of Class
org.spockframework.lang.SpecInternals

Packages that use SpecInternals
Package
Description
The core specification language.
  • Uses of SpecInternals in spock.lang

    Subclasses of SpecInternals in spock.lang
    Modifier and Type
    Class
    Description
    class 
    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.