schaefera - 05.05.03 08:16
: Added additional tests for 'And' to test multiple True/False Predicates and the method of the Composite Predicate creating Predicates.
Added additional test for 'Not' to make sure it is an unary operation.
Added a test for the Reflection Predicate that test "isInner", "isAbstract" and "isPublic" on a regular class, an abstract class and a private inner class. Please check my notes with respect to a "private abstract" inner class where the "isAbstract" test fails (does not recognize that it is an abstract class.
schaefera - 24.04.03 07:29
: Added a simple test for the File Utils class.