Uses of Interface
junit.extensions.conf.Configuration

Packages that use Configuration
junit.extensions   
junit.extensions.conf   
 

Uses of Configuration in junit.extensions
 

Fields in junit.extensions declared as Configuration
protected  Configuration ConfigurableTestCase.conf
          Cached configuration.
 

Methods in junit.extensions that return Configuration
protected  Configuration ConfigurableTestCase.getConfiguration()
          Retrieves configuration of this test case.
protected  Configuration ConfigurableTestSetup.getConfiguration()
          Retrieves configuration of this test case.
 

Uses of Configuration in junit.extensions.conf
 

Subinterfaces of Configuration in junit.extensions.conf
 interface LoadableConfiguration
          Configuration that can be loaded from file.
 

Classes in junit.extensions.conf that implement Configuration
 class FileConfiguration
          Implementation of LoadableConfiguration that uses properties files.
 

Methods in junit.extensions.conf that return Configuration
 Configuration ConfigurationFactory.getConfiguration()
          Returns current configuration.
 



Copyright © 2001-2002 IT20one GmbH. All Rights Reserved.