org.fuin.units4j
Interface AssertCoverage.ClassFilter

All Known Implementing Classes:
AssertCoverage.AndClassFilter, AssertCoverage.ExcludeListClassFilter
Enclosing class:
AssertCoverage

public static interface AssertCoverage.ClassFilter

Helper class to filter found classes.


Method Summary
 boolean isIncludeClass(Class<?> clasz)
          Determines if the class should be included in the list of relevant classes.
 

Method Detail

isIncludeClass

boolean isIncludeClass(Class<?> clasz)
Determines if the class should be included in the list of relevant classes.

Parameters:
clasz - Class to check.
Returns:
If the class should have a test class TRUE, else FALSE.


Copyright © 2012 Future Invent Informationsmanagement GmbH. All Rights Reserved.