Uses of Class
tigase.test.ResultCode
-
Packages that use ResultCode Package Description tigase.test tigase.test.impl -
-
Uses of ResultCode in tigase.test
Fields in tigase.test declared as ResultCode Modifier and Type Field Description protected ResultCodeTestAbstract. resultCodeField descriptionMethods in tigase.test that return ResultCode Modifier and Type Method Description ResultCodeTestAbstract. getResultCode()DescribegetResultCodemethod here.ResultCodeTestEmpty. getResultCode()DescribegetResultCodemethod here.ResultCodeTestIfc. getResultCode()static ResultCodeResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultCode[]ResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResultCode in tigase.test.impl
Fields in tigase.test.impl declared as ResultCode Modifier and Type Field Description protected ResultCodeTestCommon. resultCodeField descriptionMethods in tigase.test.impl that return ResultCode Modifier and Type Method Description ResultCodeTestCommon. getResultCode()DescribegetResultCodemethod here.
-