org.codehaus.groovy.transform.powerassert
[Java] Class Value
java.lang.Object
org.codehaus.groovy.transform.powerassert.Value
public class Value
A value recorded during evaluation of an assertion, along with the column it
is associated with in the assertion's normalized source text.
- Authors:
- Peter Niederwieser
Value
public Value(Object value, int column)
-
getColumn
public int getColumn()
-
getValue
public Object getValue()
-
Groovy API Documentation for geb-implicit-assertions 0.7.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org