A B C D E F G H I J L M P R S T

A

ActiveTest - class junit.extensions.ActiveTest.
A Decorator that runs a test in a separate thread.
ActiveTest(Test) - Constructor for class junit.extensions.ActiveTest
Creates active test with default multiplier (1).
ActiveTest(Test, int) - Constructor for class junit.extensions.ActiveTest
Creates active test with default multiplier (1).

B

basicRun(TestResult) - Method in class junit.extensions.TestDecorator
 

C

conf - Variable in class junit.extensions.ConfigurableTestCase
Cached configuration.
conf - Variable in class junit.extensions.conf.ConfigurationFactory
Configuration created by factory.
ConfigurableTest - interface junit.extensions.ConfigurableTest.
Test that provides access to configuration parameters.
ConfigurableTestCase - class junit.extensions.ConfigurableTestCase.
Base class for test cases which are configured using a configuration file instead of hardcoding test data in the fixture.
ConfigurableTestCase(String) - Constructor for class junit.extensions.ConfigurableTestCase
Creates instance of configurable test case.
ConfigurableTestSetup - class junit.extensions.ConfigurableTestSetup.
A Decorator to set up and tear down additional fixture state using configuration.
ConfigurableTestSetup(Test) - Constructor for class junit.extensions.ConfigurableTestSetup
Creates test setup instance.
Configuration - interface junit.extensions.conf.Configuration.
Provides access to configuration database.
ConfigurationFactory - class junit.extensions.conf.ConfigurationFactory.
Factory for creating configurations.
containsKeys(String) - Method in class junit.extensions.util.EnhancedProperties
Checks whether underlying properties contains key of properties array.
countTestCases() - Method in class junit.extensions.TestDecorator
 
createTestResult() - Method in class junit.extensions.PPTestRunner
Creates the TestResult to be used for the test run.

D

DEFAULT_PATH_LIST - Static variable in class junit.extensions.conf.ConfigurationFactory
Defaults for finding the configuration files
doRun(Test, boolean) - Method in class junit.extensions.PPTestRunner
 

E

endTest(Test) - Method in class junit.extensions.PPTestResult
Informs the result that a test was completed.
EnhancedProperties - class junit.extensions.util.EnhancedProperties.
Enhanced properties.
EnhancedProperties() - Constructor for class junit.extensions.util.EnhancedProperties
 
EXTENSION - Static variable in class junit.extensions.conf.ConfigurationFactory
Extension of configuration files.

F

factory - Static variable in class junit.extensions.conf.ConfigurationFactory
The only instance of configuration factory.
FileConfiguration - class junit.extensions.conf.FileConfiguration.
Implementation of LoadableConfiguration that uses properties files.
FileConfiguration() - Constructor for class junit.extensions.conf.FileConfiguration
Default constructor.
FileConfiguration(String) - Constructor for class junit.extensions.conf.FileConfiguration
Preloads configuration from file.
FileConfiguration(String[], String) - Constructor for class junit.extensions.conf.FileConfiguration
Preloads configuration from file.
FileUtils - class junit.extensions.util.FileUtils.
This class provides some methods for load and saving data from/to a file
FileUtils() - Constructor for class junit.extensions.util.FileUtils
 
fTest - Variable in class junit.extensions.TestDecorator
 

G

getBoolean(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getBoolean(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getBoolean(String) - Method in class junit.extensions.ConfigurableTestCase
 
getBoolean(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getBoolean(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves boolean number from configuration.
getByte(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getByte(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getByte(String) - Method in class junit.extensions.ConfigurableTestCase
 
getByte(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getByte(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves byte from configuration.
getChar(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getChar(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getChar(String) - Method in class junit.extensions.ConfigurableTestCase
 
getChar(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getChar(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves character from configuration.
getConfiguration() - Method in class junit.extensions.ConfigurableTestCase
Retrieves configuration of this test case.
getConfiguration() - Method in class junit.extensions.ConfigurableTestSetup
Retrieves configuration of this test case.
getConfiguration() - Method in class junit.extensions.conf.ConfigurationFactory
Returns current configuration.
getConfiguration(String[], String) - Method in class junit.extensions.conf.ConfigurationFactory
Factory method for instantiating and populating configuration.
getDouble(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getDouble(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getDouble(String) - Method in class junit.extensions.ConfigurableTestCase
 
getDouble(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getDouble(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves double number from configuration.
getFactory() - Static method in class junit.extensions.conf.ConfigurationFactory
Returns factory instance.
getFileName(Class) - Method in class junit.extensions.conf.ConfigurationFactory
Generates configuration file name based on class name.
getFloat(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getFloat(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getFloat(String) - Method in class junit.extensions.ConfigurableTestCase
 
getFloat(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getFloat(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves float number from configuration.
getInteger(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getInteger(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getInteger(String) - Method in class junit.extensions.ConfigurableTestCase
 
getInteger(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getInteger(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves integer number from configuration.
getLong(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getLong(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getLong(String) - Method in class junit.extensions.ConfigurableTestCase
 
getLong(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getLong(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves long number from configuration.
getParameters(String) - Static method in class junit.extensions.util.Parameters
Initializes parameters using system property if they were not initialized before.
getProperties(Object, String, String) - Method in class junit.extensions.util.EnhancedProperties
Retrieves property that is represented by array of strings.
getProperties(String) - Method in class junit.extensions.util.EnhancedProperties
Retrieves properties array.
getPropertiesKey(Object, String, String) - Method in class junit.extensions.util.EnhancedProperties
Generates base of properties key.
getProperty(Object, String, String) - Method in class junit.extensions.util.EnhancedProperties
Retrieves single property.
getPropertyKey(Object, String, String) - Method in class junit.extensions.util.EnhancedProperties
Generates property key.
getShort(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getShort(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getShort(String) - Method in class junit.extensions.ConfigurableTestCase
 
getShort(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getShort(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves short number from configuration.
getString(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getString(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getString(String) - Method in class junit.extensions.ConfigurableTestCase
 
getString(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getString(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves string from configuration.
getStrings(Object, String, String) - Method in class junit.extensions.conf.FileConfiguration
 
getStrings(Object, String, String) - Method in interface junit.extensions.conf.Configuration
 
getStrings(String) - Method in class junit.extensions.ConfigurableTestCase
 
getStrings(String) - Method in class junit.extensions.ConfigurableTestSetup
 
getStrings(String) - Method in interface junit.extensions.ConfigurableTest
Retrieves array of strings from configuration.
getTest() - Method in class junit.extensions.TestDecorator
 
getTestInfo(Test) - Method in class junit.extensions.PPTestResult
Generates verbose test info instead of the "."

H

HINT - Static variable in class junit.extensions.conf.ConfigurationFactory
Property key that defines configuration file or path to configuration files.

I

INCLUDE - Static variable in class junit.extensions.conf.FileConfiguration
Property key for includes.
init(Class) - Static method in class junit.extensions.conf.ConfigurationFactory
Explicit initialization of factory.

J

junit.extensions - package junit.extensions
 
junit.extensions.conf - package junit.extensions.conf
 
junit.extensions.util - package junit.extensions.util
 

L

load(Class) - Method in class junit.extensions.conf.ConfigurationFactory
Loads configuration into factory.
load(String[], String) - Method in interface junit.extensions.conf.LoadableConfiguration
Loads configuration from file.
load(String[], String) - Method in class junit.extensions.conf.FileConfiguration
Loads configuration from file(s).
LoadableConfiguration - interface junit.extensions.conf.LoadableConfiguration.
Configuration that can be loaded from file.
loadBinary(File) - Static method in class junit.extensions.util.FileUtils
Load the given file and return the content.
loadBinary(File, String) - Static method in class junit.extensions.util.FileUtils
Load the given file and return the content.
loadBinary(String) - Static method in class junit.extensions.util.FileUtils
Load the given file and return the content.
LOADER - Static variable in class junit.extensions.conf.ConfigurationFactory
Property key that defines loadable configuration implementation class name.

M

main(String[]) - Static method in class junit.extensions.PPTestRunner
 

P

parameters - Static variable in class junit.extensions.util.Parameters
Parameters.
Parameters - class junit.extensions.util.Parameters.
Utility class that provides convinient access to application parameters.
Parameters() - Constructor for class junit.extensions.util.Parameters
 
PPTestResult - class junit.extensions.PPTestResult.
A PPTestResult collects the results of executing a test case and implements verbose output and delaying.
PPTestResult(PrintStream, int, boolean, String) - Constructor for class junit.extensions.PPTestResult
 
PPTestRunner - class junit.extensions.PPTestRunner.
Extended version of junit.textui.TestRunner.
PPTestRunner() - Constructor for class junit.extensions.PPTestRunner
Constructs a PPTestRunner.
PPTestRunner(PrintStream) - Constructor for class junit.extensions.PPTestRunner
Constructs a PPTestRunner using the given stream for all the output
PPTestRunner(ResultPrinter) - Constructor for class junit.extensions.PPTestRunner
Constructs a PPTestRunner using the given ResultPrinter all the output

R

run(TestCase) - Method in class junit.extensions.PPTestResult
Intercept the execution of a test case and run only the desired ones
run(TestResult) - Method in class junit.extensions.TestDecorator
 
run(TestResult) - Method in class junit.extensions.ActiveTest
 
run(TestResult) - Method in class junit.extensions.TestSetup
 

S

saveBinary(File, byte[]) - Static method in class junit.extensions.util.FileUtils
Save the binary content to a file
saveBinary(File, String, byte[]) - Static method in class junit.extensions.util.FileUtils
Save the binary content to a file
saveBinary(String, byte[]) - Static method in class junit.extensions.util.FileUtils
Save the binary content to a file
saveInputStream(File, InputStream) - Static method in class junit.extensions.util.FileUtils
Save the content of an input stream to a file
saveInputStream(File, String, InputStream) - Static method in class junit.extensions.util.FileUtils
Save the content of an input stream to a file
saveInputStream(String, InputStream) - Static method in class junit.extensions.util.FileUtils
Save the content of an input stream to a file
SEPARATOR - Static variable in class junit.extensions.util.EnhancedProperties
Intermediate character that is used to construct properties keys.
setParameters(String[]) - Static method in class junit.extensions.util.Parameters
Explicitly initializes parameters if they were not initialized before.
setUp() - Method in class junit.extensions.TestSetup
 
showHelp() - Static method in class junit.extensions.PPTestRunner
Prints program help.
start(String[]) - Method in class junit.extensions.PPTestRunner
Initializes JUNITPP with the provided command line arguments and and starts the test run
startTest(Test) - Method in class junit.extensions.PPTestResult
Informs the result that a test will be started.

T

tearDown() - Method in class junit.extensions.TestSetup
 
TestDecorator - class junit.extensions.TestDecorator.
 
TestDecorator(Test) - Constructor for class junit.extensions.TestDecorator
 
TestSetup - class junit.extensions.TestSetup.
 
TestSetup(Test) - Constructor for class junit.extensions.TestSetup
 
toLine() - Static method in class junit.extensions.util.Parameters
Combines parameters in single string.
toString() - Method in class junit.extensions.TestDecorator
 
toString() - Method in class junit.extensions.ActiveTest
 

A B C D E F G H I J L M P R S T

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