Uses of Interface
org.ow2.clif.storage.api.TestFilter

Packages that use TestFilter
org.ow2.clif.analyze.api API (Java interfaces and Fractal component types) for Analyzer components (such components provide analysis and report generation support for all data/results generated by test runs). 
org.ow2.clif.analyze.lib.basic Analyzer component implementation providing a GUI for browsing test runs and proceed with basic statistical analysis. 
org.ow2.clif.analyze.lib.egui   
org.ow2.clif.analyze.lib.list   
org.ow2.clif.analyze.statistics   
org.ow2.clif.storage.api API (Java interfaces, Fractal component types and generic events) related to events generated by test runs, including their storage and retrieval. 
org.ow2.clif.storage.lib.filestorage CSV-formatted file-based implementation of storage and storage proxy components. 
 

Uses of TestFilter in org.ow2.clif.analyze.api
 

Methods in org.ow2.clif.analyze.api with parameters of type TestFilter
 TestDescriptor[] AnalyzerExternalAccess.getTests(TestFilter filter)
          Gets a list of test runs matching a given filter.
 

Uses of TestFilter in org.ow2.clif.analyze.lib.basic
 

Methods in org.ow2.clif.analyze.lib.basic with parameters of type TestFilter
 TestDescriptor[] AnalyzerImpl.getTests(TestFilter filter)
           
 

Uses of TestFilter in org.ow2.clif.analyze.lib.egui
 

Methods in org.ow2.clif.analyze.lib.egui with parameters of type TestFilter
 TestDescriptor[] AnalyzerImpl.getTests(TestFilter filter)
          Gets a list of test runs matching a given filter.
 

Uses of TestFilter in org.ow2.clif.analyze.lib.list
 

Classes in org.ow2.clif.analyze.lib.list that implement TestFilter
 class PrefixTestFilter
          Instances of this class filter tests according to a given name prefix.
 

Uses of TestFilter in org.ow2.clif.analyze.statistics
 

Classes in org.ow2.clif.analyze.statistics that implement TestFilter
 class TestFilterImpl
          Filter tests according to a given name.
 

Methods in org.ow2.clif.analyze.statistics that return TestFilter
 TestFilter AnalyzerImpl.getTestFilter()
           
 

Methods in org.ow2.clif.analyze.statistics with parameters of type TestFilter
 TestDescriptor[] FileStoreReader.getTests(TestFilter filter)
           
 void AnalyzerImpl.setTestFilter(TestFilter filter)
           
 

Uses of TestFilter in org.ow2.clif.storage.api
 

Methods in org.ow2.clif.storage.api with parameters of type TestFilter
 TestDescriptor[] StorageRead.getTests(TestFilter filter)
          Gets a list of test runs matching a given filter.
 

Uses of TestFilter in org.ow2.clif.storage.lib.filestorage
 

Methods in org.ow2.clif.storage.lib.filestorage with parameters of type TestFilter
 TestDescriptor[] ConsoleFileStorageImpl.getTests(TestFilter filter)