Uses of Class
org.thymeleaf.testing.templateengine.engine.TestExecutor.ThrottleType
-
Packages that use TestExecutor.ThrottleType Package Description org.thymeleaf.testing.templateengine.engine -
-
Uses of TestExecutor.ThrottleType in org.thymeleaf.testing.templateengine.engine
Fields in org.thymeleaf.testing.templateengine.engine declared as TestExecutor.ThrottleType Modifier and Type Field Description private TestExecutor.ThrottleTypeTestExecutor. throttleTypeMethods in org.thymeleaf.testing.templateengine.engine that return TestExecutor.ThrottleType Modifier and Type Method Description TestExecutor.ThrottleTypeTestExecutor. getThrottleType()static TestExecutor.ThrottleTypeTestExecutor.ThrottleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TestExecutor.ThrottleType[]TestExecutor.ThrottleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.thymeleaf.testing.templateengine.engine with parameters of type TestExecutor.ThrottleType Modifier and Type Method Description voidTestExecutor. setThrottleType(TestExecutor.ThrottleType throttleType)
-