org.codehaus.groovy.transform.powerassert
[Java] Class AssertionVerifier
java.lang.Object
org.codehaus.groovy.transform.powerassert.AssertionVerifier
public abstract class AssertionVerifier
extends Object
Verifies that assertions hold, throwing a PowerAssertionError
otherwise. Only meant to be called from code generated by the transformation.
- Authors:
- Peter Niederwieser
VERIFY_METHOD_NAME
public static final String VERIFY_METHOD_NAME
-
verify
public static void verify(Object truthValue, String text, ValueRecorder recorder)
-
Copyright © 2003-2010 The Codehaus. All rights reserved.