Package com.itextpdf.test
Class ExtendedITextTest
java.lang.Object
com.itextpdf.test.ITextTest
com.itextpdf.test.ExtendedITextTest
This class is used for testing when logger output should be tested as well. By default any logger output that is not expected, i.e. marked with
LogMessage
, will result in crash.
-
Field Summary
Fields inherited from class com.itextpdf.test.ITextTest
testTimeout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called after each test method is executedvoid
This method is called before each test method is executedMethods inherited from class com.itextpdf.test.ITextTest
createDestinationFolder, createOrClearDestinationFolder, createStringByEscaped, deleteDirectory, getTestTimeout, printOutCmpPdfNameAndDir, printOutputPdfNameAndDir, printPathToConsole, readFile, removeCryptographyRestrictions, restoreCryptographyRestrictions
-
Field Details
-
logListener
-
-
Constructor Details
-
ExtendedITextTest
public ExtendedITextTest()
-
-
Method Details
-
beforeTestMethodAction
@BeforeEach public void beforeTestMethodAction()This method is called before each test method is executed -
afterTestMethodAction
@AfterEach public void afterTestMethodAction()This method is called after each test method is executed
-