Uses of Class
de.tum.in.test.api.PathActionLevel
| Package | Description |
|---|---|
| de.tum.in.test.api | |
| de.tum.in.test.api.util |
-
Uses of PathActionLevel in de.tum.in.test.api
Methods in de.tum.in.test.api that return PathActionLevel Modifier and Type Method Description static PathActionLevelPathActionLevel. getLevelOf(java.lang.String actions)PathActionLevellevel()PathActionLevellevel()static PathActionLevelPathActionLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PathActionLevel[]PathActionLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tum.in.test.api with parameters of type PathActionLevel Modifier and Type Method Description booleanPathActionLevel. isAboveOrEqual(PathActionLevel other)booleanPathActionLevel. isBelowOrEqual(PathActionLevel other) -
Uses of PathActionLevel in de.tum.in.test.api.util
Methods in de.tum.in.test.api.util that return PathActionLevel Modifier and Type Method Description PathActionLevelPathRule. getActionLevel()Methods in de.tum.in.test.api.util with parameters of type PathActionLevel Modifier and Type Method Description booleanPathRule. matchesWithLevel(java.nio.file.Path path, PathActionLevel request)