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

Packages that use TestDescriptor
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 TestDescriptor in org.ow2.clif.analyze.api
 

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

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

Methods in org.ow2.clif.analyze.lib.basic that return TestDescriptor
 TestDescriptor[] AnalyzerImpl.getTests(TestFilter filter)
           
 

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

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

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

Methods in org.ow2.clif.analyze.lib.list with parameters of type TestDescriptor
 boolean PrefixTestFilter.accept(TestDescriptor desc)
          Accepts all test names matching this filter's prefix attribute.
 

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

Methods in org.ow2.clif.analyze.statistics that return TestDescriptor
 TestDescriptor[] FileStoreReader.getTests(TestFilter filter)
           
 

Methods in org.ow2.clif.analyze.statistics with parameters of type TestDescriptor
 boolean TestFilterImpl.accept(TestDescriptor desc)
          Accepts all test names matching this filter's expression attribute.
 

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

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

Methods in org.ow2.clif.storage.api with parameters of type TestDescriptor
 boolean TestFilter.accept(TestDescriptor desc)
           
 

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

Classes in org.ow2.clif.storage.lib.filestorage that implement TestDescriptor
 class TestDescriptorImpl
           
 

Methods in org.ow2.clif.storage.lib.filestorage that return TestDescriptor
 TestDescriptor[] ConsoleFileStorageImpl.getTests(TestFilter filter)