spock.lang
Class Specification
java.lang.Object
spock.lang.Predef
spock.lang.Specification
public class Specification
- extends Predef
Convenience base class for specifications. Avoids the need to annotate
a specification with @Speck and @RunWith, and makes spock.lang.Predef
members automatically known to the IDE.
Note: This class is experimental and might be removed
in the future.
- Author:
- Peter Niederwieser
Fields inherited from class spock.lang.Predef |
_ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Specification
public Specification()
setup
public void setup()
cleanup
public void cleanup()
setupSpeck
public void setupSpeck()
cleanupSpeck
public void cleanupSpeck()
Copyright © 2009. All Rights Reserved.