A B C D F G I L N P R S T V 
All Classes All Packages

A

addTestListener(ITestNGListener) - Method in class com.consol.citrus.testng.TestNGEngine
Adds run listener in fluent API.
afterSuite(CitrusContext) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
Subclasses may add after suite actions on the provided context.
afterSuite(ITestContext) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
afterSuite(ITestContext) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 
afterSuite(ITestContext) - Method in interface com.consol.citrus.testng.TestNGSuiteListener
Runs tasks after test suite.
applyBehavior(TestBehavior) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
applyBehavior(TestBehavior) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 
author(String) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
author(String) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 

B

beforeSuite(CitrusContext) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
Subclasses may add before suite actions on the provided context.
beforeSuite(ITestContext) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
beforeSuite(ITestContext) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 
beforeSuite(ITestContext) - Method in interface com.consol.citrus.testng.TestNGSuiteListener
Runs tasks before test suite.
BUILDER_ATTRIBUTE - Static variable in class com.consol.citrus.testng.TestNGHelper
 

C

citrus - Variable in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
Citrus instance
citrus - Variable in class com.consol.citrus.testng.TestNGCitrusSupport
Citrus instance
CitrusParameters - Annotation Type in com.consol.citrus.testng
Parameter annotation provides parameter names that are passed to the test case test context as variables.
com.consol.citrus.testng - package com.consol.citrus.testng
 
com.consol.citrus.testng.spring - package com.consol.citrus.testng.spring
 
createTestCaseRunner(Object, Method, TestContext) - Static method in class com.consol.citrus.testng.TestNGHelper
Creates new test runner instance for this test method.
createTestLoader(String, String) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
Creates new test loader which has TestNG test annotations set for test execution.
createTestLoader(String, String) - Method in interface com.consol.citrus.testng.TestNGHelper.TestLoaderProvider
Creates new test loader which has TestNG test annotations set for test execution.
createTestLoadersForMethod(Method, TestNGHelper.TestLoaderProvider) - Static method in class com.consol.citrus.testng.TestNGHelper
Creates test loader from @CitrusXmlTest annotated test method and saves those to local member.
creationDate(Date) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
creationDate(Date) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 

D

description(String) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
description(String) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 

F

FakeExecutionCallBack(Object[]) - Constructor for class com.consol.citrus.testng.TestNGHelper.FakeExecutionCallBack
 

G

getParameters() - Method in class com.consol.citrus.testng.TestNGHelper.FakeExecutionCallBack
 
getTestCase() - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
Constructs the test case to execute.

I

injectTestParameters(Method, TestCase, Object[]) - Static method in class com.consol.citrus.testng.TestNGParameterHelper
Methods adds optional TestNG parameters as variables to the test case.
intercept(List<IMethodInstance>, ITestContext) - Method in class com.consol.citrus.testng.PrepareTestNGMethodInterceptor
 
invokeTestMethod(Citrus, Object, ITestResult, Method, TestCase, TestContext, int) - Static method in class com.consol.citrus.testng.TestNGHelper
Invokes test method based on designer or runner environment.
invokeTestMethod(Object, ITestResult, Method, TestCaseRunner, TestContext, int) - Static method in class com.consol.citrus.testng.TestNGHelper
Invokes test method.

L

log - Variable in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
Logger
log - Variable in class com.consol.citrus.testng.TestNGCitrusSupport
Logger

N

name(String) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
name(String) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 

P

prepareTestContext(TestContext) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
Prepares the test context.
prepareTestContext(TestContext) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
Prepares the test context.
PrepareTestNGMethodInterceptor - Class in com.consol.citrus.testng
TestNG method interceptor duplicates method instances for each package scan test and test name in Citrus annotated test method.
PrepareTestNGMethodInterceptor() - Constructor for class com.consol.citrus.testng.PrepareTestNGMethodInterceptor
 

R

resolveParameter(Object, ITestResult, Method, TestCase, TestContext, int) - Static method in class com.consol.citrus.testng.TestNGParameterHelper
Resolves method arguments supporting TestNG data provider parameters as well as CitrusResource annotated methods.
run() - Method in class com.consol.citrus.testng.TestNGEngine
 
run(TestActionBuilder<T>) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
run(TestActionBuilder<T>) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 
run(IHookCallBack, ITestResult) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
run(IHookCallBack, ITestResult) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 
run(ITestResult, Method, int) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
Run method prepares and executes test case.
run(ITestResult, Method, TestLoader, int) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
Run method prepares and executes test case.
runTestMethod(ITestResult) - Method in class com.consol.citrus.testng.TestNGHelper.FakeExecutionCallBack
 

S

status(TestCaseMetaInfo.Status) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
status(TestCaseMetaInfo.Status) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 

T

TestNGCitrusSpringSupport - Class in com.consol.citrus.testng.spring
Basic Citrus TestNG support base class with Spring support automatically handles test case runner creation.
TestNGCitrusSpringSupport() - Constructor for class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
TestNGCitrusSupport - Class in com.consol.citrus.testng
Basic Citrus TestNG support base class automatically handles test case runner creation.
TestNGCitrusSupport() - Constructor for class com.consol.citrus.testng.TestNGCitrusSupport
 
TestNGEngine - Class in com.consol.citrus.testng
 
TestNGEngine(TestRunConfiguration) - Constructor for class com.consol.citrus.testng.TestNGEngine
Default constructor using run configuration.
TestNGHelper - Class in com.consol.citrus.testng
 
TestNGHelper.FakeExecutionCallBack - Class in com.consol.citrus.testng
Class faking test execution as callback.
TestNGHelper.TestLoaderProvider - Interface in com.consol.citrus.testng
 
TestNGParameterHelper - Class in com.consol.citrus.testng
 
TestNGSuiteListener - Interface in com.consol.citrus.testng
 

V

value() - Method in annotation type com.consol.citrus.testng.CitrusParameters
The list of parameter names corresponding with TestNG data provider parameter values.
variable(String, T) - Method in class com.consol.citrus.testng.spring.TestNGCitrusSpringSupport
 
variable(String, T) - Method in class com.consol.citrus.testng.TestNGCitrusSupport
 
A B C D F G I L N P R S T V 
All Classes All Packages