com.jayway.restassured.specification
Class Argument
java.lang.Object
com.jayway.restassured.specification.Argument
public class Argument
- extends Object
An argument that can be used to build up a body path expression.
|
Constructor Summary |
Argument(Object argument)
The argument, can be null. |
Argument
public Argument(Object argument)
- The argument, can be null.
- Parameters:
argument - The argument.
getArgument
public Object getArgument()
withArg
public static Argument withArg(Object arg)
arg
public static Argument arg(Object arg)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2010-2012. All Rights Reserved.