Skip navigation links
A B C D E F G H I L M O P R S T V W X 

A

addDifferenceListener(String, DifferenceListener) - Method in class org.appng.testsupport.validation.XPathDifferenceHandler
Registers a custom DifferenceListener for the given XPath expression
addParameter(String, String) - Method in class org.appng.testsupport.TestBase
 
afterPropertiesSet() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
application - Variable in class org.appng.testsupport.TestBase
 
AttributeValueDifferenceHandler - Class in org.appng.testsupport.validation
A DifferenceListener which ignores the values of certain attributes.
For example, if setting up a AttributeValueDifferenceHandler like this
AttributeValueDifferenceHandler(String...) - Constructor for class org.appng.testsupport.validation.AttributeValueDifferenceHandler
 

B

BEANS_PATH - Static variable in class org.appng.testsupport.TestBase
 

C

clearDB() - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
clearDBJPA(boolean, TestDataProvider) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
clearDBJPA(boolean, boolean, TestDataProvider) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
clearParams() - Method in class org.appng.testsupport.TestBase.ActionCall
 
clearParams() - Method in class org.appng.testsupport.TestBase.DataSourceCall
 
ConnectionHelper - Class in org.appng.testsupport.persistence
Utility class that helps retrieving a ConnectionInfo.
ConnectionHelper() - Constructor for class org.appng.testsupport.persistence.ConnectionHelper
 
ConnectionHelper.DBType - Enum in org.appng.testsupport.persistence
 
ConnectionInfo - Class in org.appng.testsupport.persistence
A container for all information about a database connection like the JDBC-Url, user, password etc.
ConnectionInfo(String, int, String, String, String, String, Class<? extends IDatabaseConnection>) - Constructor for class org.appng.testsupport.persistence.ConnectionInfo
 
containsBean(String) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
context - Variable in class org.appng.testsupport.TestBase
 
controlFileSource - Static variable in class org.appng.testsupport.validation.WritingJsonValidator
The default relative path to write control-files to when WritingJsonValidator.writeJson is true (default: src/test/resources/).
controlFileSource - Static variable in class org.appng.testsupport.validation.WritingXmlValidator
The default relative path to write control-files to when WritingXmlValidator.writeXml is true (default: src/test/resources/).
conversionService - Variable in class org.appng.testsupport.TestBase
 

D

DatabaseUtil - Class in org.appng.testsupport.persistence
A utility class helping importing/exporting data and retrieving connection information.
DatabaseUtil(ConnectionInfo) - Constructor for class org.appng.testsupport.persistence.DatabaseUtil
 
DateFieldDifferenceHandler - Class in org.appng.testsupport.validation
A DateFieldDifferenceHandler that ignores the Difference in the value of a Datafield of type FieldType.DATE.
DateFieldDifferenceHandler() - Constructor for class org.appng.testsupport.validation.DateFieldDifferenceHandler
 
DEFAULT_PORT - Static variable in class org.appng.testsupport.persistence.HsqlServer
 
delete(String) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
destroy() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
differenceFound(Difference) - Method in class org.appng.testsupport.validation.AttributeValueDifferenceHandler
 
differenceFound(Difference) - Method in class org.appng.testsupport.validation.DateFieldDifferenceHandler
 
differenceFound(Difference) - Method in class org.appng.testsupport.validation.DifferenceHandler
 
differenceFound(Difference) - Method in class org.appng.testsupport.validation.TextValueDifferenceHandler
 
differenceFound(Difference) - Method in class org.appng.testsupport.validation.XPathDifferenceHandler
 
DifferenceHandler - Class in org.appng.testsupport.validation
A convenience DifferenceListener with an empty DifferenceHandler.skippedComparison(Node, Node)-implementation.
DifferenceHandler() - Constructor for class org.appng.testsupport.validation.DifferenceHandler
 

E

environment - Variable in class org.appng.testsupport.TestBase
 
executeSql(String) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
executeSqlFromResource(String) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
export(String) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
exportData(String) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
exportData(String, boolean, Class<? extends TestDataProvider>) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
exportData(String, Class<? extends TestDataProvider>) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 

F

FORM_ACTION - Static variable in class org.appng.testsupport.TestBase
 

G

getAction(String, String) - Method in class org.appng.testsupport.TestBase
 
getAction() - Method in class org.appng.testsupport.validation.WritingJsonValidator.JsonWrapper
 
getApplicationSubjects() - Method in class org.appng.testsupport.TestBase
 
getApplicationSubjects() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getAppNGVersion() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getBean(String, Class<T>) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getBean(Class<T>) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getBean(String) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getBeanNames(Class<?>) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getCallableAction(Object) - Method in class org.appng.testsupport.TestBase.ActionCall
 
getCallableDataSource() - Method in class org.appng.testsupport.TestBase.DataSourceCall
 
getConnection() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getConnectionInfo() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getConnectionInfo(ConnectionHelper.DBType) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getConnectionInfo() - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
getControlFile(String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Reads the given control file from the classpath
getDatabaseName() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
getDatabasePath() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
getDataSource(String) - Method in class org.appng.testsupport.TestBase
 
getDatasource() - Method in class org.appng.testsupport.validation.WritingJsonValidator.JsonWrapper
 
getDescription() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getDisplayName() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getDocumentCount() - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
 
getDriverClass() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getEntityPackage() - Method in class org.appng.testsupport.TestBase
 
getFeatureProvider() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getFormUpload(String) - Method in class org.appng.testsupport.TestBase
 
getHSqlConnectionInfo(int) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getHSqlConnectionInfo() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getHSqlConnectionInfo(String, int, String, String, String) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getHSqlConnectionInfo(String, String, String, String) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getHsqlPort() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getId() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getImageCache() - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
 
getImageProcessor(File, String) - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
 
getIndexer() - Method in class org.appng.testsupport.TestBase.SimpleFeatureProvider
 
getJdbcUrl() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getLongDescription() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getMessage(Locale, String, Object...) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getMySqlConnectionInfo() - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getMySqlConnectionInfo(String, String, String, String) - Static method in class org.appng.testsupport.persistence.ConnectionHelper
 
getName() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getObject() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
getObjectType() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
getPackageVersion() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getParams() - Method in class org.appng.testsupport.TestBase.ActionCall
 
getParams() - Method in class org.appng.testsupport.TestBase.DataSourceCall
 
getPassword() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getPermissions() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getPersistenceUnit() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getPlatformProperties(String) - Method in class org.appng.testsupport.TestBase
 
getPort() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getPort() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
getProperties() - Method in class org.appng.testsupport.TestBase
 
getProperties() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getRepositoryBase() - Method in class org.appng.testsupport.TestBase
 
getResources() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getResourceSet() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getRoles() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getSessionParamKey(Site) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getSessionParams(Site, Environment) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getSiteProperties(String) - Method in class org.appng.testsupport.TestBase
 
getTableNames() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getTimestamp() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
getUser() - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
getVersion() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 

H

HIBERNATE_CONNECTION_URL - Static variable in class org.appng.testsupport.persistence.ConnectionHelper
 
HsqlServer - Class in org.appng.testsupport.persistence
TODO insert description
HsqlServer() - Constructor for class org.appng.testsupport.persistence.HsqlServer
 
HsqlServerFactoryBean - Class in org.appng.testsupport.persistence
 
HsqlServerFactoryBean() - Constructor for class org.appng.testsupport.persistence.HsqlServerFactoryBean
 

I

ignoreDifference(String) - Method in class org.appng.testsupport.validation.XPathDifferenceHandler
Ignore the Difference with the given XPath expression
importData(String) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
importData(String, boolean) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
importData(Class<? extends TestDataProvider>) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
importData(TestDataProvider) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
importData(String, boolean, boolean) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
importData(Map<String, String>, Class<? extends TestDataProvider>) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
importTestData(Class<? extends TestDataProvider>) - Static method in class org.appng.testsupport.persistence.DatabaseUtil
Uses system-property 'hsqlPort' and returns a map containing "hibernate.connection.url" =
importTestData(Class<? extends TestDataProvider>, ConnectionInfo) - Static method in class org.appng.testsupport.persistence.DatabaseUtil
 
init() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
init(boolean) - Method in class org.appng.testsupport.TestBase
 
init(Properties, ApplicationInfo) - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
initEnvironment() - Method in class org.appng.testsupport.TestBase
 
initialize(GenericApplicationContext) - Method in class org.appng.testsupport.TestBase
 
initParameters() - Method in class org.appng.testsupport.TestBase
 
initParameters(boolean) - Method in class org.appng.testsupport.TestBase
 
initRequest() - Method in class org.appng.testsupport.TestBase
 
isCoreApplication() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
isFileBased() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
isHidden() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
isInstalled() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
isSingleton() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
isSnapshot() - Method in class org.appng.testsupport.TestBase.SimpleApplication
 
isUseFullClassname() - Method in class org.appng.testsupport.TestBase
 

L

logJson - Static variable in class org.appng.testsupport.validation.WritingJsonValidator
Set to true to log the actual JSON document (debug level) when validating (default false).
logXml - Static variable in class org.appng.testsupport.validation.WritingXmlValidator
Set to true to log the actual XML document (parsed from an JAXB object or a String) when validating (default false).

M

main(String[]) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
marshallService - Variable in class org.appng.testsupport.TestBase
 
messageSource - Variable in class org.appng.testsupport.TestBase
 

O

org.appng.testsupport - package org.appng.testsupport
Test-related types
org.appng.testsupport.persistence - package org.appng.testsupport.persistence
Utility classes for dealing with databases
org.appng.testsupport.validation - package org.appng.testsupport.validation
Types for validation of test data using XMLUnit

P

path - Variable in class org.appng.testsupport.TestBase
 

R

request - Variable in class org.appng.testsupport.TestBase
 

S

servletContext - Variable in class org.appng.testsupport.TestBase
 
servletRequest - Variable in class org.appng.testsupport.TestBase
 
servletResponse - Variable in class org.appng.testsupport.TestBase
 
session - Variable in class org.appng.testsupport.TestBase
 
setConnection(Class<? extends IDatabaseConnection>) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
setDatabaseName(String) - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
setDatabasePath(String) - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
setDriverClass(String) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
setEntityPackage(String) - Method in class org.appng.testsupport.TestBase
 
setJdbcUrl(String) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
setPassword(String) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
setPersistenceUnit(String) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
setPort(int) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
setPort(int) - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 
setRepositoryBase(String) - Method in class org.appng.testsupport.TestBase
 
setTableNames(List<String>) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
setup() - Method in class org.appng.testsupport.TestBase
 
setUseFullClassname(boolean) - Method in class org.appng.testsupport.TestBase
 
setUser(String) - Method in class org.appng.testsupport.persistence.ConnectionInfo
 
shutDown() - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
SimpleApplication(String, ConfigurableApplicationContext) - Constructor for class org.appng.testsupport.TestBase.SimpleApplication
 
SimpleApplication(String, ConfigurableApplicationContext, List<ApplicationSubject>) - Constructor for class org.appng.testsupport.TestBase.SimpleApplication
 
site - Variable in class org.appng.testsupport.TestBase
 
skippedComparison(Node, Node) - Method in class org.appng.testsupport.validation.DifferenceHandler
Default (empty) implementation, may be overwritten.
start() - Static method in class org.appng.testsupport.persistence.HsqlServer
 
start(String) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
start(int) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
start(String, int) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
start(String, String, int) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
stop() - Static method in class org.appng.testsupport.persistence.HsqlServer
 
stop(String) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
stop(int) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
stop(String, int) - Static method in class org.appng.testsupport.persistence.HsqlServer
 
subject - Variable in class org.appng.testsupport.TestBase
 
subjectWithRole(String) - Method in class org.appng.testsupport.TestBase
 

T

TestBase - Class in org.appng.testsupport
Base class for integration-testing an Application.
Example Usage (w/o JPA):
TestBase() - Constructor for class org.appng.testsupport.TestBase
 
TestBase(String, String) - Constructor for class org.appng.testsupport.TestBase
 
TestBase.ActionCall - Class in org.appng.testsupport
 
TestBase.DataSourceCall - Class in org.appng.testsupport
 
TestBase.SimpleApplication - Class in org.appng.testsupport
 
TestBase.SimpleFeatureProvider - Class in org.appng.testsupport
 
TESTCONTEXT - Static variable in class org.appng.testsupport.TestBase
 
TESTCONTEXT_CORE - Static variable in class org.appng.testsupport.TestBase
 
TESTCONTEXT_JPA - Static variable in class org.appng.testsupport.TestBase
 
TestDataProvider - Interface in org.appng.testsupport.persistence
TODO insert description
TextValueDifferenceHandler - Class in org.appng.testsupport.validation
A DifferenceListener which ignores the (text/cdata) values of certain elements.
For example, if setting up a TextValueDifferenceHandler like this
TextValueDifferenceHandler(String...) - Constructor for class org.appng.testsupport.validation.TextValueDifferenceHandler
 
toJSON(Object) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Maps the given object to a JSON string.
toJSON(ObjectMapper, Object) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Maps the given object to a JSON string using the given ObjectMapper.
toString() - Method in class org.appng.testsupport.persistence.HsqlServerFactoryBean
 

V

validate(BaseObject) - Method in class org.appng.testsupport.TestBase
 
validate(BaseObject, DifferenceListener) - Method in class org.appng.testsupport.TestBase
 
validate(BaseObject, String, DifferenceListener) - Method in class org.appng.testsupport.TestBase
 
validate(BaseObject, String) - Method in class org.appng.testsupport.TestBase
 
validate(Action, String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Validates that the JSON created from the action is equal to the document parsed from the controlFile.
validate(Datasource, String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Validates that the JSON created from the datasource is equal to the document parsed from the controlFile.
validate(Object, String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Validates that the JSON created from the object is equal to the document parsed from the controlFile.
validate(ObjectMapper, Object, String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Validates that the JSON created from the object is equal to the document parsed from the controlFile.
validate(String, String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Validates that json-string is equal to the document parsed from the controlFile.
validateXml(BaseObject, String) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by object is equal to the document parsed from the controlFile.
validateXml(BaseObject, String, DifferenceListener) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by object is equal to the document parsed from the controlFile.
validateXml(String, String) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by result is equal to the document parsed from the controlFile.
validateXml(String, String, DifferenceListener) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by result is equal to the document parsed from the controlFile.
validateXml(String, File, DifferenceListener) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by result is equal to the document parsed from the controlFile.
validateXml(String, String, boolean) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by result is equal to the document parsed from the controlFile.
validateXml(String, String, boolean, DifferenceListener) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by result is equal to the document parsed from the controlFile.
validateXml(String, File, boolean, DifferenceListener) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Validates that the document represented by result is equal to the document parsed from the controlFile.
valueOf(String) - Static method in enum org.appng.testsupport.persistence.ConnectionHelper.DBType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.appng.testsupport.persistence.ConnectionHelper.DBType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withParam(String, String) - Method in class org.appng.testsupport.TestBase.ActionCall
 
withParam(String, String) - Method in class org.appng.testsupport.TestBase.DataSourceCall
 
writeJson - Static variable in class org.appng.testsupport.validation.WritingJsonValidator
Set to true to (over)write the control-files on (default false) (see also WritingJsonValidator.controlFileSource).
writeTestData(EntityManager) - Method in interface org.appng.testsupport.persistence.TestDataProvider
 
writeToDisk(Object, String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Writes the document represented by data to a File.
writeToDisk(Object, String) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Writes the document represented by data to a File.
writeToDiskPlain(String, String) - Static method in class org.appng.testsupport.validation.WritingJsonValidator
Writes the document represented by json to a File.
writeToDiskPlain(String, String) - Static method in class org.appng.testsupport.validation.WritingXmlValidator
Writes the document represented by data to a File.
writeXml - Static variable in class org.appng.testsupport.validation.WritingXmlValidator
Set to true to (over)write the control-files on (default false) (see also WritingXmlValidator.controlFileSource).
WritingJsonValidator - Class in org.appng.testsupport.validation
Utility class that supports testing if two JSON documents have the same content.
WritingJsonValidator() - Constructor for class org.appng.testsupport.validation.WritingJsonValidator
 
WritingJsonValidator.JsonWrapper - Class in org.appng.testsupport.validation
A wrapper class for Actions and Datasources
WritingXmlValidator - Class in org.appng.testsupport.validation
Utility class that supports testing if two XML documents have the same content.
WritingXmlValidator() - Constructor for class org.appng.testsupport.validation.WritingXmlValidator
 

X

xlsToXml(String) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
xmlToXls(String) - Method in class org.appng.testsupport.persistence.DatabaseUtil
 
XPathDifferenceHandler - Class in org.appng.testsupport.validation
A DifferenceListener which ignores the Difference if the XPath of the node was added to ignorable expressions using XPathDifferenceHandler.ignoreDifference(String).
XPathDifferenceHandler(boolean) - Constructor for class org.appng.testsupport.validation.XPathDifferenceHandler
Creates a new XPathDifferenceHandler.
XPathDifferenceHandler() - Constructor for class org.appng.testsupport.validation.XPathDifferenceHandler
Delegates to XPathDifferenceHandler.XPathDifferenceHandler(boolean) with stripPositions = true.
A B C D E F G H I L M O P R S T V W X 
Skip navigation links

Copyright © 2011–2017 aiticon GmbH. All rights reserved.