Package org.apache.qpid.junit.extensions.util

Provides some helper classes.

See:
          Description

Class Summary
CommandLineParser CommandLineParser provides a utility for specifying the format of a command line and parsing command lines to ensure that they fit their specified format.
ContextualProperties ContextualProperties is an extension of Properties that automatically selects properties based on an environment parameter (defined by the system property ContextualProperties.ENV_SYS_PROPERTY), the name of a class, plus a modifier (which can be used to name a method of a class) and a property key.
MathUtils Mathematical support methods for the toolkit.
ParsedProperties ParsedProperties extends the basic Properties class with methods to extract properties, not as strings but as strings parsed into basic types.
SizeOf SizeOf provides a static method that does its best to return an accurate measure of the total amount of memory used by the virtual machine.
StackQueue<E> The Stack class in java.util (most unhelpfully) does not implement the Queue interface.
TestContextProperties TestContextProperties is an extension of ParsedProperties that keeps track of property key/value pairs that are used by tests being run under the TKTestRunner.
TestUtils Provides commonly used functions that aid testing.
 

Package org.apache.qpid.junit.extensions.util Description

Provides some helper classes. ContextualProperties allows a hierarchy of properties to be used in properties file with default overrides. SizeOf takes memeory measurements by stabilizing the garbage collector.



Licensed to the Apache Software Foundation