Uses of Interface
org.antublue.test.engine.api.Argument
-
Uses of Argument in org.antublue.test.engine.api
Methods in org.antublue.test.engine.api that return ArgumentModifier and TypeMethodDescriptionstatic <T> Argument<T> Method to create an Argument of type Tstatic Argument<BigDecimal> Argument.ofBigDecimal(BigDecimal value) Method to create an Argument of type BigDecimalstatic Argument<BigInteger> Argument.ofBigInteger(BigInteger value) Method to create an Argument of type BigIntegerArgument.ofBoolean(boolean value) Method to create an Argument of type booleanArgument.ofByte(byte value) Method to create an Argument of type byteArgument.ofChar(char value) Method to create an Argument of type charArgument.ofDouble(double value) Method to create an Argument of type doubleArgument.ofFloat(float value) Method to create an Argument of type floatArgument.ofInt(int value) Method to create an Argument of type intArgument.ofLong(long value) Method to create an Argument of type longArgument.ofShort(short value) Method to create an Argument of type shortMethod to create an Argument of type String