Uses of Class
org.xwiki.test.docker.junit5.servletengine.ServletEngine
-
Packages that use ServletEngine Package Description org.xwiki.test.docker.junit5 org.xwiki.test.docker.junit5.servletengine -
-
Uses of ServletEngine in org.xwiki.test.docker.junit5
Methods in org.xwiki.test.docker.junit5 that return ServletEngine Modifier and Type Method Description ServletEngine[]
forbiddenEngines()
ServletEngine
TestConfiguration. getServletEngine()
ServletEngine
servletEngine()
Methods in org.xwiki.test.docker.junit5 that return types with arguments of type ServletEngine Modifier and Type Method Description List<ServletEngine>
TestConfiguration. getForbiddenServletEngines()
Methods in org.xwiki.test.docker.junit5 with parameters of type ServletEngine Modifier and Type Method Description void
TestConfiguration. setServletEngine(ServletEngine servletEngine)
Method parameters in org.xwiki.test.docker.junit5 with type arguments of type ServletEngine Modifier and Type Method Description void
TestConfiguration. setForbiddenServletEngines(List<ServletEngine> forbiddenServletEngines)
-
Uses of ServletEngine in org.xwiki.test.docker.junit5.servletengine
Methods in org.xwiki.test.docker.junit5.servletengine that return ServletEngine Modifier and Type Method Description static ServletEngine
ServletEngine. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServletEngine[]
ServletEngine. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-