Uses of Class
tigase.test.Direction
-
Packages that use Direction Package Description tigase.test -
-
Uses of Direction in tigase.test
Methods in tigase.test that return Direction Modifier and Type Method Description DirectionHistoryEntry. getDirection()static DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in tigase.test with parameters of type Direction Constructor Description HistoryEntry(Direction dir, String cont, String testName)Creates a newHistoryEntryinstance.
-