Skip navigation links
A B C D E F G I L P R S T U V W 

A

addClassToRunnerSearchPath(String) - Method in class com.itextpdf.test.RunnerSearchConfig
Add class to runner.
addError(String) - Method in class com.itextpdf.test.WrappedSamplesRunner
Helper method to construct error messages.
addPackageToRunnerSearchPath(String) - Method in class com.itextpdf.test.RunnerSearchConfig
Add package to search path which is checked for wrapped sample classes.
afterTestMethodAction() - Method in class com.itextpdf.test.ExtendedITextTest
This method is called after each test method is executed
AssertUtil - Class in com.itextpdf.test
Utilities class for assertion operation.

B

beforeTestMethodAction() - Method in class com.itextpdf.test.ExtendedITextTest
This method is called before each test method is executed

C

com.itextpdf.test - package com.itextpdf.test
 
com.itextpdf.test.annotations - package com.itextpdf.test.annotations
 
com.itextpdf.test.annotations.type - package com.itextpdf.test.annotations.type
 
com.itextpdf.test.pdfa - package com.itextpdf.test.pdfa
 
com.itextpdf.test.runners - package com.itextpdf.test.runners
 
com.itextpdf.test.signutils - package com.itextpdf.test.signutils
 
comparePdf(String, String, String) - Method in class com.itextpdf.test.WrappedSamplesRunner
Compares two PDF files using iText's CompareTool.
createDestinationFolder(String) - Static method in class com.itextpdf.test.ITextTest
Creates a folder with a given path, including all necessary nonexistent parent directories.
createOrClearDestinationFolder(String) - Static method in class com.itextpdf.test.ITextTest
Creates a directory with given path if it does not exist and clears the contents of the directory in case it exists.
createStringByEscaped(byte[]) - Method in class com.itextpdf.test.ITextTest
 

D

DEBUG - Static variable in class com.itextpdf.test.LogLevelConstants
 
deleteDirectory(String) - Static method in class com.itextpdf.test.ITextTest
Removes the directory with given path along with its content including all the subdirectories.
doesNotThrow(Executor) - Static method in class com.itextpdf.test.AssertUtil
Asserts that Executor.execute() method call doesn't produce any Exception otherwise test will fail by throwing AssertionError.
doesNotThrow(Executor, String) - Static method in class com.itextpdf.test.AssertUtil
Asserts that Executor.execute() method call doesn't produce any Exception otherwise test will fail by throwing AssertionError.

E

ERROR - Static variable in class com.itextpdf.test.LogLevelConstants
 
execute() - Method in interface com.itextpdf.test.Executor
Executes some code.
Executor - Interface in com.itextpdf.test
This class define a functional interface which executes some code and return nothing.
ExtendedITextTest - Class in com.itextpdf.test
This class is used for testing when logger output should be tested as well.
ExtendedITextTest() - Constructor for class com.itextpdf.test.ExtendedITextTest
 

F

finished(Description) - Method in class com.itextpdf.test.LogListener
 

G

generateTestsList() - Static method in class com.itextpdf.test.WrappedSamplesRunner
 
generateTestsList(RunnerSearchConfig) - Static method in class com.itextpdf.test.WrappedSamplesRunner
 
getAllAppendersMap(LoggerContext) - Static method in class com.itextpdf.test.LoggerHelper
 
getCmpPdf(String) - Method in class com.itextpdf.test.WrappedSamplesRunner
 
getDest() - Method in class com.itextpdf.test.WrappedSamplesRunner
Gets the path to the resulting PDF from the sample class;
getIgnoredPaths() - Method in class com.itextpdf.test.RunnerSearchConfig
 
getOutPath(String) - Method in class com.itextpdf.test.WrappedSamplesRunner
 
getSearchClasses() - Method in class com.itextpdf.test.RunnerSearchConfig
 
getSearchPackages() - Method in class com.itextpdf.test.RunnerSearchConfig
 
getSize() - Method in class com.itextpdf.test.LogListener
 
getStringField(Class<?>, String) - Static method in class com.itextpdf.test.WrappedSamplesRunner
Returns a string value that is stored as a static variable inside an example class.
getTestTimeout() - Method in class com.itextpdf.test.ITextTest
 

I

ignorePackageOrClass(String) - Method in class com.itextpdf.test.RunnerSearchConfig
Add package or class to ignore list.
INFO - Static variable in class com.itextpdf.test.LogLevelConstants
 
initClass() - Method in class com.itextpdf.test.WrappedSamplesRunner
Creates a Class object for the example you want to test.
initStore(String, char[]) - Static method in class com.itextpdf.test.signutils.Pkcs12FileHelper
 
IntegrationTest - Interface in com.itextpdf.test.annotations.type
Tests that cover more functionality than a simple Unit Test.
ITextTest - Class in com.itextpdf.test
This is a generic class for testing.
ITextTest() - Constructor for class com.itextpdf.test.ITextTest
 

L

LOGGER - Variable in class com.itextpdf.test.ITextTest
 
LoggerHelper - Class in com.itextpdf.test
 
LoggerHelper() - Constructor for class com.itextpdf.test.LoggerHelper
 
LogLevelConstants - Class in com.itextpdf.test
Class with constants for log levels
logListener - Variable in class com.itextpdf.test.ExtendedITextTest
 
LogListener - Class in com.itextpdf.test
 
LogListener() - Constructor for class com.itextpdf.test.LogListener
 
LogMessage - Annotation Type in com.itextpdf.test.annotations
An annotation to be used in a LogMessages wrapper, which signifies a particular log message that must appear in a test a specific number of times.
LogMessages - Annotation Type in com.itextpdf.test.annotations
Container annotation for LogMessage objects.

P

PerformanceTest - Interface in com.itextpdf.test.annotations.type
Performance Tests generate performance metrics: speed, memory usage, disk space,...
Pkcs12FileHelper - Class in com.itextpdf.test.signutils
 
printOutCmpPdfNameAndDir(String, String) - Static method in class com.itextpdf.test.ITextTest
 
printOutputPdfNameAndDir(String) - Static method in class com.itextpdf.test.ITextTest
 
printPathToConsole(String, String) - Static method in class com.itextpdf.test.ITextTest
 

R

readFile(String) - Method in class com.itextpdf.test.ITextTest
 
readFirstChain(String, char[]) - Static method in class com.itextpdf.test.signutils.Pkcs12FileHelper
 
readFirstKey(String, char[], char[]) - Static method in class com.itextpdf.test.signutils.Pkcs12FileHelper
 
removeCryptographyRestrictions() - Static method in class com.itextpdf.test.ITextTest
Due to import control restrictions by the governments of a few countries, the encryption libraries shipped by default with the Java SDK restrict the length, and as a result the strength, of encryption keys.
restoreAppenders(Map<Logger, Map<String, Appender<ILoggingEvent>>>) - Static method in class com.itextpdf.test.LoggerHelper
 
restoreCryptographyRestrictions() - Static method in class com.itextpdf.test.ITextTest
By using this method we restore cryptography restrictions via reflection.
RetryOnFailure - Annotation Type in com.itextpdf.test.runners
In current implementation it has no specified retries count
RetryRunner - Class in com.itextpdf.test.runners
This class is used for flaky test retry after failure.
RetryRunner(Class<?>) - Constructor for class com.itextpdf.test.runners.RetryRunner
 
run(RunNotifier) - Method in class com.itextpdf.test.runners.RetryRunner
 
runChild(FrameworkMethod, RunNotifier) - Method in class com.itextpdf.test.runners.RetryRunner
 
RunnerSearchConfig - Class in com.itextpdf.test
 
RunnerSearchConfig() - Constructor for class com.itextpdf.test.RunnerSearchConfig
 
runSamples() - Method in class com.itextpdf.test.WrappedSamplesRunner
 
runTestUnit(Statement, Description, RunNotifier) - Method in class com.itextpdf.test.runners.RetryRunner
Runs an atomic test

S

sampleClass - Variable in class com.itextpdf.test.WrappedSamplesRunner
 
sampleClassParams - Variable in class com.itextpdf.test.WrappedSamplesRunner
 
SampleTest - Interface in com.itextpdf.test.annotations.type
Sample Tests give a Short, Self Contained, Correct, Example and can be used as documentation for end users.
SlowTest - Interface in com.itextpdf.test.annotations.type
Tests that can take longer than a couple of milliseconds to run.
starting(Description) - Method in class com.itextpdf.test.LogListener
 

T

testTimeout - Variable in class com.itextpdf.test.ITextTest
 

U

UnitTest - Interface in com.itextpdf.test.annotations.type
Unit Tests are used to check individual units of source code.
UNKNOWN - Static variable in class com.itextpdf.test.LogLevelConstants
 

V

validate(String) - Method in class com.itextpdf.test.pdfa.VeraPdfValidator
 
VeraPdfValidator - Class in com.itextpdf.test.pdfa
 
VeraPdfValidator() - Constructor for class com.itextpdf.test.pdfa.VeraPdfValidator
 

W

WARN - Static variable in class com.itextpdf.test.LogLevelConstants
 
WrappedSamplesRunner - Class in com.itextpdf.test
 
WrappedSamplesRunner() - Constructor for class com.itextpdf.test.WrappedSamplesRunner
 
A B C D E F G I L P R S T U V W 
Skip navigation links

Copyright © 1998–2021 iText Group NV. All rights reserved.