Uses of Interface
org.fuin.units4j.AssertCoverage.ClassFilter

Packages that use AssertCoverage.ClassFilter
org.fuin.units4j Assertion tools. 
 

Uses of AssertCoverage.ClassFilter in org.fuin.units4j
 

Classes in org.fuin.units4j that implement AssertCoverage.ClassFilter
static class AssertCoverage.AndClassFilter
          Filter that combines two or more filters.
static class AssertCoverage.ExcludeListClassFilter
          Uses a list of classes to exclude from the check.
 

Methods in org.fuin.units4j with parameters of type AssertCoverage.ClassFilter
static void AssertCoverage.assertEveryClassHasATest(File baseDir, AssertCoverage.ClassFilter classFilter)
          Asserts that a every class in the directory (or it's sub directories) has at least one test class.
static void AssertCoverage.assertEveryClassHasATest(File baseDir, boolean recursive, AssertCoverage.ClassFilter classFilter)
          Asserts that a every class in the directory (or it's sub directories) has at least one test class.
 

Constructors in org.fuin.units4j with parameters of type AssertCoverage.ClassFilter
AssertCoverage.AndClassFilter(AssertCoverage.ClassFilter... classFilters)
          Constructor with an array of sub filters.
 



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