Package com.walkfares.function
Class TestFunctions
java.lang.Object
com.walkfares.function.AbstractFunctionHolder
com.walkfares.function.TestFunctions
- All Implemented Interfaces:
- FunctionHolder
public class TestFunctions extends AbstractFunctionHolder implements FunctionHolder
- 
Constructor SummaryConstructors Constructor Description TestFunctions()
- 
Method SummaryModifier and Type Method Description voidassertEquals(Var expected, Var actual)voidassertEquals(Var expected, Var actual, VarScalar message)voidassertFalse(Var value)voidassertFalse(Var value, VarScalar message)voidassertHasProperty(Var var, VarScalar property)voidassertNoProperty(Var var, VarScalar property)voidassertNull(Var object)voidassertTrue(Var value)voidassertTrue(Var value, VarScalar message)voidassertType(Var var, VarScalar type)StringgetCategory()List<Function>getFunctions()
- 
Constructor Details- 
TestFunctionspublic TestFunctions()
 
- 
- 
Method Details- 
getCategory- Specified by:
- getCategoryin interface- FunctionHolder
 
- 
getFunctions- Specified by:
- getFunctionsin interface- FunctionHolder
 
- 
assertType
- 
assertHasProperty
- 
assertNoProperty
- 
assertFalse
- 
assertFalse
- 
assertTrue
- 
assertTrue
- 
assertEquals
- 
assertEquals
- 
assertNull
 
-