Uses of Class
org.citrusframework.remote.model.RemoteResult
Packages that use RemoteResult
Package
Description
-
Uses of RemoteResult in org.citrusframework.remote.job
Methods in org.citrusframework.remote.job that return types with arguments of type RemoteResult -
Uses of RemoteResult in org.citrusframework.remote.listener
Methods in org.citrusframework.remote.listener that return types with arguments of type RemoteResult -
Uses of RemoteResult in org.citrusframework.remote.model
Methods in org.citrusframework.remote.model that return RemoteResultModifier and TypeMethodDescriptionstatic RemoteResultRemoteResult.fromTestResult(org.citrusframework.TestResult testResult) Convert traditional test result to remote result.Methods in org.citrusframework.remote.model with parameters of type RemoteResultModifier and TypeMethodDescriptionstatic org.citrusframework.TestResultRemoteResult.toTestResult(RemoteResult remoteResult) Convert remote result to traditional result.