Generated by
JDiff

Class com.itextpdf.test.RunnerSearchConfig

Removed Methods
boolean  isToMarkTestsWithoutAnnotationAsIgnored()  
RunnerSearchConfig  markTestsWithoutAnnotationAsIgnored() If a class was found in search path, and it has DEST field and main method, but it doesn't have WrapToTest annotation, this test will be marked as ignored with corresponding message in case this option is used.
 

Changed Methods
RunnerSearchConfig  addClassToRunnerSearchPath( String) Documentation changed from old to new.
Add class to runner.
RunnerSearchConfig  addPackageToRunnerSearchPath( String) Documentation changed from old to new.
Add package to search path which is checked for wrapped sample classes.