Package org.codehaus.groovy.runtime.powerassert
package org.codehaus.groovy.runtime.powerassert
-
Class SummaryClassDescriptionCreates a string representation of an assertion and its recorded values.Provides the source text for an assertion statement and translates coordinates in the original source text to coordinates relative to the assertion's (normalized) source text.A value recorded during evaluation of an assertion, along with the column it is associated with in the assertion's normalized source text.Records values produced during evaluation of an assertion statement's truth expression.
-
Exception SummaryExceptionDescriptionIndicates that the source text for an assertion statement is not available.
-
Error Summary