B C D E F G H I J M O P R S T U V W 
All Classes All Packages

B

browser() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
Browser - Enum in org.xwiki.test.docker.junit5.browser
The browser to use for the UI tests.

C

CHROME - org.xwiki.test.docker.junit5.browser.Browser
The Chrome Browser.

D

database() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
Database - Enum in org.xwiki.test.docker.junit5.database
The database to use for the UI tests.
databaseCommands() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
databaseTag() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
debug() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
DockerTestException - Exception in org.xwiki.test.docker.junit5
Any exception raised in the Docker test framework.
DockerTestException(String) - Constructor for exception org.xwiki.test.docker.junit5.DockerTestException
Constructs a new exception with the specified detail message.
DockerTestException(String, Throwable) - Constructor for exception org.xwiki.test.docker.junit5.DockerTestException
Constructs a new exception with the specified detail message and cause.
DockerTestException(Throwable) - Constructor for exception org.xwiki.test.docker.junit5.DockerTestException
 

E

extensionId() - Method in annotation type org.xwiki.test.docker.junit5.ExtensionOverride
 
ExtensionOverride - Annotation Type in org.xwiki.test.docker.junit5
Provide an annotation way to define override for extension descriptors.
extensionOverrides() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
extensions() - Method in annotation type org.xwiki.test.docker.junit5.WikisSource
 
EXTERNAL - org.xwiki.test.docker.junit5.servletengine.ServletEngine
Represents an external Servlet Engine already configured and running (we won't start or stop it).
extraJARs() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 

F

FIREFOX - org.xwiki.test.docker.junit5.browser.Browser
The Firefox Browser.
forbiddenEngines() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 

G

getBrowser() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getCapabilities() - Method in enum org.xwiki.test.docker.junit5.browser.Browser
 
getDatabase() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getDatabaseCommands() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getDatabaseTag() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getDockerImageName() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
getExtensionOverrides() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getExtraJARs() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getForbiddenServletEngines() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getHostIP() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
getInternalIP() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
getInternalPort() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
getIP() - Method in enum org.xwiki.test.docker.junit5.database.Database
 
getIP() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
getJDBCDriverVersion() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getName() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getOutputDirectory() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getPermanentDirectory() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
getPomPropertyPrefix() - Method in enum org.xwiki.test.docker.junit5.database.Database
 
getPort() - Method in enum org.xwiki.test.docker.junit5.database.Database
 
getPort() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
getProfiles() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getProperties() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getServletEngine() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getServletEngineTag() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getSSHPorts() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
getTestResourcesPath() - Method in enum org.xwiki.test.docker.junit5.browser.Browser
 

H

HSQLDB_EMBEDDED - org.xwiki.test.docker.junit5.database.Database
Represents the HyperSQL database, running outside of a Docker contaier.

I

isDatabaseDataSaved() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
isDebug() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
isOffice() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
isOffline() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
isOutsideDocker() - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
isPermanentDirectoryDataSaved() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
isResolveExtraJARs() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
isVerbose() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
isWCAG() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 

J

jdbcDriverVersion() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
JETTY - org.xwiki.test.docker.junit5.servletengine.ServletEngine
Represents the Jetty Servlet engine (running inside Docker).
JETTY_STANDALONE - org.xwiki.test.docker.junit5.servletengine.ServletEngine
Represents the Jetty Servlet engine but running outside of Docker.

M

mainWiki() - Method in annotation type org.xwiki.test.docker.junit5.WikisSource
 
MARIADB - org.xwiki.test.docker.junit5.database.Database
Represents the MariaDB database.
merge(TestConfiguration) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
MYSQL - org.xwiki.test.docker.junit5.database.Database
Represents the MySQL database.

O

office() - Method in annotation type org.xwiki.test.docker.junit5.UITest
Note: The version of LibreOffice is read from the current pom.xml.
offline() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
ORACLE - org.xwiki.test.docker.junit5.database.Database
Represents the Oracle database.
org.xwiki.test.docker.junit5 - package org.xwiki.test.docker.junit5
 
org.xwiki.test.docker.junit5.browser - package org.xwiki.test.docker.junit5.browser
 
org.xwiki.test.docker.junit5.database - package org.xwiki.test.docker.junit5.database
 
org.xwiki.test.docker.junit5.servletengine - package org.xwiki.test.docker.junit5.servletengine
 
overrides() - Method in annotation type org.xwiki.test.docker.junit5.ExtensionOverride
 

P

POSTGRESQL - org.xwiki.test.docker.junit5.database.Database
Represents the PostgreSQL database.
profiles() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
properties() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 

R

resolveExtraJARs() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 

S

saveDatabaseData() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
savePermanentDirectoryData() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
servletEngine() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
ServletEngine - Enum in org.xwiki.test.docker.junit5.servletengine
The Servlet Engine to use for the UI tests.
servletEngineTag() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
setBrowser(Browser) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setDatabase(Database) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setDatabaseCommands(Properties) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setDatabaseTag(String) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setDebug(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setExtensionOverrides(List<ExtensionOverride>) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setExtraJARs(Set<ArtifactCoordinate>) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setForbiddenServletEngines(List<ServletEngine>) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setIP(String) - Method in enum org.xwiki.test.docker.junit5.database.Database
 
setIP(String) - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
setJDBCDriverVersion(String) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setOffice(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setOffline(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setPort(int) - Method in enum org.xwiki.test.docker.junit5.database.Database
 
setPort(int) - Method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
 
setProfiles(List<String>) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setProperties(Properties) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setResolveExtraJARs(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setSaveDatabaseData(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setSavePermanentDirectoryData(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setServletEngine(ServletEngine) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setServletEngineTag(String) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setSSHPorts(List<Integer>) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setVerbose(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setVNC(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
setWCAG(boolean) - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
sshPorts() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 

T

TestConfiguration - Class in org.xwiki.test.docker.junit5
Configuration options for the test.
TestConfiguration() - Constructor for class org.xwiki.test.docker.junit5.TestConfiguration
 
TestLocalReference - Class in org.xwiki.test.docker.junit5
Make it easy for tests to get a unique page reference for testing (when needed).
TestLocalReference(ExtensionContext) - Constructor for class org.xwiki.test.docker.junit5.TestLocalReference
 
TestReference - Class in org.xwiki.test.docker.junit5
Make it easy for tests to get a unique page reference for testing (when needed).
TestReference(ExtensionContext) - Constructor for class org.xwiki.test.docker.junit5.TestReference
 
TOMCAT - org.xwiki.test.docker.junit5.servletengine.ServletEngine
Represents the Tomcat Servlet engine.

U

UITest - Annotation Type in org.xwiki.test.docker.junit5
Marks a test as being a functional UI Test.

V

value() - Method in annotation type org.xwiki.test.docker.junit5.WikisSource
 
valueOf(String) - Static method in enum org.xwiki.test.docker.junit5.browser.Browser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.test.docker.junit5.database.Database
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.test.docker.junit5.browser.Browser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.test.docker.junit5.database.Database
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.test.docker.junit5.servletengine.ServletEngine
Returns an array containing the constants of this enum type, in the order they are declared.
verbose() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
vnc() - Method in class org.xwiki.test.docker.junit5.TestConfiguration
 
vnc() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 

W

wcag() - Method in annotation type org.xwiki.test.docker.junit5.UITest
 
WikisSource - Annotation Type in org.xwiki.test.docker.junit5
WikiSource is an ArgumentsSource which allow executing a test on several wikis.
WILDFLY - org.xwiki.test.docker.junit5.servletengine.ServletEngine
Represents the JBoss Wildfly engine.
B C D E F G H I J M O P R S T U V W 
All Classes All Packages