Package org.spockframework.runtime
package org.spockframework.runtime
-
ClassDescriptionExecutes a single Spec.Runtime representation of an evaluated condition.Creates a string representation of an assertion and its recorded values.Scans class path for extension descriptors and loads the extension classes specified therein.Collects all Spock extensions found on the class path (via their descriptor).Runs global and local extensions for a spec.Provides convenient access to Groovy language and runtime features.Facade around Hamcrest API that works both with Hamcrest 1.1 and 1.2, providing better failure descriptions if the latter is available.Maps method names in bytecode to their logical names.Indicates that a Spec has done something it is not supposed to do.Listens to a spec run.Generates and attaches JUnit Description's to a SpecInfo's nodes.Adapts an org.junit.runner.manipulation.Filter to an IMethodInfoFilter.Adapts an org.junit.runner.manipulation.Sorter to a IMethodInfoSorter.Adds the ability to run parameterized features.Builds a SpecInfo from a Class instance.Utility methods related to specifications.Thrown when a condition of the form 'expr1 == expr2' fails.Indicates that a problem occurred during Spec execution.Indicates that an operation timed out.A JUnit runner for Spock specifications.Filters an exception's stack trace.Records the values in a condition.