Package org.spockframework.util
Class Assert
java.lang.Object
org.spockframework.util.Assert
Assertions for use within Spock code. Failures indicate internal errors.
- Author:
- Peter Niederwieser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Assert
public Assert()
-
-
Method Details
-
notNull
-
notNull
-
that
public static void that(boolean condition) -
that
-
fail
-