A B C D E F G I K L M N O P R S T V Y 
All Classes All Packages

A

add(String, MessageCreator) - Method in class org.citrusframework.yaks.message.MessageCreators
Adds new message creator with given name.
addBody(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
addBodyMultiline(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
addHeader(String, String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
addType(String) - Method in class org.citrusframework.yaks.message.MessageCreators
Adds new message creator POJO instance from type.

B

before() - Method in class org.citrusframework.yaks.standard.MessagingSteps
 

C

checkTestFailure(Scenario) - Method in class org.citrusframework.yaks.hooks.TestFailureHook
 
CLUSTER_WILDCARD_DOMAIN - org.citrusframework.yaks.YaksVariableNames
 
ComponentSteps - Class in org.citrusframework.yaks.standard
 
ComponentSteps() - Constructor for class org.citrusframework.yaks.standard.ComponentSteps
 
create() - Method in interface org.citrusframework.yaks.message.MessageCreator
Creates message instance.
createMessage(String) - Method in class org.citrusframework.yaks.message.MessageCreators
Create message by delegating message creation to known message creators that are able to create message with given name.
createMessageQueue(String) - Method in class org.citrusframework.yaks.standard.ComponentSteps
 
CreatesMessage - Annotation Type in org.citrusframework.yaks.message
Creates message for send or receive operations.
CucumberUtils - Class in org.citrusframework.yaks.util
 

D

DEFAULT_DOMAIN_SUFFIX - Static variable in class org.citrusframework.yaks.YaksSettings
 
destroy() - Method in class org.citrusframework.yaks.report.SystemOutTestReporter
 
doSleep() - Method in class org.citrusframework.yaks.standard.StandardSteps
 
doSleep(long) - Method in class org.citrusframework.yaks.standard.StandardSteps
 

E

EndpointSteps - Class in org.citrusframework.yaks.standard
 
EndpointSteps() - Constructor for class org.citrusframework.yaks.standard.EndpointSteps
 
extractFeatureFileName(Scenario) - Static method in class org.citrusframework.yaks.util.CucumberUtils
Extract feature file name from given scenario.
extractFeatureFileName(String) - Static method in class org.citrusframework.yaks.util.CucumberUtils
Extract feature file name from given uri.

F

FEATURE_FILE - org.citrusframework.yaks.YaksVariableNames
 

G

generateReport(TestResults) - Method in class org.citrusframework.yaks.report.SystemOutTestReporter
 
getClusterType() - Static method in class org.citrusframework.yaks.YaksSettings
Cluster type that YAKS is running on.
getClusterWildcardDomain() - Static method in class org.citrusframework.yaks.YaksSettings
Cluster wildcard domain or default if non is set.
getClusterWildcardSetting() - Method in class org.citrusframework.yaks.hooks.InjectEnvVarsHook
 
getDefaultNamespace() - Static method in class org.citrusframework.yaks.YaksSettings
Namespace to work on when performing Kubernetes/Knative client operations on resources.
getErrors() - Method in class org.citrusframework.yaks.report.TestSummary
 
getFailed() - Method in class org.citrusframework.yaks.report.TestSummary
 
getNamespaceSetting() - Method in class org.citrusframework.yaks.hooks.InjectEnvVarsHook
 
getPassed() - Method in class org.citrusframework.yaks.report.TestSummary
 
getPending() - Method in class org.citrusframework.yaks.report.TestSummary
 
getSkipped() - Method in class org.citrusframework.yaks.report.TestSummary
 
getTerminationLog() - Static method in class org.citrusframework.yaks.report.TestReporter
 
getTestId() - Static method in class org.citrusframework.yaks.YaksSettings
Current test id that is also set as label on the Pod running the test.
getTotal() - Method in class org.citrusframework.yaks.report.TestSummary
 
getUndefined() - Method in class org.citrusframework.yaks.report.TestSummary
 

I

injectEnvVars(Scenario) - Method in class org.citrusframework.yaks.hooks.InjectEnvVarsHook
 
InjectEnvVarsHook - Class in org.citrusframework.yaks.hooks
Cucumber hook injects environment variables as test variables before the scenario is executed.
InjectEnvVarsHook() - Constructor for class org.citrusframework.yaks.hooks.InjectEnvVarsHook
 
isKubernetesCluster() - Static method in class org.citrusframework.yaks.YaksSettings
True when running on Kubernetes.
isOpenshiftCluster() - Static method in class org.citrusframework.yaks.YaksSettings
True when running on Openshift.
itDoesBDD() - Method in class org.citrusframework.yaks.standard.StandardSteps
 

K

KUBERNETES - org.citrusframework.yaks.YaksClusterType
 

L

loadVariable(String, String) - Method in class org.citrusframework.yaks.standard.StandardSteps
 
loadVariableFromFile(String, String) - Method in class org.citrusframework.yaks.standard.StandardSteps
 
loadVariables(String) - Method in class org.citrusframework.yaks.standard.StandardSteps
 

M

message(String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
messageCreator(String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
MessageCreator - Interface in org.citrusframework.yaks.message
 
messageCreators(DataTable) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
MessageCreators - Class in org.citrusframework.yaks.message
 
MessageCreators() - Constructor for class org.citrusframework.yaks.message.MessageCreators
 
MessagingSteps - Class in org.citrusframework.yaks.standard
 
MessagingSteps() - Constructor for class org.citrusframework.yaks.standard.MessagingSteps
 

N

NAMESPACE - org.citrusframework.yaks.YaksVariableNames
 

O

onStart() - Method in class org.citrusframework.yaks.report.SystemOutTestReporter
 
OPENSHIFT - org.citrusframework.yaks.YaksClusterType
 
org.citrusframework.yaks - package org.citrusframework.yaks
 
org.citrusframework.yaks.hooks - package org.citrusframework.yaks.hooks
 
org.citrusframework.yaks.message - package org.citrusframework.yaks.message
 
org.citrusframework.yaks.report - package org.citrusframework.yaks.report
 
org.citrusframework.yaks.standard - package org.citrusframework.yaks.standard
 
org.citrusframework.yaks.util - package org.citrusframework.yaks.util
 

P

print(String) - Method in class org.citrusframework.yaks.standard.StandardSteps
 
printMultiline(String) - Method in class org.citrusframework.yaks.standard.StandardSteps
 
purgeEndpoint(String) - Method in class org.citrusframework.yaks.standard.EndpointSteps
 

R

receiveBody(String, String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
receiveDefault(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
receiveMessage(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
receiveMessage(String, String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
receiveMultilineBody(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 

S

SCENARIO_ID - org.citrusframework.yaks.YaksVariableNames
 
SCENARIO_NAME - org.citrusframework.yaks.YaksVariableNames
 
sendBody(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
sendMessage(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
sendMultilineBody(String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
setEventPublisher(EventPublisher) - Method in class org.citrusframework.yaks.report.TestReporter
 
shouldReceiveMultiline(String, String, String) - Method in class org.citrusframework.yaks.standard.MessagingSteps
 
StandardSteps - Class in org.citrusframework.yaks.standard
 
StandardSteps() - Constructor for class org.citrusframework.yaks.standard.StandardSteps
 
startServer(String) - Method in class org.citrusframework.yaks.standard.EndpointSteps
 
stopServer(String) - Method in class org.citrusframework.yaks.standard.EndpointSteps
 
SystemOutTestReporter - Class in org.citrusframework.yaks.report
Reporter activates when logging over logging framework is disabled in order to print a minimal test report using System.out
SystemOutTestReporter() - Constructor for class org.citrusframework.yaks.report.SystemOutTestReporter
 

T

TestFailureHook - Class in org.citrusframework.yaks.hooks
Failure hook makes sure that the Citrus test state is set to FAILED when the Cucumber scenario is failed.
TestFailureHook() - Constructor for class org.citrusframework.yaks.hooks.TestFailureHook
 
TestReporter - Class in org.citrusframework.yaks.report
Reporter writing test results summary to termination log.
TestReporter() - Constructor for class org.citrusframework.yaks.report.TestReporter
 
TestSummary - Class in org.citrusframework.yaks.report
 
TestSummary() - Constructor for class org.citrusframework.yaks.report.TestSummary
 
toString() - Method in enum org.citrusframework.yaks.YaksVariableNames
 

V

value() - Method in annotation type org.citrusframework.yaks.message.CreatesMessage
The name of the message created.
value() - Method in enum org.citrusframework.yaks.YaksVariableNames
 
valueOf(String) - Static method in enum org.citrusframework.yaks.YaksClusterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.citrusframework.yaks.YaksVariableNames
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.citrusframework.yaks.YaksClusterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.citrusframework.yaks.YaksVariableNames
Returns an array containing the constants of this enum type, in the order they are declared.
variable(String, String) - Method in class org.citrusframework.yaks.standard.StandardSteps
 
variableMultiline(String, String) - Method in class org.citrusframework.yaks.standard.StandardSteps
 
variables(DataTable) - Method in class org.citrusframework.yaks.standard.StandardSteps
 

Y

YaksClusterType - Enum in org.citrusframework.yaks
Cluster type determines where YAKS is being hosted on.
yaksRocks() - Method in class org.citrusframework.yaks.standard.StandardSteps
 
YaksSettings - Class in org.citrusframework.yaks
 
YaksSettings() - Constructor for class org.citrusframework.yaks.YaksSettings
 
YaksVariableNames - Enum in org.citrusframework.yaks
 
A B C D E F G I K L M N O P R S T V Y 
All Classes All Packages