Index
All Classes and Interfaces|All Packages
A
- addDefaultProperties(Map<String, String>) - Method in class org.citrusframework.remote.controller.RunController
-
Sets the defaultProperties.
- apply(CitrusAppConfiguration) - Method in class org.citrusframework.remote.CitrusRemoteConfiguration
-
Applies configuration with settable properties at runtime.
C
- CitrusRemoteApplication - Class in org.citrusframework.remote
-
Remote application creates routes for this web application.
- CitrusRemoteApplication(CitrusRemoteConfiguration, List<Consumer<Router>>) - Constructor for class org.citrusframework.remote.CitrusRemoteApplication
-
Constructor with given application configuration and route customizations.
- CitrusRemoteConfiguration - Class in org.citrusframework.remote
- CitrusRemoteConfiguration() - Constructor for class org.citrusframework.remote.CitrusRemoteConfiguration
- CitrusRemoteOptions - Class in org.citrusframework.remote
- CitrusRemoteOptions() - Constructor for class org.citrusframework.remote.CitrusRemoteOptions
- CitrusRemoteServer - Class in org.citrusframework.remote
- CitrusRemoteServer(String[], List<Consumer<Router>>) - Constructor for class org.citrusframework.remote.CitrusRemoteServer
- CitrusRemoteServer(CitrusRemoteConfiguration, List<Consumer<Router>>) - Constructor for class org.citrusframework.remote.CitrusRemoteServer
-
Default constructor using controller and configuration.
- complete() - Method in class org.citrusframework.remote.CitrusRemoteServer
-
Completes this application.
- completed - Variable in class org.citrusframework.remote.CitrusRemoteServer
-
Completed future marking completed state
- configuration() - Method in record class org.citrusframework.remote.job.RunJob
-
Returns the value of the
configurationrecord component.
E
- entrypoint(String[], List<Consumer<Router>>) - Static method in class org.citrusframework.remote.CitrusRemoteServer
-
Entrypoint method
- equals(Object) - Method in record class org.citrusframework.remote.job.RunJob
-
Indicates whether some other object is "equal to" this one.
F
- fromTestResult(TestResult) - Static method in class org.citrusframework.remote.model.RemoteResult
-
Convert traditional test result to remote result.
G
- generateTestReport() - Method in class org.citrusframework.remote.listener.RemoteTestListener
-
Generate a test report from the current
RemoteTestListener.results. - get() - Method in record class org.citrusframework.remote.job.RunJob
- getCause() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the cause.
- getDurationMillis() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the durationInMillis.
- getErrorMessage() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the errorMessage.
- getFailureStack() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the failureStack.
- getPort() - Method in class org.citrusframework.remote.CitrusRemoteConfiguration
-
Gets the port.
- getResults() - Method in class org.citrusframework.remote.listener.RemoteTestListener
-
Obtains the latestResults.
- getTestClass() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the testClass.
- getTestName() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the testName.
H
- handle(T) - Method in interface org.citrusframework.remote.ThrowingHandler
- hashCode() - Method in record class org.citrusframework.remote.job.RunJob
-
Returns a hash code value for this object.
I
- isFailed() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the failed.
- isSkipped() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the skipped.
- isSuccess() - Method in class org.citrusframework.remote.model.RemoteResult
-
Gets the success.
J
- JsonRequestTransformer - Class in org.citrusframework.remote.transformer
- JsonRequestTransformer() - Constructor for class org.citrusframework.remote.transformer.JsonRequestTransformer
- JsonResponseTransformer - Class in org.citrusframework.remote.transformer
- JsonResponseTransformer() - Constructor for class org.citrusframework.remote.transformer.JsonResponseTransformer
-
Default constructor initializing object mapper.
M
- main(String[]) - Static method in class org.citrusframework.remote.CitrusRemoteServer
-
Main method
O
- onTestFailure(TestCase, Throwable) - Method in class org.citrusframework.remote.listener.RemoteTestListener
- onTestFinish(TestCase) - Method in class org.citrusframework.remote.listener.RemoteTestListener
- onTestSkipped(TestCase) - Method in class org.citrusframework.remote.listener.RemoteTestListener
- onTestStart(TestCase) - Method in class org.citrusframework.remote.listener.RemoteTestListener
- onTestSuccess(TestCase) - Method in class org.citrusframework.remote.listener.RemoteTestListener
- org.citrusframework.remote - package org.citrusframework.remote
- org.citrusframework.remote.controller - package org.citrusframework.remote.controller
- org.citrusframework.remote.job - package org.citrusframework.remote.job
- org.citrusframework.remote.listener - package org.citrusframework.remote.listener
- org.citrusframework.remote.model - package org.citrusframework.remote.model
- org.citrusframework.remote.transformer - package org.citrusframework.remote.transformer
R
- read(String, Class<T>) - Method in class org.citrusframework.remote.transformer.JsonRequestTransformer
- RemoteResult - Class in org.citrusframework.remote.model
- RemoteResult() - Constructor for class org.citrusframework.remote.model.RemoteResult
- remoteTestListener() - Method in record class org.citrusframework.remote.job.RunJob
-
Returns the value of the
remoteTestListenerrecord component. - RemoteTestListener - Class in org.citrusframework.remote.listener
- RemoteTestListener() - Constructor for class org.citrusframework.remote.listener.RemoteTestListener
- render(Object) - Method in class org.citrusframework.remote.transformer.JsonResponseTransformer
- reset() - Method in class org.citrusframework.remote.listener.RemoteTestListener
- run() - Method in class org.citrusframework.remote.controller.RunController
-
Run tests with default configuration.
- runAll() - Method in class org.citrusframework.remote.controller.RunController
-
Run all tests found in classpath.
- runClasses(List<TestSource>) - Method in class org.citrusframework.remote.controller.RunController
-
Run Citrus application with given test class names.
- runConfiguration() - Method in record class org.citrusframework.remote.job.RunJob
-
Returns the value of the
runConfigurationrecord component. - RunController - Class in org.citrusframework.remote.controller
- RunController(CitrusRemoteConfiguration) - Constructor for class org.citrusframework.remote.controller.RunController
-
Constructor with given configuration.
- RunJob - Record Class in org.citrusframework.remote.job
- RunJob(CitrusRemoteConfiguration, TestRunConfiguration, RemoteTestListener) - Constructor for record class org.citrusframework.remote.job.RunJob
-
Creates an instance of a
RunJobrecord class. - runPackages(List<String>) - Method in class org.citrusframework.remote.controller.RunController
-
Run Citrus application with given test package names.
S
- setCause(String) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the cause.
- setDurationMillis(long) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the durationInMillis.
- setEngine(String) - Method in class org.citrusframework.remote.controller.RunController
-
Sets the engine.
- setErrorMessage(String) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the errorMessage.
- setFailed(boolean) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the failed.
- setFailureStack(String) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the failureStack.
- setIncludes(String[]) - Method in class org.citrusframework.remote.controller.RunController
-
Sets the includes.
- setPort(int) - Method in class org.citrusframework.remote.CitrusRemoteConfiguration
-
Sets the port.
- setSkipped(boolean) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the skipped.
- setSuccess(boolean) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the success.
- setTestClass(String) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the testClass.
- setTestName(String) - Method in class org.citrusframework.remote.model.RemoteResult
-
Sets the testName.
- start() - Method in class org.citrusframework.remote.CitrusRemoteApplication
- start() - Method in class org.citrusframework.remote.CitrusRemoteServer
-
Start server instance and listen for incoming requests.
- stop() - Method in class org.citrusframework.remote.CitrusRemoteApplication
- stop() - Method in class org.citrusframework.remote.CitrusRemoteServer
-
Stops the server instance.
T
- ThrowingHandler<T> - Interface in org.citrusframework.remote
- toRemoteResults() - Method in class org.citrusframework.remote.listener.RemoteTestListener
- toString() - Method in record class org.citrusframework.remote.job.RunJob
-
Returns a string representation of this record class.
- toTestResult(RemoteResult) - Static method in class org.citrusframework.remote.model.RemoteResult
-
Convert remote result to traditional result.
W
- waitForCompletion() - Method in class org.citrusframework.remote.CitrusRemoteServer
-
Waits for completed state of application.
- wrapThrowingHandler(ThrowingHandler<RoutingContext>) - Static method in class org.citrusframework.remote.CitrusRemoteApplication
All Classes and Interfaces|All Packages