Package org.spockframework.runtime
Class ExpressionInfoRenderer
- java.lang.Object
-
- org.spockframework.runtime.ExpressionInfoRenderer
-
public class ExpressionInfoRenderer extends java.lang.Object
Creates a string representation of an assertion and its recorded values.- Author:
- Peter Niederwieser
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
render(ExpressionInfo expr)
-
-
-
Method Detail
-
render
public static java.lang.String render(ExpressionInfo expr)
-
-