Index

A C D E F G H I J L M N P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(Assertion) - Method in class com.adaptris.tester.runtime.Assertions
 
add(Test) - Method in class com.adaptris.tester.runtime.TestList
 
addAssertion(Assertion) - Method in class com.adaptris.tester.runtime.Assertions
 
addHelperProperty(String, String) - Method in class com.adaptris.tester.runtime.helpers.Helper
Adds properties to helper properties, they are resolved in the service config.
addMessageHeader(String, String) - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
addPreprocessor(Preprocessor) - Method in class com.adaptris.tester.runtime.services.ServiceToTest
 
addProperty(JUnitReportProperty) - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Adds JUnit property to list
addPropertyFile(String) - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPreprocessor
 
addTest(Test) - Method in class com.adaptris.tester.runtime.TestList
 
addTestCase(JUnitReportTestCase) - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Adds JUnit test case to list, also increments test count and conditionality increments failure, error and skipped counts.
addTestCase(TestCase) - Method in class com.adaptris.tester.runtime.Test
 
addTestList(TestList) - Method in class com.adaptris.tester.runtime.ServiceTest
 
addTestSuite(JUnitReportTestSuite) - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuites
Adds JUnitReportTestSuite to list.
addTestSuites(JUnitReportTestSuites) - Method in class com.adaptris.tester.report.junit.JUnitReportTestResults
Adds JUnitReportTestSuites to list.
applyService(String, TestMessage) - Method in class com.adaptris.tester.runtime.clients.JMXTestClient
Apply the service to the input message and return outputted message, method uses AdapterComponentCheckerMBean.applyService(String, com.adaptris.interlok.types.SerializableMessage).
applyService(String, TestMessage) - Method in interface com.adaptris.tester.runtime.clients.TestClient
Apply the service to the input message and return outputted message.
AssertAlwaysFail - Class in com.adaptris.tester.runtime.messages.assertion
Assertion that will always fail.
AssertAlwaysFail() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertAlwaysFail
 
Assertion - Interface in com.adaptris.tester.runtime.messages.assertion
Base interface for assertions.
AssertionResult - Class in com.adaptris.tester.runtime.messages.assertion
Class used to store assertion results.
AssertionResult(String, boolean) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertionResult
 
AssertionResult(String, boolean, String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertionResult
 
Assertions - Class in com.adaptris.tester.runtime
 
Assertions() - Constructor for class com.adaptris.tester.runtime.Assertions
 
AssertLinePayloadEquals - Class in com.adaptris.tester.runtime.messages.assertion
AssertLinePayloadEquals() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEquals
 
AssertLinePayloadEquals(List<String>) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEquals
 
AssertLinePayloadEqualsFile - Class in com.adaptris.tester.runtime.messages.assertion
AssertLinePayloadEqualsFile() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEqualsFile
 
AssertLinePayloadEqualsFile(String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEqualsFile
 
AssertMetadataContains - Class in com.adaptris.tester.runtime.messages.assertion
Checks if all keys and corresponding values set in MetadataAssertion.getMessageHeaders() are present in TestMessage.getMessageHeaders().
AssertMetadataContains() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataContains
 
AssertMetadataContains(Map<String, String>) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataContains
 
AssertMetadataEquals - Class in com.adaptris.tester.runtime.messages.assertion
AssertMetadataEquals() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataEquals
 
AssertMetadataEquals(Map<String, String>) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataEquals
 
AssertMetadataKeyExists - Class in com.adaptris.tester.runtime.messages.assertion
Checks the value of TestMessage.getMessageHeaders() contains kvp with key matching AssertMetadataKeyImpl.getKey().
AssertMetadataKeyExists() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyExists
 
AssertMetadataKeyExists(String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyExists
 
AssertMetadataKeyImpl - Class in com.adaptris.tester.runtime.messages.assertion
 
AssertMetadataKeyImpl() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyImpl
 
AssertMetadataKeyNonExistent - Class in com.adaptris.tester.runtime.messages.assertion
Checks that a metadata key does not exist in TestMessage.getMessageHeaders()
AssertMetadataKeyNonExistent() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyNonExistent
 
AssertMetadataKeyNonExistent(String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyNonExistent
 
AssertMetadataMatchesRegex - Class in com.adaptris.tester.runtime.messages.assertion
Checks if all keys and corresponding regular expression in values set in MetadataAssertion.getMessageHeaders() match TestMessage.getMessageHeaders().
AssertMetadataMatchesRegex() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataMatchesRegex
 
AssertMetadataMatchesRegex(Map<String, String>) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataMatchesRegex
 
AssertMetadataNotEquals - Class in com.adaptris.tester.runtime.messages.assertion
Checks if all keys and corresponding values set in MetadataAssertion.getMessageHeaders() are not present in TestMessage.getMessageHeaders().
AssertMetadataNotEquals() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataNotEquals
 
AssertMetadataNotEquals(Map<String, String>) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertMetadataNotEquals
 
AssertNextServiceId - Class in com.adaptris.tester.runtime.messages.assertion
AssertNextServiceId() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertNextServiceId
 
AssertPayloadContains - Class in com.adaptris.tester.runtime.messages.assertion
AssertPayloadContains() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertPayloadContains
 
AssertPayloadContains(String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertPayloadContains
 
AssertPayloadEquals - Class in com.adaptris.tester.runtime.messages.assertion
AssertPayloadEquals() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEquals
 
AssertPayloadEquals(String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEquals
 
AssertPayloadEqualsFile - Class in com.adaptris.tester.runtime.messages.assertion
Checks if TestMessage.getPayload() equals file contents.
AssertPayloadEqualsFile() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
 
AssertPayloadEqualsFile(String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
 
AssertXpathBoolean - Class in com.adaptris.tester.runtime.messages.assertion
Checks boolean result of XpathCommon.getXpath() against TestMessage.getPayload().
AssertXpathBoolean() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertXpathBoolean
 
AssertXpathEquals - Class in com.adaptris.tester.runtime.messages.assertion
AssertXpathEquals() - Constructor for class com.adaptris.tester.runtime.messages.assertion.AssertXpathEquals
 

C

check(Exception) - Method in class com.adaptris.tester.runtime.ExpectedException
 
checkResults(String, String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEqualsFile
 
checkResults(String, String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
 
close() - Method in class com.adaptris.tester.runtime.clients.EmbeddedTestClient
Closes the Adapter using the AdapterManager,
close() - Method in class com.adaptris.tester.runtime.clients.ExternalJMXTestClient
Close JMX connection initialised in JMXTestClient.init(ServiceTestConfig config).
close() - Method in class com.adaptris.tester.runtime.clients.JMXTestClient
Close connection initialised in JMXTestClient.init(ServiceTestConfig config).
close() - Method in class com.adaptris.tester.runtime.clients.LocalTestClient
Empty implementation
com.adaptris.tester.report.junit - package com.adaptris.tester.report.junit
Classes for recording and producing service tester results.
com.adaptris.tester.runners - package com.adaptris.tester.runners
Entry point into service tester via the commandline.
com.adaptris.tester.runtime - package com.adaptris.tester.runtime
Classes for configuring service tester execution.
com.adaptris.tester.runtime.clients - package com.adaptris.tester.runtime.clients
Classes for configuring service tester clients.
com.adaptris.tester.runtime.helpers - package com.adaptris.tester.runtime.helpers
Classes for configuring service tester helpers.
com.adaptris.tester.runtime.messages - package com.adaptris.tester.runtime.messages
Classes for configuring and utilities for service tester messages.
com.adaptris.tester.runtime.messages.assertion - package com.adaptris.tester.runtime.messages.assertion
Classes for configuring service tester assertions on returned messages.
com.adaptris.tester.runtime.messages.metadata - package com.adaptris.tester.runtime.messages.metadata
Classes for configuring service tester input messages metadata.
com.adaptris.tester.runtime.messages.payload - package com.adaptris.tester.runtime.messages.payload
Classes for configuring service tester input messages payload.
com.adaptris.tester.runtime.services - package com.adaptris.tester.runtime.services
Classes for configuring service tester input.
com.adaptris.tester.runtime.services.preprocessor - package com.adaptris.tester.runtime.services.preprocessor
Classes for configuring service tester input preprocessors.
com.adaptris.tester.runtime.services.sources - package com.adaptris.tester.runtime.services.sources
Classes for configuring service tester input source.
com.adaptris.tester.utils - package com.adaptris.tester.utils
General utility classes.
createFile(String, ServiceTestConfig) - Static method in class com.adaptris.tester.utils.FsHelper
 
createTestMessage(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.TestMessageProvider
 

D

DEFAULT_PORT - Static variable in class com.adaptris.tester.runtime.helpers.StaticPortProvider
 
DEFAULT_PORT_OFFSET - Static variable in class com.adaptris.tester.runtime.helpers.DynamicPortProvider
 
DefaultConfigSource - Class in com.adaptris.tester.runtime.services.sources
Extension of FileSource that simply defaults to file:///${service.tester.working.directory}/src/main/interlok/config/adapter.xml.
DefaultConfigSource() - Constructor for class com.adaptris.tester.runtime.services.sources.DefaultConfigSource
 
DynamicPortProvider - Class in com.adaptris.tester.runtime.helpers
Implementation of PortProvider that returns available port based on offset.
DynamicPortProvider() - Constructor for class com.adaptris.tester.runtime.helpers.DynamicPortProvider
 
DynamicPortProvider(int) - Constructor for class com.adaptris.tester.runtime.helpers.DynamicPortProvider
 

E

EmbeddedTestClient - Class in com.adaptris.tester.runtime.clients
Implementation of JMXTestClient that creates an embedded version of the Adapter to be used during testing.
EmbeddedTestClient() - Constructor for class com.adaptris.tester.runtime.clients.EmbeddedTestClient
 
EmptyMetadataProvider - Class in com.adaptris.tester.runtime.messages.metadata
 
EmptyMetadataProvider() - Constructor for class com.adaptris.tester.runtime.messages.metadata.EmptyMetadataProvider
 
EmptyPayloadProvider - Class in com.adaptris.tester.runtime.messages.payload
 
EmptyPayloadProvider() - Constructor for class com.adaptris.tester.runtime.messages.payload.EmptyPayloadProvider
 
execute() - Method in class com.adaptris.tester.runtime.ServiceTest
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.Assertions
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertAlwaysFail
 
execute(TestMessage, ServiceTestConfig) - Method in interface com.adaptris.tester.runtime.messages.assertion.Assertion
Execute assertion against test message.
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEquals
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyExists
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyNonExistent
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertNextServiceId
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathBoolean
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathEquals
 
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
execute(TestMessage, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
execute(ServiceTest) - Method in class com.adaptris.tester.runners.TestExecutor
Executes ServiceTest configuration returning JUnitReportTestResults
execute(File, File) - Method in class com.adaptris.tester.runners.TestExecutor
Reads contents of input and executes TestExecutor.execute(String) using output directory with the returned results JUnitReportTestResults.writeReports(File)
execute(String) - Method in class com.adaptris.tester.runners.TestExecutor
execute(String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadContains
 
execute(String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEquals
 
execute(String) - Method in class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
Execute assertion against payload.
execute(String[]) - Method in class com.adaptris.tester.runners.TestExecutor
Passes arguments using TestExecutor.checkAndSetArguments(String[]) and executes TestExecutor.execute(File, File).
execute(String, TestClient, ServiceToTest, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.TestCase
 
execute(String, TestClient, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.Test
 
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.FindAndReplacePreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.NullPreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in interface com.adaptris.tester.runtime.services.preprocessor.Preprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.RemoveNodePreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.SystemPropertiesPreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPropsPreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.WrapInServiceCollectionPreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.XincludePreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.preprocessor.XpathPreprocessor
Execute the preprocessors against the service input returning updated service.
execute(String, File) - Method in class com.adaptris.tester.runners.TestExecutor
execute(Map<String, String>) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataContains
 
execute(Map<String, String>) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataEquals
 
execute(Map<String, String>) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataMatchesRegex
 
execute(Map<String, String>) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataNotEquals
 
execute(Map<String, String>) - Method in class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
Execute assertion against metadata values.
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertAlwaysFail
 
expected() - Method in interface com.adaptris.tester.runtime.messages.assertion.Assertion
Returns expected result of assertion.
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEquals
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyExists
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyNonExistent
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertNextServiceId
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathBoolean
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathEquals
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
 
expected() - Method in class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
 
ExpectedException - Class in com.adaptris.tester.runtime
 
ExpectedException() - Constructor for class com.adaptris.tester.runtime.ExpectedException
 
ExpectedException(String) - Constructor for class com.adaptris.tester.runtime.ExpectedException
 
ExpectedException(String, String) - Constructor for class com.adaptris.tester.runtime.ExpectedException
 
ExternalJMXTestClient - Class in com.adaptris.tester.runtime.clients
Implementation of JMXTestClient that connects to external JMX URL to be used during testing.
ExternalJMXTestClient() - Constructor for class com.adaptris.tester.runtime.clients.ExternalJMXTestClient
 

F

FilePayloadProvider - Class in com.adaptris.tester.runtime.messages.payload
 
FilePayloadProvider() - Constructor for class com.adaptris.tester.runtime.messages.payload.FilePayloadProvider
 
FilePayloadProvider(String) - Constructor for class com.adaptris.tester.runtime.messages.payload.FilePayloadProvider
 
FileSource - Class in com.adaptris.tester.runtime.services.sources
 
FileSource() - Constructor for class com.adaptris.tester.runtime.services.sources.FileSource
 
FileSource(String) - Constructor for class com.adaptris.tester.runtime.services.sources.FileSource
 
FindAndReplacePreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
FindAndReplacePreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.FindAndReplacePreprocessor
 
FsHelper - Class in com.adaptris.tester.utils
 
FsHelper() - Constructor for class com.adaptris.tester.utils.FsHelper
 

G

getAssertions() - Method in class com.adaptris.tester.runtime.Assertions
 
getAssertions() - Method in class com.adaptris.tester.runtime.TestCase
 
getChannel() - Method in class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
getClassname() - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Get test case classname
getClassName() - Method in class com.adaptris.tester.runtime.ExpectedException
 
getErrors() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns number of tests with an error in suite
getExpectedException() - Method in class com.adaptris.tester.runtime.TestCase
 
getExpectedLines() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEquals
 
getFailures() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns number of tests with an failure in suite
getFile() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
 
getFile() - Method in class com.adaptris.tester.runtime.messages.payload.FilePayloadProvider
 
getFile() - Method in class com.adaptris.tester.runtime.services.sources.FileSource
Location of the XML configuration file
getFileBytes(String, ServiceTestConfig) - Static method in class com.adaptris.tester.utils.FsHelper
 
getGlobFilter() - Method in class com.adaptris.tester.runtime.TestCase
 
getHelperProperties() - Method in class com.adaptris.tester.runtime.helpers.Helper
Helper properties should be set during initialisation, they are resolved in the service config.
getHelperProperties() - Method in class com.adaptris.tester.runtime.ServiceTest
 
getHelpers() - Method in class com.adaptris.tester.runtime.ServiceTest
 
getHostname() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns hostname test suite executed on
getInputFilePath() - Method in class com.adaptris.tester.runners.TestExecutor
Gets test configuration path
getInputMessageProvider() - Method in class com.adaptris.tester.runtime.TestCase
 
getIssue() - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Get test case issue
getJmxUrl() - Method in class com.adaptris.tester.runtime.clients.ExternalJMXTestClient
Get JMX URL to be used during initialisation.
getKey() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyImpl
 
getKvpAsProperties() - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPropsPreprocessor
 
getMessage() - Method in class com.adaptris.tester.report.junit.JUnitReportTestIssueTyped
Get issue message
getMessage() - Method in class com.adaptris.tester.runtime.ExpectedException
 
getMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertionResult
Returns message, if message is null returns: "Assertion Failure [type]".
getMessageHeaders() - Method in class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
Helper method to return MetadataAssertion.getMetadata() as Map.
getMessageHeaders() - Method in class com.adaptris.tester.runtime.messages.metadata.EmptyMetadataProvider
 
getMessageHeaders() - Method in class com.adaptris.tester.runtime.messages.metadata.InlineMetadataProvider
 
getMessageHeaders() - Method in class com.adaptris.tester.runtime.messages.metadata.MetadataProvider
 
getMessageHeaders() - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
getMetadata() - Method in class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
Get the metadata kvps to be used during assertions.
getMetadata() - Method in class com.adaptris.tester.runtime.messages.metadata.InlineMetadataProvider
 
getMetadataProvider() - Method in class com.adaptris.tester.runtime.messages.TestMessageProvider
 
getName() - Method in class com.adaptris.tester.report.junit.JUnitReportProperty
Get property name
getName() - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Get test case name
getName() - Method in class com.adaptris.tester.report.junit.JUnitReportTestResults
Returns test results name
getName() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns test suite name
getName() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuites
Returns test suites name
getNamespaceContext() - Method in class com.adaptris.tester.runtime.XpathCommon
 
getNextServiceId() - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
getOffset() - Method in class com.adaptris.tester.runtime.helpers.DynamicPortProvider
Gets the offset to be used when requesting port.
getOutputFilePath() - Method in class com.adaptris.tester.runners.TestExecutor
Gets output directory for test results
getPayload() - Method in class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
Get the expected payload to be used during assertions.
getPayload() - Method in class com.adaptris.tester.runtime.messages.payload.EmptyPayloadProvider
 
getPayload() - Method in class com.adaptris.tester.runtime.messages.payload.FilePayloadProvider
 
getPayload() - Method in class com.adaptris.tester.runtime.messages.payload.InlinePayloadProvider
 
getPayload() - Method in class com.adaptris.tester.runtime.messages.payload.PayloadProvider
 
getPayload() - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
getPayloadProvider() - Method in class com.adaptris.tester.runtime.messages.TestMessageProvider
 
getPort() - Method in class com.adaptris.tester.runtime.helpers.DynamicPortProvider
Returns the port set in DynamicPortProvider.initPort()
getPort() - Method in interface com.adaptris.tester.runtime.helpers.PortProvider
 
getPort() - Method in class com.adaptris.tester.runtime.helpers.StaticPortProvider
Returns the port value
getPreprocessors() - Method in class com.adaptris.tester.runtime.services.ServiceToTest
 
getPreProcessors() - Method in class com.adaptris.tester.runners.TestExecutor
Gets Pre-Processors to be when service test configuration is unmarshalled.
getProcessedSource(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.ServiceToTest
 
getProperties() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns list of JUnit properties
getProperties() - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPropsPreprocessor
 
getPropertyFile() - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPreprocessor
 
getReplacementKeys() - Method in class com.adaptris.tester.runtime.services.preprocessor.FindAndReplacePreprocessor
 
getServices() - Method in class com.adaptris.tester.runtime.clients.SharedComponentProvider
 
getServices() - Method in class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
getServiceToTest() - Method in class com.adaptris.tester.runtime.Test
 
getSharedComponents() - Method in class com.adaptris.tester.runtime.clients.EmbeddedTestClient
Returns SharedComponentList which is added to the Adapter during initialisation.
getSharedComponentsProvider() - Method in class com.adaptris.tester.runtime.clients.EmbeddedTestClient
Returns SharedComponentProvider which is used to add Service as shared components to the Adapter during initialisation.
getShowReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertAlwaysFail
getSkipped() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns number of tests with an skipped in suite
getSource() - Method in class com.adaptris.tester.runtime.services.ServiceToTest
 
getSource() - Method in class com.adaptris.tester.runtime.ServiceTest
The source of the XML configuration
getSource(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.sources.FileSource
 
getSource(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.sources.InlineSource
 
getSource(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.services.sources.MainSource
 
getSource(ServiceTestConfig) - Method in interface com.adaptris.tester.runtime.services.sources.Source
 
getTestCases() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns list of test cases
getTestCases() - Method in class com.adaptris.tester.runtime.Test
 
getTestClient() - Method in class com.adaptris.tester.runtime.ServiceTest
 
getTestLists() - Method in class com.adaptris.tester.runtime.ServiceTest
 
getTests() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns number of tests in suite
getTests() - Method in class com.adaptris.tester.runtime.TestList
 
getTestSuites() - Method in class com.adaptris.tester.report.junit.JUnitReportTestResults
Returns list of JUnitReportTestSuites.
getTestSuites() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuites
Returns list of JUnitReportTestSuite.
getText() - Method in class com.adaptris.tester.report.junit.JUnitReportError
Returns error text (normally stacktrace)
getText() - Method in class com.adaptris.tester.report.junit.JUnitReportFailure
Returns Failure text (normally stacktrace)
getTime() - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Get test case time
getTime() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns test suite time
getTimestamp() - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Returns timestamp test suite started on, format: yyyy-MM-dd'T'hh:mm:ss
getType() - Method in class com.adaptris.tester.report.junit.JUnitReportTestIssueTyped
Get issue type
getUniqueId() - Method in class com.adaptris.tester.runtime.ServiceTest
 
getUniqueId() - Method in class com.adaptris.tester.runtime.Test
 
getUniqueId() - Method in class com.adaptris.tester.runtime.TestCase
 
getUniqueId() - Method in class com.adaptris.tester.runtime.TestList
 
getUniqueId() - Method in interface com.adaptris.tester.runtime.UniqueIdAwareTestComponent
Return the unique id.
getValue() - Method in class com.adaptris.tester.report.junit.JUnitReportProperty
Get property value
getValue() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertNextServiceId
Get value to check next service id against.
getValue() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathEquals
Get value to check against xpath result.
getWorkflow() - Method in class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
getWorkingDirectory() - Method in class com.adaptris.tester.runtime.ServiceTest
 
getXml() - Method in class com.adaptris.tester.runtime.services.sources.InlineSource
Adapter or Service XML configuration
getXpath() - Method in class com.adaptris.tester.runtime.XpathCommon
Returns the xpath to use.

H

hasFailures() - Method in class com.adaptris.tester.report.junit.JUnitReportTestResults
Checks the list of stored JUnitReportTestSuites has any failures using JUnitReportTestSuites.hasFailures().
Helper - Class in com.adaptris.tester.runtime.helpers
Abstract class for helper implementation.
Helper() - Constructor for class com.adaptris.tester.runtime.helpers.Helper
 
helperProperties - Variable in class com.adaptris.tester.runtime.ServiceTestConfig
 

I

init(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.clients.JMXTestClient
Initialises the JMX test client.
init(ServiceTestConfig) - Method in interface com.adaptris.tester.runtime.clients.TestClient
Initialises the test client.
init(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.helpers.Helper
Implementations initialise service so its usable in tests, all properties for connectivity should also be set using Helper.addHelperProperty(String, String).
init(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.metadata.MetadataProvider
 
init(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.payload.FilePayloadProvider
 
init(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.messages.payload.PayloadProvider
 
initMBeanServerConnection(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.clients.EmbeddedTestClient
Initialises an Adapter using the AdapterManager, shared components can be added using EmbeddedTestClient.setSharedComponents(SharedComponentList).
initMBeanServerConnection(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.clients.ExternalJMXTestClient
Initialises connection to external JMX client using ExternalJMXTestClient.getJmxUrl().
initMBeanServerConnection(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.clients.JMXTestClient
Implementations should initialise and return the MBeanServerConnection to be used in JMXTestClient.init(ServiceTestConfig config)
initMBeanServerConnection(ServiceTestConfig) - Method in class com.adaptris.tester.runtime.clients.LocalTestClient
initPort() - Method in class com.adaptris.tester.runtime.helpers.DynamicPortProvider
Initialises and sets the port, uses PortManager.nextUnusedPort(int).
initPort() - Method in interface com.adaptris.tester.runtime.helpers.PortProvider
 
initPort() - Method in class com.adaptris.tester.runtime.helpers.StaticPortProvider
Deliberately empty implementation.
InlineMetadataProvider - Class in com.adaptris.tester.runtime.messages.metadata
 
InlineMetadataProvider() - Constructor for class com.adaptris.tester.runtime.messages.metadata.InlineMetadataProvider
 
InlineMetadataProvider(KeyValuePairSet) - Constructor for class com.adaptris.tester.runtime.messages.metadata.InlineMetadataProvider
 
InlinePayloadProvider - Class in com.adaptris.tester.runtime.messages.payload
 
InlinePayloadProvider() - Constructor for class com.adaptris.tester.runtime.messages.payload.InlinePayloadProvider
 
InlinePayloadProvider(String) - Constructor for class com.adaptris.tester.runtime.messages.payload.InlinePayloadProvider
 
InlineSource - Class in com.adaptris.tester.runtime.services.sources
 
InlineSource() - Constructor for class com.adaptris.tester.runtime.services.sources.InlineSource
 
isError() - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Helper method that checks if the item in the list of JUnitReportTestIssue is instance of JUnitReportError
isFailure() - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Helper method that checks if the item in the list of JUnitReportTestIssue is instance of JUnitReportFailure
isPassed() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertionResult
Returns whether assertion passed.
isSkipped() - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Helper method that checks if the item in the list of JUnitReportTestIssue is instance of JUnitReportSkipped
iterator() - Method in class com.adaptris.tester.runtime.Assertions
 
iterator() - Method in class com.adaptris.tester.runtime.TestList
 

J

JMXTestClient - Class in com.adaptris.tester.runtime.clients
Abstract class for TestClient implementations over JMX.
JMXTestClient() - Constructor for class com.adaptris.tester.runtime.clients.JMXTestClient
 
JUnitReportError - Class in com.adaptris.tester.report.junit
Error implementation of JUnitReportTestIssue used in JUnitReportTestCase for storing results.
JUnitReportError(String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportError
Constructor sets error message plus calls super constructor JUnitReportTestIssueTyped(String) with type error.
JUnitReportError(String, String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportError
Constructor sets error text and calls JUnitReportError(String) with message.
JUnitReportFailure - Class in com.adaptris.tester.report.junit
Failure implementation of JUnitReportTestIssue used in JUnitReportTestCase for storing results.
JUnitReportFailure(String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportFailure
Constructor sets error message plus calls super constructor JUnitReportTestIssueTyped(String) with type failure.
JUnitReportFailure(String, String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportFailure
Constructor sets failure text and calls JUnitReportFailure(String) with message.
JUnitReportProperty - Class in com.adaptris.tester.report.junit
Child of JUnitReportTestSuite for storing results.
JUnitReportProperty(String, String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportProperty
 
JUnitReportSkipped - Class in com.adaptris.tester.report.junit
Skipped implementation of JUnitReportTestIssue used in JUnitReportTestCase for storing results.
JUnitReportSkipped() - Constructor for class com.adaptris.tester.report.junit.JUnitReportSkipped
 
JUnitReportTestCase - Class in com.adaptris.tester.report.junit
Child of JUnitReportTestSuite for storing results.
JUnitReportTestCase(String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportTestCase
 
JUnitReportTestIssue - Interface in com.adaptris.tester.report.junit
Interface implementations used in JUnitReportTestCase for storing results.
JUnitReportTestIssueTyped - Class in com.adaptris.tester.report.junit
Abstract implementations used in JUnitReportTestCase for storing results.
JUnitReportTestIssueTyped(String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportTestIssueTyped
 
JUnitReportTestResults - Class in com.adaptris.tester.report.junit
Main class for storing results.
JUnitReportTestResults(String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportTestResults
 
JUnitReportTestSuite - Class in com.adaptris.tester.report.junit
Child of JUnitReportTestSuites for storing results.
JUnitReportTestSuite(String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportTestSuite
 
JUnitReportTestSuites - Class in com.adaptris.tester.report.junit
Child of JUnitReportTestResults for storing results.
JUnitReportTestSuites(String) - Constructor for class com.adaptris.tester.report.junit.JUnitReportTestSuites
 

L

LocalTestClient - Class in com.adaptris.tester.runtime.clients
Implementation of JMXTestClient that uses JmxHelper.findMBeanServer() to get test client.
LocalTestClient() - Constructor for class com.adaptris.tester.runtime.clients.LocalTestClient
 

M

main(String[]) - Static method in class com.adaptris.tester.runners.TestExecutor
Entry point into service tester via the commandline, executes TestExecutor.execute(String[]).
MainSource - Class in com.adaptris.tester.runtime.services.sources
 
MainSource() - Constructor for class com.adaptris.tester.runtime.services.sources.MainSource
 
MessageException - Exception in com.adaptris.tester.runtime.messages
 
MessageException(String, Exception) - Constructor for exception com.adaptris.tester.runtime.messages.MessageException
 
MessageTranslator - Class in com.adaptris.tester.runtime.messages
 
MessageTranslator() - Constructor for class com.adaptris.tester.runtime.messages.MessageTranslator
 
MetadataAssertion - Class in com.adaptris.tester.runtime.messages.assertion
Abstract implementations for assertions that work on metadata.
MetadataAssertion() - Constructor for class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
 
MetadataAssertion(KeyValuePairSet) - Constructor for class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
 
MetadataProvider - Class in com.adaptris.tester.runtime.messages.metadata
 
MetadataProvider() - Constructor for class com.adaptris.tester.runtime.messages.metadata.MetadataProvider
 

N

nextUnusedPort(int) - Static method in class com.adaptris.tester.utils.PortManager
 
nodeToString(Node) - Method in class com.adaptris.tester.runtime.XpathCommon
Utility class that returns a String of a Node
NullPreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
NullPreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.NullPreprocessor
 

P

ParentSource - Interface in com.adaptris.tester.runtime.services.sources
 
PayloadAssertion - Class in com.adaptris.tester.runtime.messages.assertion
Abstract implementations for assertions that work on payload.
PayloadAssertion() - Constructor for class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
 
PayloadAssertion(String) - Constructor for class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
 
PayloadProvider - Class in com.adaptris.tester.runtime.messages.payload
 
PayloadProvider() - Constructor for class com.adaptris.tester.runtime.messages.payload.PayloadProvider
 
PortManager - Class in com.adaptris.tester.utils
Helper class to manage ports.
PortManager() - Constructor for class com.adaptris.tester.utils.PortManager
 
PortProvider - Interface in com.adaptris.tester.runtime.helpers
Base interface for port providers.
Preprocessor - Interface in com.adaptris.tester.runtime.services.preprocessor
 
PreprocessorException - Exception in com.adaptris.tester.runtime.services.preprocessor
 
PreprocessorException(String) - Constructor for exception com.adaptris.tester.runtime.services.preprocessor.PreprocessorException
 
PreprocessorException(String, Exception) - Constructor for exception com.adaptris.tester.runtime.services.preprocessor.PreprocessorException
 

R

release(Integer) - Static method in class com.adaptris.tester.utils.PortManager
 
releasePort() - Method in class com.adaptris.tester.runtime.helpers.DynamicPortProvider
Release the port, uses PortManager.release(Integer).
releasePort() - Method in interface com.adaptris.tester.runtime.helpers.PortProvider
 
releasePort() - Method in class com.adaptris.tester.runtime.helpers.StaticPortProvider
Deliberately empty implementation.
RemoveNodePreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
Removes node from XML at XpathCommon.getXpath().
RemoveNodePreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.RemoveNodePreprocessor
 

S

selectSingleBoolean(String) - Method in class com.adaptris.tester.runtime.XpathCommon
Returns boolean result of XpathCommon.getXpath() against input param.
selectSingleNode(String) - Method in class com.adaptris.tester.runtime.XpathCommon
Convenience method that calls XpathCommon.selectSingleNode(Node) after turning string into node.
selectSingleNode(Node) - Method in class com.adaptris.tester.runtime.XpathCommon
Returns result of XpathCommon.getXpath() from input parameter.
SERVICE_TESTER_WORKING_DIRECTORY - Static variable in class com.adaptris.tester.runtime.ServiceTestConfig
 
ServiceProvider - Class in com.adaptris.tester.runtime.clients
Extension of ServiceToTest purely for XStreamAlias purposes.
ServiceProvider() - Constructor for class com.adaptris.tester.runtime.clients.ServiceProvider
 
ServiceTest - Class in com.adaptris.tester.runtime
Main class for service tester.
ServiceTest() - Constructor for class com.adaptris.tester.runtime.ServiceTest
 
ServiceTestConfig - Class in com.adaptris.tester.runtime
 
ServiceTestConfig() - Constructor for class com.adaptris.tester.runtime.ServiceTestConfig
 
ServiceTestException - Exception in com.adaptris.tester.runtime
 
ServiceTestException() - Constructor for exception com.adaptris.tester.runtime.ServiceTestException
 
ServiceTestException(String) - Constructor for exception com.adaptris.tester.runtime.ServiceTestException
 
ServiceTestException(String, Throwable) - Constructor for exception com.adaptris.tester.runtime.ServiceTestException
 
ServiceTestException(Throwable) - Constructor for exception com.adaptris.tester.runtime.ServiceTestException
 
ServiceToTest - Class in com.adaptris.tester.runtime.services
 
ServiceToTest() - Constructor for class com.adaptris.tester.runtime.services.ServiceToTest
 
ServiceUniqueIdPreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
Returns service behind the scenes it generates an xpath.
ServiceUniqueIdPreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
ServiceUniqueIdPreprocessor(String, String, List<String>) - Constructor for class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
ServiceUniqueIdPreprocessor(String, List<String>) - Constructor for class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
ServiceUniqueIdPreprocessor(List<String>) - Constructor for class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
setAssertions(Assertions) - Method in class com.adaptris.tester.runtime.TestCase
 
setAssertions(List<Assertion>) - Method in class com.adaptris.tester.runtime.Assertions
 
setChannel(String) - Method in class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
setClassname(String) - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Set test case classname
setClassName(String) - Method in class com.adaptris.tester.runtime.ExpectedException
 
setExpectedException(ExpectedException) - Method in class com.adaptris.tester.runtime.TestCase
 
setExpectedLines(List<String>) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEquals
 
setFile(String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
 
setFile(String) - Method in class com.adaptris.tester.runtime.messages.payload.FilePayloadProvider
 
setFile(String) - Method in class com.adaptris.tester.runtime.services.sources.FileSource
Location of the XML configuration file
setGlobFilter(String) - Method in class com.adaptris.tester.runtime.TestCase
 
setHelpers(List<Helper>) - Method in class com.adaptris.tester.runtime.ServiceTest
 
setInputFilePath(String) - Method in class com.adaptris.tester.runners.TestExecutor
Sets test configuration path
setInputMessageProvider(TestMessageProvider) - Method in class com.adaptris.tester.runtime.TestCase
 
setJmxUrl(String) - Method in class com.adaptris.tester.runtime.clients.ExternalJMXTestClient
Set JMX URL to be used during initialisation.
setKey(String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyImpl
 
setMessage(String) - Method in class com.adaptris.tester.report.junit.JUnitReportTestIssueTyped
Set issue message
setMessage(String) - Method in class com.adaptris.tester.runtime.ExpectedException
 
setMessageHeaders(Map<String, String>) - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
setMetadata(KeyValuePairSet) - Method in class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
Set the expected metadata kvps to be used during assertions.
setMetadata(KeyValuePairSet) - Method in class com.adaptris.tester.runtime.messages.metadata.InlineMetadataProvider
 
setMetadataProvider(MetadataProvider) - Method in class com.adaptris.tester.runtime.messages.TestMessageProvider
 
setNamespaceContext(KeyValuePairSet) - Method in class com.adaptris.tester.runtime.XpathCommon
Set the namespace context for resolving namespaces.
setNextServiceId(String) - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
setOffset(int) - Method in class com.adaptris.tester.runtime.helpers.DynamicPortProvider
Sets the offset to be used when requesting port.
setOutputFilePath(String) - Method in class com.adaptris.tester.runners.TestExecutor
Sets output directory for test results
setPayload(String) - Method in class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
Set the expected payload to be used during assertions.
setPayload(String) - Method in class com.adaptris.tester.runtime.messages.payload.FilePayloadProvider
 
setPayload(String) - Method in class com.adaptris.tester.runtime.messages.payload.InlinePayloadProvider
 
setPayload(String) - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
setPayloadProvider(PayloadProvider) - Method in class com.adaptris.tester.runtime.messages.TestMessageProvider
 
setPort(int) - Method in class com.adaptris.tester.runtime.helpers.StaticPortProvider
Sets the port value
setPreprocessors(List<Preprocessor>) - Method in class com.adaptris.tester.runtime.services.ServiceToTest
 
setPreProcessors(String) - Method in class com.adaptris.tester.runners.TestExecutor
Sets Pre-Processors to be when service test configuration is unmarshalled.
setProperties(KeyValuePairSet) - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPropsPreprocessor
 
setPropertyFile(List<String>) - Method in class com.adaptris.tester.runtime.services.preprocessor.VarSubPreprocessor
 
setReplacementKeys(KeyValuePairSet) - Method in class com.adaptris.tester.runtime.services.preprocessor.FindAndReplacePreprocessor
 
setServices(List<ServiceProvider>) - Method in class com.adaptris.tester.runtime.clients.SharedComponentProvider
 
setServices(List<String>) - Method in class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
setServiceToTest(ServiceToTest) - Method in class com.adaptris.tester.runtime.Test
 
setSharedComponents(SharedComponentList) - Method in class com.adaptris.tester.runtime.clients.EmbeddedTestClient
Set SharedComponentList which is added to the Adapter during initialisation.
setSharedComponentsProvider(SharedComponentProvider) - Method in class com.adaptris.tester.runtime.clients.EmbeddedTestClient
Sets SharedComponentProvider which is used to add Service as shared components to the Adapter during initialisation.
setShowReturnedMessage(Boolean) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertAlwaysFail
setSource(ParentSource) - Method in class com.adaptris.tester.runtime.ServiceTest
The source of the XML configuration
setSource(Source) - Method in class com.adaptris.tester.runtime.services.ServiceToTest
 
setTestCases(List<TestCase>) - Method in class com.adaptris.tester.runtime.Test
 
setTestClient(TestClient) - Method in class com.adaptris.tester.runtime.ServiceTest
 
setTestIssue(JUnitReportTestIssue) - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Set test case issue, this includes lazy initialisation of list of JUnitReportTestIssue due to output requirements.
setTestLists(List<TestList>) - Method in class com.adaptris.tester.runtime.ServiceTest
 
setTests(List<Test>) - Method in class com.adaptris.tester.runtime.TestList
 
setTime(double) - Method in class com.adaptris.tester.report.junit.JUnitReportTestCase
Set test case time
setTime(double) - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuite
Set test suite time
setUniqueId(String) - Method in class com.adaptris.tester.runtime.ServiceTest
 
setUniqueId(String) - Method in class com.adaptris.tester.runtime.Test
 
setUniqueId(String) - Method in class com.adaptris.tester.runtime.TestCase
 
setUniqueId(String) - Method in class com.adaptris.tester.runtime.TestList
 
setValue(String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertNextServiceId
Set value to check next service id against.
setValue(String) - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathEquals
Set value to check against xpath result.
setWorkflow(String) - Method in class com.adaptris.tester.runtime.services.preprocessor.ServiceUniqueIdPreprocessor
 
setWorkingDirectory(File) - Method in class com.adaptris.tester.runtime.ServiceTest
 
setXml(String) - Method in class com.adaptris.tester.runtime.services.sources.InlineSource
Adapter or Service XML configuration
setXpath(String) - Method in class com.adaptris.tester.runtime.XpathCommon
Sets the xpath to use.
SharedComponentProvider - Class in com.adaptris.tester.runtime.clients
Used to add Service to EmbeddedTestClient.
SharedComponentProvider() - Constructor for class com.adaptris.tester.runtime.clients.SharedComponentProvider
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertAlwaysFail
 
showReturnedMessage() - Method in interface com.adaptris.tester.runtime.messages.assertion.Assertion
Controls whether returned message should be included in error text.
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertLinePayloadEquals
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertMetadataKeyImpl
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertNextServiceId
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertPayloadEqualsFile
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathBoolean
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.AssertXpathEquals
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.MetadataAssertion
 
showReturnedMessage() - Method in class com.adaptris.tester.runtime.messages.assertion.PayloadAssertion
 
size() - Method in class com.adaptris.tester.runtime.Assertions
 
size() - Method in class com.adaptris.tester.runtime.TestList
 
source - Variable in class com.adaptris.tester.runtime.ServiceTestConfig
 
Source - Interface in com.adaptris.tester.runtime.services.sources
 
SourceException - Exception in com.adaptris.tester.runtime.services.sources
 
SourceException(String, Exception) - Constructor for exception com.adaptris.tester.runtime.services.sources.SourceException
 
StaticPortProvider - Class in com.adaptris.tester.runtime.helpers
Implementation of PortProvider that returns the value set using StaticPortProvider.setPort(int) as the port.
StaticPortProvider() - Constructor for class com.adaptris.tester.runtime.helpers.StaticPortProvider
 
SystemPropertiesPreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
SystemPropertiesPreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.SystemPropertiesPreprocessor
 

T

Test - Class in com.adaptris.tester.runtime
 
Test() - Constructor for class com.adaptris.tester.runtime.Test
 
TestCase - Class in com.adaptris.tester.runtime
 
TestCase() - Constructor for class com.adaptris.tester.runtime.TestCase
 
TestClient - Interface in com.adaptris.tester.runtime.clients
Base interface for test client in the service tester.
TestComponent - Interface in com.adaptris.tester.runtime
Base interface for all test components.
TestExecutor - Class in com.adaptris.tester.runners
Entry point into service tester via the commandline.
TestExecutor() - Constructor for class com.adaptris.tester.runners.TestExecutor
 
TestList - Class in com.adaptris.tester.runtime
 
TestList() - Constructor for class com.adaptris.tester.runtime.TestList
 
TestMessage - Class in com.adaptris.tester.runtime.messages
 
TestMessage() - Constructor for class com.adaptris.tester.runtime.messages.TestMessage
 
TestMessage(Map<String, String>, String) - Constructor for class com.adaptris.tester.runtime.messages.TestMessage
 
TestMessageProvider - Class in com.adaptris.tester.runtime.messages
 
TestMessageProvider() - Constructor for class com.adaptris.tester.runtime.messages.TestMessageProvider
 
TestMessageProvider(MetadataProvider, PayloadProvider) - Constructor for class com.adaptris.tester.runtime.messages.TestMessageProvider
 
toString() - Method in class com.adaptris.tester.runtime.messages.TestMessage
 
translate(SerializableMessage) - Method in class com.adaptris.tester.runtime.messages.MessageTranslator
 
translate(TestMessage) - Method in class com.adaptris.tester.runtime.messages.MessageTranslator
 

U

UniqueIdAwareTestComponent - Interface in com.adaptris.tester.runtime
Base interface for all test components with uniqueId.

V

VarSubPreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
VarSubPreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.VarSubPreprocessor
 
VarSubPropsPreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
VarSubPropsPreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.VarSubPropsPreprocessor
 
VarSubPropsPreprocessor(Map<String, String>) - Constructor for class com.adaptris.tester.runtime.services.preprocessor.VarSubPropsPreprocessor
 

W

withHelperProperties(Map<String, String>) - Method in class com.adaptris.tester.runtime.ServiceTestConfig
 
withSource(ParentSource) - Method in class com.adaptris.tester.runtime.ServiceTestConfig
Add the ServiceTest source to the ServiceTestConfig
withWorkingDirectory(File) - Method in class com.adaptris.tester.runtime.ServiceTestConfig
 
workingDirectory - Variable in class com.adaptris.tester.runtime.ServiceTestConfig
 
workingDirectoryProperties - Variable in class com.adaptris.tester.runtime.ServiceTestConfig
 
wrapException(Exception) - Static method in interface com.adaptris.tester.runtime.services.preprocessor.Preprocessor
 
wrapException(String, Exception) - Static method in interface com.adaptris.tester.runtime.services.preprocessor.Preprocessor
 
wrapException(Throwable) - Static method in exception com.adaptris.tester.runtime.ServiceTestException
 
WrapInServiceCollectionPreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
WrapInServiceCollectionPreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.WrapInServiceCollectionPreprocessor
 
writeReports(File) - Method in class com.adaptris.tester.report.junit.JUnitReportTestResults
writeReports(File) - Method in class com.adaptris.tester.report.junit.JUnitReportTestSuites
Produce result files to output directory by unmarshalling each JUnitReportTestSuite returned by JUnitReportTestSuites.getTestSuites()

X

XincludePreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
XincludePreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.XincludePreprocessor
 
xml - Variable in class com.adaptris.tester.runtime.services.sources.InlineSource
 
XpathCommon - Class in com.adaptris.tester.runtime
Abstract class providing common functionality and configuration to its extenders.
XpathCommon() - Constructor for class com.adaptris.tester.runtime.XpathCommon
 
XpathCommonException - Exception in com.adaptris.tester.runtime
Standard Exception in the XpathCommon class.
XpathCommonException(String) - Constructor for exception com.adaptris.tester.runtime.XpathCommonException
Creates a new instance with a description of the Exception.
XpathCommonException(String, Exception) - Constructor for exception com.adaptris.tester.runtime.XpathCommonException
Creates a new instance with a reference to a previous Exception and a description of the Exception.
XpathPreprocessor - Class in com.adaptris.tester.runtime.services.preprocessor
 
XpathPreprocessor() - Constructor for class com.adaptris.tester.runtime.services.preprocessor.XpathPreprocessor
 
A C D E F G H I J L M N P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form