A B C D E F G H I J L M N O P R S T U V X

A

addAssertions(Assertions) - Method in class org.jtiger.ant.Java
Control enablement of Java 1.4 assertions with an <assertions> subelement.
addEnv(Environment.Variable) - Method in class org.jtiger.ant.Java
Adds an environment variable.
addSysproperty(Environment.Variable) - Method in class org.jtiger.ant.Java
Adds a system property.
addSyspropertyset(PropertySet) - Method in class org.jtiger.ant.Java
Adds a system property set.
ALIAS_PREFIX - Static variable in class org.jtiger.framework.ClassAliasMappingFactory
The value that aliases are prefixed with before being obtained by calling ClassAliasMapping.getMappedClassName(String).
append(Sequence<E>) - Method in interface org.jtiger.framework.Sequence
Appends the given sequence to this sequence and returns a new sequence.
ARG_CATEGORIES - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by one or more arguments that represent the regular expressions of test case categories to execute.
ARG_DEFINITION_CLASS - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by one class name argument that represents the test definition class.
ARG_FIXTURE_CLASSES - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by one or more arguments that represent the class names of the test fixtures to execute.
ARG_HALT_ON_FAILURE - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by no arguments that represents that a test execution should discontinue if a failure is encountered.
ARG_JUNIT - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by no arguments that represents that a test execution will be of JUnit test cases.
ARG_RESULT - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by one argument that represents the class name of the test fixture result handler.
ARG_RESULT_PARAMETERS - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by one or more arguments that represent the parameters to be passed to the test fixture result handler.
ARG_SUTD_CLASS - Static variable in class org.jtiger.framework.FixturesRunnerMain
A case-insensitive command line argument which should be followed by one argument that represents the class name of the test fixture set up and tear down class.
assertAbstract(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the abstract modifier (implicitly or explicitly).
assertAbstract(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the abstract modifier (implicitly or explicitly).
assertDefaultAccess(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the default (none specified) access modifier.
assertDefaultAccess(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor has the default (none specified) access modifier.
assertDefaultAccess(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the default (none specified) access modifier.
assertDefaultAccess(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the default (none specified) access modifier.
assertEqual(Object, Object, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected Object argument is equal to the actual Object argument.
assertEqual(Object[], Object[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected Object array argument is equal to the actual Object array argument.
assertEqual(double[], double[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected double array argument is equal to the actual double array argument.
assertEqual(float[], float[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected float array argument is equal to the actual float array argument.
assertEqual(boolean[], boolean[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected boolean array argument is equal to the actual boolean array argument.
assertEqual(byte[], byte[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected byte array argument is equal to the actual byte array argument.
assertEqual(short[], short[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected short array argument is equal to the actual short array argument.
assertEqual(char[], char[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected char array argument is equal to the actual char array argument.
assertEqual(int[], int[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected int array argument is equal to the actual int array argument.
assertEqual(long[], long[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected long array argument is equal to the actual long array argument.
assertEqualComparesToZero(ObjectFactory<? extends Comparable<?>>, Object...) - Static method in class org.jtiger.assertion.Comparable
Asserts that two equal instances of java.lang.Comparable return zero (0) from the compareTo method.
assertEqualsMethodConsistentAcrossInvocations(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.EqualsMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the equals method general contract.
assertEqualsMethodFillsContract(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.EqualsMethodContract
Asserts that the given ObjectFactory returns instances that meet the entire equals method general contract.
assertEqualsMethodReflexive(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.EqualsMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the equals method general contract.
assertEqualsMethodSymmetric(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.EqualsMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the equals method general contract.
assertEqualsMethodTransitive(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.EqualsMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the equals method general contract.
assertEqualsMethodUnequalToNull(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.EqualsMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the equals method general contract.
assertEqualsMethodUnequalToUnequalInstance(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.EqualsMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the equals method general contract.
assertFalse(boolean, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given boolean argument is true.
assertFinal(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the final modifier.
assertFinal(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the final modifier (implicitly or explicitly).
assertFinal(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the final modifier (implicitly or explicitly).
assertHasConstructor(Class<?>, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class has a constructor with the given parameter types.
assertHasDeclaredConstructor(Class<?>, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class has a declared constructor with the given parameter types.
assertHasDeclaredField(Class<?>, String, Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class has a declared field with the given name.
assertHasDeclaredMethod(Class<?>, String, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class has a declared method with the given name and parameter types.
assertHasField(Class<?>, String, Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class has a field with the given name.
assertHashCodeMethodConsistentResult(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.HashCodeMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the hashCode method general contract.
assertHashCodeMethodEqualOnEqualInstance(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.HashCodeMethodContract
Asserts that the given ObjectFactory returns instances that meet one aspect of the hashCode method general contract.
assertHashCodeMethodFillsContract(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.HashCodeMethodContract
Asserts that the given ObjectFactory returns instances that meet the entire hashCode method general contract.
assertHasMethod(Class<?>, String, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class has a method with the given name and parameter types.
AssertionException - Exception in org.jtiger.assertion
An exception that may be thrown to indicate that an assertion was not met.
AssertionException() - Constructor for exception org.jtiger.assertion.AssertionException
Create a default AssertionException.
AssertionException(Object...) - Constructor for exception org.jtiger.assertion.AssertionException
Create a AssertionException with the given message.
AssertionException(Throwable) - Constructor for exception org.jtiger.assertion.AssertionException
Create a AssertionException with the given cause.
AssertionException(Throwable, Object...) - Constructor for exception org.jtiger.assertion.AssertionException
Create a AssertionException with the given message and cause.
assertNative(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the native modifier.
assertNotAbstract(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the abstract modifier (implicitly or explicitly).
assertNotAbstract(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the abstract modifier (implicitly or explicitly).
assertNotDefaultAccess(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the default (none specified) access modifier.
assertNotDefaultAccess(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor does not have the default (none specified) access modifier.
assertNotDefaultAccess(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the default (none specified) access modifier.
assertNotDefaultAccess(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the default (none specified) access modifier.
assertNotEqual(Object, Object, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected Object argument is not equal to the actual Object argument.
assertNotEqual(Object[], Object[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected Object array argument is not equal to the actual Object array argument.
assertNotEqual(double[], double[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected double array argument is not equal to the actual double array argument.
assertNotEqual(float[], float[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected float array argument is not equal to the actual float array argument.
assertNotEqual(boolean[], boolean[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected boolean array argument is not equal to the actual boolean array argument.
assertNotEqual(byte[], byte[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected byte array argument is not equal to the actual byte array argument.
assertNotEqual(short[], short[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected short array argument is not equal to the actual short array argument.
assertNotEqual(char[], char[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected char array argument is not equal to the actual char array argument.
assertNotEqual(int[], int[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected int array argument is not equal to the actual int array argument.
assertNotEqual(long[], long[], Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected long array argument is not equal to the actual long array argument.
assertNotEqualNotComparesToZero(ObjectFactory<? extends Comparable<?>>, Object...) - Static method in class org.jtiger.assertion.Comparable
Asserts that two unequal instances of java.lang.Comparable return non-zero from the compareTo method.
assertNotFinal(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the final modifier.
assertNotFinal(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the final modifier (implicitly or explicitly).
assertNotFinal(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the final modifier (implicitly or explicitly).
assertNotHasConstructor(Class<?>, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class does not have a constructor with the given parameter types.
assertNotHasDeclaredConstructor(Class<?>, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class does not have a declared constructor with the given parameter types.
assertNotHasDeclaredField(Class<?>, String, Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class does not have a declared field with the given name.
assertNotHasDeclaredMethod(Class<?>, String, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class does not have a declared method with the given name and parameter types.
assertNotHasField(Class<?>, String, Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class does not have a field with the given name.
assertNotHasMethod(Class<?>, String, Class<?>[], Object...) - Static method in class org.jtiger.assertion.Reflection
Asserts that the given class does not have a method with the given name and parameter types.
assertNotNative(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the native modifier.
assertNotNull(Object, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given Object argument is not null.
assertNotPrivate(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the private modifier.
assertNotPrivate(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor does not have the private modifier (implicitly or explicitly).
assertNotPrivate(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the private modifier.
assertNotPrivate(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the private modifier (implicitly or explicitly).
assertNotProtected(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the protected modifier.
assertNotProtected(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor does not have the protected modifier.
assertNotProtected(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the protected modifier.
assertNotProtected(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the protected modifier.
assertNotPublic(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the public modifier (implicitly or explicitly).
assertNotPublic(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor does not have the public modifier.
assertNotPublic(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the public modifier (implicitly or explicitly).
assertNotPublic(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the public modifier (implicitly or explicitly).
assertNotSame(Object, Object, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected Object argument is not referring to the same object as the actual Object argument.
assertNotSerializes(Serializable, Object...) - Static method in class org.jtiger.assertion.Serialization
Asserts that the given Serializable instance does not successfully (without exceptions) serialize and deserialize.
assertNotStatic(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the static modifier.
assertNotStatic(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the static modifier (implicitly or explicitly).
assertNotStatic(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the static modifier (implicitly or explicitly).
assertNotStrictfp(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class does not have the strictfp modifier (implicitly or explicitly).
assertNotSynchronized(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method does not have the synchronized modifier.
assertNotTransient(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the transient modifier.
assertNotVolatile(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field does not have the volatile modifier.
assertNull(Object, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given Object argument is null.
assertObjectFactoryFillsContract(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.ObjectFactoryContract
Asserts that the given ObjectFactory meets the entire contract.
assertObjectFactoryXConsistentlyEqual(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.ObjectFactoryContract
Asserts that the given ObjectFactory meets one aspect of the entire contract.
assertObjectFactoryXConsistentlyNewInstance(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.ObjectFactoryContract
Asserts that the given ObjectFactory meets one aspect of the entire contract.
assertObjectFactoryXYConsistentlyUnequal(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.ObjectFactoryContract
Asserts that the given ObjectFactory meets one aspect of the entire contract.
assertObjectFactoryYConsistentlyEqual(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.ObjectFactoryContract
Asserts that the given ObjectFactory meets one aspect of the entire contract.
assertObjectFactoryYConsistentlyNewInstance(ObjectFactory<?>, Object...) - Static method in class org.jtiger.assertion.ObjectFactoryContract
Asserts that the given ObjectFactory meets one aspect of the entire contract.
assertPrivate(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the private modifier.
assertPrivate(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor has the private modifier (implicitly or explicitly).
assertPrivate(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the private modifier.
assertPrivate(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the private modifier (implicitly or explicitly).
assertProtected(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the protected modifier.
assertProtected(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor has the protected modifier.
assertProtected(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the protected modifier.
assertProtected(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the protected modifier.
assertPublic(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the public modifier (implicitly or explicitly).
assertPublic(Constructor<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Constructor has the public modifier.
assertPublic(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the public modifier (implicitly or explicitly).
assertPublic(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the public modifier (implicitly or explicitly).
assertSame(Object, Object, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given expected Object argument is referring to the same object as the actual Object argument.
assertSerializes(Serializable, Object...) - Static method in class org.jtiger.assertion.Serialization
Asserts that the given Serializable instance successfully (without exceptions) serializes and deserializes.
assertSerializesEqual(Serializable, Object...) - Static method in class org.jtiger.assertion.Serialization
Asserts that the given Serializable instance serializes and deserializes to produce an instance that is equal according to its equals method implementation.
assertSerializesSame(Serializable, Object...) - Static method in class org.jtiger.assertion.Serialization
Asserts that the given Serializable instance serializes and deserializes to produce the same instance.
assertSerializesUnequal(Serializable, Object...) - Static method in class org.jtiger.assertion.Serialization
Asserts that the given Serializable instance serializes and deserializes to produce an instance that is unequal according to its equals method implementation.
assertSerializesUnsame(Serializable, Object...) - Static method in class org.jtiger.assertion.Serialization
Asserts that the given Serializable instance serializes and deserializes to produce a new instance.
assertStatic(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the static modifier.
assertStatic(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the static modifier (implicitly or explicitly).
assertStatic(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the static modifier (implicitly or explicitly).
assertStrictfp(Class<?>, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Class has the strictfp modifier (implicitly or explicitly).
assertSynchronized(Method, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Method has the synchronized modifier.
assertTransient(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the transient modifier.
assertTrue(boolean, Object...) - Static method in class org.jtiger.assertion.Basic
Asserts that the given boolean argument is true.
assertVolatile(Field, Object...) - Static method in class org.jtiger.assertion.Modifier
Asserts that the given Field has the volatile modifier.

B

Basic - Class in org.jtiger.assertion
Provides the ability to make assertions that are of the most basic and trivial concepts.

C

Category - Class in org.jtiger.ant
An element used in the Ant task to specify a regular expression which categories of test cases are to be executed by the framework.
Category() - Constructor for class org.jtiger.ant.Category
Create a default Category.
Category(String) - Constructor for class org.jtiger.ant.Category
Create a Category with the given regular expression.
Category - Annotation Type in org.jtiger.framework
Used to annotate test case methods or test fixture classes by specifying which category(ies) it is in.
CLASS_ALIAS_MAPPING_RESOURCE - Static variable in class org.jtiger.framework.ClassAliasMappingFactory
The name of the resource that provides the class name mapping.
ClassAliasMapping - Interface in org.jtiger.framework
Provides a mapping between user-friendly alias names for class names that are used by the framework.
ClassAliasMappingFactory - Class in org.jtiger.framework
Provides an alias name to a class name using a resource as the mapping.
clone() - Method in interface org.jtiger.framework.ReadOnlyArray
Returns a clone of this ReadOnlyArray which is backed by a cloned array.
clone() - Method in interface org.jtiger.framework.Sequence
Returns a clone of this Sequence.
Comparable - Class in org.jtiger.assertion
Makes assertions on instances of java.lang.Comparable.
createBootclasspath() - Method in class org.jtiger.ant.Java
Creates a boot classpath.
createCategory() - Method in class org.jtiger.ant.JTigerTask
Creates a Category.
createClasspath() - Method in class org.jtiger.ant.Java
Creates a classpath.
createFileSet() - Method in class org.jtiger.ant.Fixtures
Creates a FileSet, adds it to the list of instances, and returns the instance.
createFixture() - Method in class org.jtiger.ant.Fixtures
Creates a Fixture, adds it to the list of instances, and returns the instance.
createFixtures() - Method in class org.jtiger.ant.JTigerTask
Creates a Fixtures.
createJava() - Method in class org.jtiger.ant.JTigerTask
Creates a Java.
createJvmarg() - Method in class org.jtiger.ant.Java
Creates a JVM argument.
createParam() - Method in class org.jtiger.ant.Result
Creates a param for this result..
createPermissions() - Method in class org.jtiger.ant.Java
Creates a set of permissions.
createResult() - Method in class org.jtiger.ant.JTigerTask
Creates a Result.

D

DefaultFixtureResultsHandlerFactory - Class in org.jtiger.framework
The default implementation to handle fixture results sends output to the standard output stream with a summary of the result.
DefaultSetUpTearDownFactory - Class in org.jtiger.framework
The default implementation of setting up and tearing down a unit test case.
DefaultTestDefinitionFactory - Class in org.jtiger.framework
Provides a default implementation of defining a unit test case method.
delete(int, int) - Method in interface org.jtiger.framework.Sequence
Deletes elements between the given positions and returns the resulting sequence.

E

equals(Object) - Method in interface org.jtiger.framework.Sequence
Determines equality for this Sequence.
equals(Object) - Method in class org.jtiger.report.html.FixtureResultBeanImpl
Compares two instance of FixtureResultBeanImpl returning true iff the name and href properties are equal, false otherwise.
equals(Object) - Method in class org.jtiger.report.html.OverallResultBeanImpl
Compares two instance of OverallResultBeanImpl returning true iff the name, href, description, elapsedTime, and result properties are equal, false otherwise.
equals(Object) - Method in class org.jtiger.report.html.TestResultBeanImpl
Compares two instance of TestResultBeanImpl returning true iff the name, exception, elapsedTime, message, methodName, description, and result properties are equal, false otherwise.
equals(Object) - Method in class org.jtiger.report.xml.FixtureResultBeanImpl
Compares two instance of FixtureResultBeanImpl returning true iff the testResults properties are equal, false otherwise.
equals(Object) - Method in class org.jtiger.report.xml.FixtureResultsBeanImpl
Compares two instance of FixtureResultsBeanImpl returning true iff the fixtureResults properties are equal, false otherwise.
equals(Object) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Compares two instance of TestResultBeanImpl returning true iff the testResult, message, exception, elapsedTime, categories, testName, testDescription, testMethodName, testMethodParameterTypes, fixtureName, fixtureDescription, and fixtureClass properties are equal, false otherwise.
EqualsMethodContract - Class in org.jtiger.assertion
Makes assertions on the general contract of the java.lang.Object equals method.
execute() - Method in class org.jtiger.ant.Java
Forks the JVM using the core Ant <java> task.
execute() - Method in class org.jtiger.ant.JTigerTask
Executes the Ant task by calling Java.execute() and passing the set arguments to FixturesRunnerMain.main(String[]).
ExpectException - Annotation Type in org.jtiger.framework
Used to annotate a test case method that is expecting an exception to occur.

F

FailureFixtureResultsHandler - Class in org.jtiger.report.failure
A result handler that outputs to the standard output stream information regarding test failures.
FailureFixtureResultsHandler() - Constructor for class org.jtiger.report.failure.FailureFixtureResultsHandler
Create a default FailureFixtureResultsHandler.
Fixture - Class in org.jtiger.ant
An element used in the Ant task to specify the class name of a test fixture class that is to be executed during a test run.
Fixture() - Constructor for class org.jtiger.ant.Fixture
Create a default Fixture.
Fixture(String) - Constructor for class org.jtiger.ant.Fixture
Create a Fixture with the given class name.
Fixture - Annotation Type in org.jtiger.framework
Used to annotate a class as one which contains test cases.
FixtureResult - Interface in org.jtiger.framework
Represents the result of the execution of all the test case methods in a test fixture class.
FixtureResultBeanImpl - Class in org.jtiger.report.html
A bean that is used by the HTML result handler to produce a report.
FixtureResultBeanImpl() - Constructor for class org.jtiger.report.html.FixtureResultBeanImpl
Create a default FixtureResultBeanImpl.
FixtureResultBeanImpl - Class in org.jtiger.report.xml
A bean that is used by the XML result handler to produce a report.
FixtureResultBeanImpl() - Constructor for class org.jtiger.report.xml.FixtureResultBeanImpl
Create a default FixtureResultBeanImpl.
FixtureResults - Interface in org.jtiger.framework
Represents the fixture results of the execution of all the test case methods in a test fixture class.
FixtureResultsBeanImpl - Class in org.jtiger.report.xml
A bean that is used by the XML result handler to produce a report.
FixtureResultsBeanImpl() - Constructor for class org.jtiger.report.xml.FixtureResultsBeanImpl
Create a default FixtureResultsBeanImpl.
FixtureResultsHandler - Interface in org.jtiger.framework
Handle the result of a test run.
FixtureResultsHandlerException - Exception in org.jtiger.framework
An exception that may be thrown during the handling of test results.
FixtureResultsHandlerException() - Constructor for exception org.jtiger.framework.FixtureResultsHandlerException
Create a default FixtureResultsHandlerException.
FixtureResultsHandlerException(String) - Constructor for exception org.jtiger.framework.FixtureResultsHandlerException
Create a FixtureResultsHandlerException with the given message.
FixtureResultsHandlerException(Throwable) - Constructor for exception org.jtiger.framework.FixtureResultsHandlerException
Create a FixtureResultsHandlerException with the given cause.
FixtureResultsHandlerException(String, Throwable) - Constructor for exception org.jtiger.framework.FixtureResultsHandlerException
Create a FixtureResultsHandlerException with the given message and cause.
Fixtures - Class in org.jtiger.ant
An element used in the Ant task to specify zero or more fixtures and/or zero or more file sets.
Fixtures() - Constructor for class org.jtiger.ant.Fixtures
Create a default Fixtures.
FixturesRunner - Interface in org.jtiger.framework
Executes a test configuration and returns the result of the test run.
FixturesRunnerConfig - Interface in org.jtiger.framework
Represents the configuration for a test execution.
FixturesRunnerConfigFactory - Class in org.jtiger.framework
Returns instances of FixturesRunnerConfig.
FixturesRunnerFactory - Class in org.jtiger.framework
Returns instances of FixturesRunner.
FixturesRunnerMain - Class in org.jtiger.framework
Provides an entry point into a test execution by using a main method.

G

get(int) - Method in interface org.jtiger.framework.FixtureResult
Returns the test case method result at the given index.
get(int) - Method in interface org.jtiger.framework.FixtureResults
Returns the fixture result at the given index.
get(int) - Method in interface org.jtiger.framework.ReadOnlyArray
Returns the element at the given index in the underlying array.
get(int) - Method in interface org.jtiger.framework.Sequence
Returns the element at the given index in the sequence.
getAliases() - Method in interface org.jtiger.framework.ClassAliasMapping
Returns all the aliases that are mapped to a class name.
getCategories() - Method in interface org.jtiger.framework.FixturesRunnerConfig
Returns regular expressions representing the categories to execute during the test run.
getCategories() - Method in interface org.jtiger.framework.TestResult
Returns all categories that the test case method is in.
getCategories() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the categories property of the bean.
getClassname() - Method in class org.jtiger.ant.Fixture
Returns the class name for this test fixture.
getDefinitionClass() - Method in interface org.jtiger.framework.FixturesRunnerConfig
Returns the type that defines a test.
getDescription() - Method in class org.jtiger.report.html.OverallResultBeanImpl
Returns the href property of the bean.
getDescription() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns the description property of the bean.
getElapsedTime() - Method in interface org.jtiger.framework.TestResult
Returns the amount of time, in milliseconds, that the test method took for execution.
getElapsedTime() - Method in class org.jtiger.report.html.OverallResultBeanImpl
Returns the description property of the bean.
getElapsedTime() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns the elapsedTime property of the bean.
getElapsedTime() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the elapsedTime property of the bean.
getException() - Method in interface org.jtiger.framework.TestResult
Returns the exception associated with this test result.
getException() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns the exception property of the bean.
getException() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the exception property of the bean.
getFixtureClass() - Method in interface org.jtiger.framework.TestResult
Returns the test fixture class.
getFixtureClass() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the fixtureClass property of the bean.
getFixtureClasses() - Method in interface org.jtiger.framework.FixturesRunnerConfig
Returns the test fixture classes to run during test execution.
getFixtureDescription() - Method in interface org.jtiger.framework.TestResult
Returns the description of the test fixture that contains the test case method.
getFixtureDescription() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the fixtureDescription property of the bean.
getFixtureName() - Method in interface org.jtiger.framework.TestResult
Returns the name of the test fixture that contains the test case method.
getFixtureName() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the fixtureName property of the bean.
getFixtureResults() - Method in class org.jtiger.report.xml.FixtureResultsBeanImpl
Returns the fixtureResults property of the bean.
getHref() - Method in class org.jtiger.report.html.FixtureResultBeanImpl
Returns the href property of the bean.
getHref() - Method in class org.jtiger.report.html.OverallResultBeanImpl
Returns the href property of the bean.
getIterator() - Method in interface org.jtiger.framework.Sequence
Returns an iterator for this Sequence.
getIterator(int) - Method in interface org.jtiger.framework.Sequence
Returns an iterator for this Sequence from the given position.
getMappedClassName(String) - Method in interface org.jtiger.framework.ClassAliasMapping
Returns the class name for the given alias.
getMessage() - Method in exception org.jtiger.assertion.AssertionException
Returns the message for this exception which may be concatenated by passing multiple arguments to constructors.
getMessage() - Method in interface org.jtiger.framework.TestResult
Returns the message associated with the test result.
getMessage() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns the message property of the bean.
getMessage() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the message property of the bean.
getMethodName() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns the methodName property of the bean.
getName() - Method in class org.jtiger.ant.Result
Returns the name for this result.
getName() - Method in class org.jtiger.report.html.FixtureResultBeanImpl
Returns the name property of the bean.
getName() - Method in class org.jtiger.report.html.OverallResultBeanImpl
Returns the name property of the bean.
getName() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns the name property of the bean.
getPosition() - Method in interface org.jtiger.framework.Positionable
Returns the position .
getPosition() - Method in interface org.jtiger.framework.PositionableIterator
Deprecated. Returns the position of this iterator.
getPosition() - Method in exception org.jtiger.framework.PositionOutOfBoundsException
Returns the position that is outside of the permissible bounds for this structure.
getRegex() - Method in class org.jtiger.ant.Category
Returns the regular expression for this category.
getResult() - Method in class org.jtiger.report.html.OverallResultBeanImpl
Returns the result property of the bean.
getResult() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns the result property of the bean.
getSubSequence(int, int) - Method in interface org.jtiger.framework.Sequence
Returns a sequence that contains a subset of the elements of this sequence within the given positional range.
getSutdClass() - Method in interface org.jtiger.framework.FixturesRunnerConfig
Returns the type that executes test case set up and tear down.
getTestDescription() - Method in interface org.jtiger.framework.TestResult
Returns the description of the test case method.
getTestDescription() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the testDescription property of the bean.
getTestMethodName() - Method in interface org.jtiger.framework.TestResult
Returns the test case method name.
getTestMethodName() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the testMethodName property of the bean.
getTestMethodParameterTypes() - Method in interface org.jtiger.framework.TestResult
Returns the test case method parameter types.
getTestName() - Method in interface org.jtiger.framework.TestResult
Returns the name of the test case method.
getTestName() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the testName property of the bean.
getTestResult() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns the testResult property of the bean.
getTestResults() - Method in class org.jtiger.report.xml.FixtureResultBeanImpl
Returns the testResults property of the bean.
getTestResultType() - Method in interface org.jtiger.framework.TestResult
Returns the type of the result.
getValue() - Method in class org.jtiger.ant.Param
Returns the value for this param.

H

handleResult(FixtureResults, ReadOnlyArray<String>) - Method in interface org.jtiger.framework.FixtureResultsHandler
Handle the result of a test run.
handleResult(FixtureResults, ReadOnlyArray<String>) - Method in class org.jtiger.report.failure.FailureFixtureResultsHandler
Outputs test failure information to the standard output stream.
handleResult(FixtureResults, ReadOnlyArray<String>) - Method in class org.jtiger.report.html.HtmlFixtureResultsHandler
Write a HTML report of the given test run results to a directory which is passed in the parameters.
handleResult(FixtureResults, ReadOnlyArray<String>) - Method in class org.jtiger.report.text.TextFixtureResultsHandler
Write a plain text report of the given test run results to a file which is passed in the parameters.
handleResult(FixtureResults, ReadOnlyArray<String>) - Method in class org.jtiger.report.xml.XmlFixtureResultsHandler
Write a XML report of the given test run results to a file which is passed in the parameters.
hashCode() - Method in interface org.jtiger.framework.Sequence
Returns a hash code for this Sequence.
hashCode() - Method in class org.jtiger.report.html.FixtureResultBeanImpl
Returns a hash code for this FixtureResultBeanImpl based on the name and href properties.
hashCode() - Method in class org.jtiger.report.html.OverallResultBeanImpl
Returns a hash code for this OverallResultBeanImpl based on the name, href, description, elapsedTime, and result properties.
hashCode() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns a hash code for this TestResultBeanImpl based on the name, exception, elapsedTime, message, methodName, description, and result properties.
hashCode() - Method in class org.jtiger.report.xml.FixtureResultBeanImpl
Returns a hash code for this FixtureResultBeanImpl based on the testResults property.
hashCode() - Method in class org.jtiger.report.xml.FixtureResultsBeanImpl
Returns a hash code for this FixtureResultsBeanImpl based on the fixtureResults property.
hashCode() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns a hash code for this TestResultBeanImpl based on the testResult, message, exception, elapsedTime, categories, testName, testDescription, testMethodName, testMethodParameterTypes, fixtureName, fixtureDescription, and fixtureClass properties.
HashCodeMethodContract - Class in org.jtiger.assertion
Makes assertions on the general contract of the java.lang.Object hashCode method.
hasPrevious() - Method in interface org.jtiger.framework.SequenceIterator
Returns true if this iterator has a previous element that can be retrieved, false otherwise.
HtmlFixtureResultsHandler - Class in org.jtiger.report.html
A result handler that produces a HTML report of test run results.
HtmlFixtureResultsHandler() - Constructor for class org.jtiger.report.html.HtmlFixtureResultsHandler
Create a default HtmlFixtureResultsHandler.

I

Ignore - Annotation Type in org.jtiger.framework
Used to annotate a test fixture class or test case method to indicate that it should be ignored during test execution.
indexOf(E) - Method in interface org.jtiger.framework.Sequence
Returns the first index of the given element in the sequence, or less than zero if it is not present.
indexOf(int, E) - Method in interface org.jtiger.framework.Sequence
Returns the first index of the given element in the sequence from the given position, or less than zero if it is not present.
insert(int, Sequence<E>) - Method in interface org.jtiger.framework.Sequence
Inserts the given sequence at the given position and returns the resulting sequence.
isCorrectFormat(String...) - Static method in class org.jtiger.framework.FixturesRunnerMain
Returns true if the given arguments can be used to execute main method successfully, false otherwise.
isEmpty() - Method in interface org.jtiger.framework.Sequence
Returns true is the sequence is empty, false otherwise.
isHaltOnFailure() - Method in interface org.jtiger.framework.FixturesRunnerConfig
Returns true if the test run is to halt execution when a test case gives a result of TestResultType.FAILURE, TestResultType.FAILURE_SETUP, or TestResultType.FAILURE_TEARDOWN, false otherwise.
isTest(Method) - Method in class org.jtiger.framework.junit.JUnitTestDefinition
Returns true if the passed method is a test case designed for the JUnit Test Framework, false otherwise.
isTest(Method) - Method in interface org.jtiger.framework.TestDefinition
Returns true if the given java.lang.reflect.Method is to be considered a test case method.

J

Java - Class in org.jtiger.ant
An element used in the Ant task to specify the environment for the Java Virtual Machine that executes the test run.
Java(Java) - Constructor for class org.jtiger.ant.Java
Create a Java that wraps the given Apache Ant Java task.
JTigerTask - Class in org.jtiger.ant
An Apache Ant task for performing a test execution run from an Ant build.
JTigerTask() - Constructor for class org.jtiger.ant.JTigerTask
Create a default JTigerTask.
JUnitSetUpTearDown - Class in org.jtiger.framework.junit
This implementation of SetUpTearDown is intended to be used to execute test cases that have been written using the JUnit Test Framework.
JUnitSetUpTearDown() - Constructor for class org.jtiger.framework.junit.JUnitSetUpTearDown
Create a default instance of JUnitSetUpTearDown.
JUnitTestDefinition - Class in org.jtiger.framework.junit
This implementation of TestDefinition is intended to be used to execute test cases that have been written using the JUnit Test Framework.
JUnitTestDefinition() - Constructor for class org.jtiger.framework.junit.JUnitTestDefinition
Create a default instance of JUnitTestDefinition.

L

lastIndexOf(E) - Method in interface org.jtiger.framework.Sequence
Returns the last index of the given element in the sequence, or less than zero if it is not present.
lastIndexOf(int, E) - Method in interface org.jtiger.framework.Sequence
Returns the last index of the given element in the sequence from the given position, or less than zero if it is not present.
length() - Method in interface org.jtiger.framework.ReadOnlyArray
Returns the number of elements held in this structure.
length() - Method in interface org.jtiger.framework.Sequence
Returns the number of elements held in this sequence.
listIterator() - Method in interface org.jtiger.framework.FixtureResult
Returns a List iterator to iterate over the test case method results.
listIterator(int) - Method in interface org.jtiger.framework.FixtureResult
Returns a List iterator to iterate over the test case method results from the given index.
listIterator() - Method in interface org.jtiger.framework.FixtureResults
Returns a List iterator to iterate over the fixture results.
listIterator(int) - Method in interface org.jtiger.framework.FixtureResults
Returns a List iterator to iterate over the fixture results from the given index.

M

main(String...) - Static method in class org.jtiger.framework.FixturesRunnerMain
Execute the test run with the given command line arguments.
Modifier - Class in org.jtiger.assertion
Provides the ability make assertions that modifiers appear or do not appear on various language constructs, such as types (i.e. classes, interfaces, enums and annotations), constructors, methods and fields.

N

newClassAliasMapping() - Static method in class org.jtiger.framework.ClassAliasMappingFactory
Returns a new ClassAliasMapping instance.
newConstantSequence(E, int) - Static method in class org.jtiger.framework.SequenceFactory
Returns a new instance of Sequence that is backed by the given constant for the given length.
newDefaultFixtureResultsHandler() - Static method in class org.jtiger.framework.DefaultFixtureResultsHandlerFactory
Returns a new instance of the default implementation to handle fixture results.
newDefaultSetUpTearDown() - Static method in class org.jtiger.framework.DefaultSetUpTearDownFactory
Returns a new instance of the default implementation to handle setting up and tearing down of unit test cases.
newDefaultTestDefinition() - Static method in class org.jtiger.framework.DefaultTestDefinitionFactory
Returns a new instance of the definition of a unit test case method.
newFixturesRunner() - Static method in class org.jtiger.framework.FixturesRunnerFactory
Returns a new instance of FixturesRunner.
newFixturesRunnerConfig(ReadOnlyArray<Class<?>>, Class<? extends TestDefinition>, Class<? extends SetUpTearDown>, boolean, String...) - Static method in class org.jtiger.framework.FixturesRunnerConfigFactory
Returns a new instance of FixturesRunnerConfig.
newInstanceX() - Method in interface org.jtiger.assertion.ObjectFactory
Returns a new instance of a class, that is always equal on successive calls and never equal to objects returned by ObjectFactory.newInstanceY().
newInstanceY() - Method in interface org.jtiger.assertion.ObjectFactory
Returns a new instance of a class, that is always equal on successive calls and never equal to objects returned by ObjectFactory.newInstanceX().
newReadOnlyArray(E...) - Static method in class org.jtiger.framework.ReadOnlyArrayFactory
Deprecated. Use SequenceFactory.newSequence(E...) instead.
newReadOnlyArray(List<E>) - Static method in class org.jtiger.framework.ReadOnlyArrayFactory
Deprecated. Returns a new instance of ReadOnlyArray.
newSequence(E...) - Static method in class org.jtiger.framework.SequenceFactory
Returns a new instance of Sequence that is backed by the given arguments.
newSequence(List<E>) - Static method in class org.jtiger.framework.SequenceFactory
Returns a new instance of Sequence that is backed by the given List.

O

ObjectFactory<T> - Interface in org.jtiger.assertion
A callback interface for the creation of objects that are typically under test by the framework.
ObjectFactoryContract - Class in org.jtiger.assertion
Provides the ability to make assertions on the contract defined by ObjectFactory.
org.jtiger.ant - package org.jtiger.ant
Provides an Apache Ant task for performing a test execution run from an Ant build file.
org.jtiger.assertion - package org.jtiger.assertion
Provides a set of assertions for typical use in test cases.
org.jtiger.framework - package org.jtiger.framework
Provides a framework for performing automated testing based on fixtures and test cases.
org.jtiger.framework.junit - package org.jtiger.framework.junit
Provides framework implementations for executing JUnit test case fixtures.
org.jtiger.report.failure - package org.jtiger.report.failure
Provides a result handler to produce test failure information.
org.jtiger.report.html - package org.jtiger.report.html
Provides a result handler to produce a HTML report.
org.jtiger.report.text - package org.jtiger.report.text
Provides a result handler to produce a plain text report.
org.jtiger.report.xml - package org.jtiger.report.xml
Provides a result handler to produce a XML report.
OverallResultBeanImpl - Class in org.jtiger.report.html
A bean that is used by the HTML result handler to produce a report.
OverallResultBeanImpl() - Constructor for class org.jtiger.report.html.OverallResultBeanImpl
Create a default OverallResultBeanImpl.

P

Param - Class in org.jtiger.ant
An element used in the Ant task to have parameters passed to the FixtureResultsHandler interface implementation.
Param() - Constructor for class org.jtiger.ant.Param
Create a default Param.
Positionable - Interface in org.jtiger.framework
A position can be conceptualised as a point between two elements in a structure.
PositionableIterator - Interface in org.jtiger.framework
Deprecated. Use Positionable instead.
PositionOutOfBoundsException - Exception in org.jtiger.framework
An exception that is thrown when a structure's position is specified that is outside of the permissible bounds for that structure.
PositionOutOfBoundsException(int) - Constructor for exception org.jtiger.framework.PositionOutOfBoundsException
Construct a PositionOutOfBoundsException with the given position.
PositionOutOfBoundsException(int, String) - Constructor for exception org.jtiger.framework.PositionOutOfBoundsException
Construct a PositionOutOfBoundsException with the given position and message.
PositionOutOfBoundsException(int, Throwable) - Constructor for exception org.jtiger.framework.PositionOutOfBoundsException
Construct a PositionOutOfBoundsException with the given position and cause.
PositionOutOfBoundsException(int, String, Throwable) - Constructor for exception org.jtiger.framework.PositionOutOfBoundsException
Construct a PositionOutOfBoundsException with the given position, message and cause.
previous() - Method in interface org.jtiger.framework.SequenceIterator
Returns the previous element from this iterator.

R

RC_HALTED_ON_FAILURE - Static variable in class org.jtiger.framework.FixturesRunnerMain
The return code of the Java Virtual Machine if FixturesRunnerMain.ARG_HALT_ON_FAILURE is used and a test case failure occurs.
RC_WRONG_USAGE - Static variable in class org.jtiger.framework.FixturesRunnerMain
The return code of the Java Virtual Machine if the command line arguments are in an incorrect format.
ReadOnlyArray<E> - Interface in org.jtiger.framework
A wrapper type typically backed by an array that provides read-only access to the elements of the array.
ReadOnlyArrayFactory - Class in org.jtiger.framework
Deprecated. Use SequenceFactory instead.
Reflection - Class in org.jtiger.assertion
Provides the ability to make assertions on Java reflection types.
Repeat - Annotation Type in org.jtiger.framework
Used to annotate a test case method to have it executed more than once during test execution.
Result - Class in org.jtiger.ant
An element used in the Ant task to specify how the test result is handled.
Result() - Constructor for class org.jtiger.ant.Result
Create a default Result.
run(FixturesRunnerConfig) - Method in interface org.jtiger.framework.FixturesRunner
Executes a test configuration and returns the result of the test run.
RunnerException - Exception in org.jtiger.framework
An exception that may be thrown during the creation or execution of test fixture classes.
RunnerException() - Constructor for exception org.jtiger.framework.RunnerException
Create a default RunnerException.
RunnerException(String) - Constructor for exception org.jtiger.framework.RunnerException
Create a RunnerException with the given message.
RunnerException(Throwable) - Constructor for exception org.jtiger.framework.RunnerException
Create a RunnerException with the given cause.
RunnerException(String, Throwable) - Constructor for exception org.jtiger.framework.RunnerException
Create a RunnerException with the given message and cause.

S

Sequence<E> - Interface in org.jtiger.framework
A sequentially ordered set of elements that cannot be mutated (changed).
SequenceFactory - Class in org.jtiger.framework
Returns instances of Sequence such that state cannot be modified.
SequenceIterator<E> - Interface in org.jtiger.framework
An iterator of a Sequence that permits bidirectional traversal.
Serialization - Class in org.jtiger.assertion
Provides the ability to make assertions regarding the serializability of objects.
setAppend(boolean) - Method in class org.jtiger.ant.Java
Sets whether output and error files should be appended to (true)or overwritten (false).
setCategories(String[]) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the categories property of the bean.
setClassname(String) - Method in class org.jtiger.ant.Fixture
Sets the class name for this classname.
setClasspath(Path) - Method in class org.jtiger.ant.Java
Sets a classpath.
setClasspathRef(Reference) - Method in class org.jtiger.ant.Java
Sets a classpath reference.
setDefinitionClass(String) - Method in class org.jtiger.ant.JTigerTask
Sets the test definition class name for this task.
setDescription(String) - Method in class org.jtiger.report.html.OverallResultBeanImpl
Sets the description property of the bean.
setDescription(String) - Method in class org.jtiger.report.html.TestResultBeanImpl
Sets the description property of the bean.
setDir(File) - Method in class org.jtiger.ant.Java
Sets the directory to invoke the VM in.
setElapsedTime(String) - Method in class org.jtiger.report.html.OverallResultBeanImpl
Sets the elapsedTime property of the bean.
setElapsedTime(String) - Method in class org.jtiger.report.html.TestResultBeanImpl
Sets the elapsedTime property of the bean.
setElapsedTime(Long) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the elapsedTime property of the bean.
setError(File) - Method in class org.jtiger.ant.Java
Sets the file to which the standard error of the command should be redirected.
setErrorProperty(String) - Method in class org.jtiger.ant.Java
Sets the name of a property in which the standard error of the command should be stored.
setException(String) - Method in class org.jtiger.report.html.TestResultBeanImpl
Sets the exception property of the bean.
setException(Throwable) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the exception property of the bean.
setFailonerror(boolean) - Method in class org.jtiger.ant.Java
Sets whether to stop the build process if the command exits with a returncode other than 0.
setFixtureClass(Class<?>) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the fixtureClass property of the bean.
setFixtureDescription(String) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the fixtureDescription property of the bean.
setFixtureName(String) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the fixtureName property of the bean.
setFixtureResults(FixtureResultBean[]) - Method in class org.jtiger.report.xml.FixtureResultsBeanImpl
Sets the fixtureResults property of the bean.
setHaltOnFailure(boolean) - Method in class org.jtiger.ant.JTigerTask
Sets the halt on failure attribute for this task.
setHref(String) - Method in class org.jtiger.report.html.FixtureResultBeanImpl
Sets the href property of the bean.
setHref(String) - Method in class org.jtiger.report.html.OverallResultBeanImpl
Sets the href property of the bean.
setJUnit(boolean) - Method in class org.jtiger.ant.JTigerTask
Sets the junit attribute for this task.
setJvm(String) - Method in class org.jtiger.ant.Java
Sets the command used to invoke the Java Virtual Machine, default is 'java'.
setLogError(boolean) - Method in class org.jtiger.ant.Java
This attribute is used when you wish to see error output in Ant's log and you are redirecting output to a file/property.
setMaxmemory(String) - Method in class org.jtiger.ant.Java
Max amount of memory to allocate to the forked VM.
setMessage(String) - Method in class org.jtiger.report.html.TestResultBeanImpl
Sets the message property of the bean.
setMessage(String) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the message property of the bean.
setMethodName(String) - Method in class org.jtiger.report.html.TestResultBeanImpl
Sets the methodName property of the bean.
setName(String) - Method in class org.jtiger.ant.Result
Sets the name for this result.
setName(String) - Method in class org.jtiger.report.html.FixtureResultBeanImpl
Sets the name property of the bean.
setName(String) - Method in class org.jtiger.report.html.OverallResultBeanImpl
Sets the name property of the bean.
setName(String) - Method in class org.jtiger.report.html.TestResultBeanImpl
Sets the name property of the bean.
setNewenvironment(boolean) - Method in class org.jtiger.ant.Java
Sets whether to propagate old environment when new environment variables are specified.
setOutput(File) - Method in class org.jtiger.ant.Java
Sets the name of a file to which to write the output.
setOutputproperty(String) - Method in class org.jtiger.ant.Java
Sets the name of a property in which the output of the command should be stored.
setRegex(String) - Method in class org.jtiger.ant.Category
Sets the regular expression for this category.
setResult(String) - Method in class org.jtiger.report.html.OverallResultBeanImpl
Sets the result property of the bean.
setResult(String) - Method in class org.jtiger.report.html.TestResultBeanImpl
Sets the result property of the bean.
setResultProperty(String) - Method in class org.jtiger.ant.Java
Sets the name of a property in which the return code of the command should be stored.
setSpawn(boolean) - Method in class org.jtiger.ant.Java
Sets the ability to start a process which will outlive ant.
setSutdClass(String) - Method in class org.jtiger.ant.JTigerTask
Sets the set up/tear down class name for this task.
setTestDescription(String) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the testDescription property of the bean.
setTestMethodName(String) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the testMethodName property of the bean.
setTestName(String) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the testName property of the bean.
setTestResult(String) - Method in class org.jtiger.report.xml.TestResultBeanImpl
Sets the testResult property of the bean.
setTestResults(TestResultBean[]) - Method in class org.jtiger.report.xml.FixtureResultBeanImpl
Sets the testResults property of the bean.
setTimeout(Long) - Method in class org.jtiger.ant.Java
Stop the command if it doesn't finish within the specified time (given in milliseconds).
setUp(Object) - Method in class org.jtiger.framework.junit.JUnitSetUpTearDown
Perform the setting up of JUnit Test Framework test cases.
SetUp - Annotation Type in org.jtiger.framework
Used to annotate a method in a test fixture class that it should be executed prior to each test case method execution.
setUp(Object) - Method in interface org.jtiger.framework.SetUpTearDown
Set up the given test fixture.
SetUpException - Exception in org.jtiger.framework
An exception that may be thrown during the setting up of a test case.
SetUpException() - Constructor for exception org.jtiger.framework.SetUpException
Create a default SetUpException.
SetUpException(String) - Constructor for exception org.jtiger.framework.SetUpException
Create a SetUpException with the given message.
SetUpException(Throwable) - Constructor for exception org.jtiger.framework.SetUpException
Create a SetUpException with the given cause.
SetUpException(String, Throwable) - Constructor for exception org.jtiger.framework.SetUpException
Create a SetUpException with the given message and cause.
SetUpTearDown - Interface in org.jtiger.framework
Provides an implementation of setting up and tearing down a test fixture.
setValue(String) - Method in class org.jtiger.ant.Param
Sets the value for this param.
size() - Method in interface org.jtiger.framework.FixtureResult
Returns the number of test case method results that the fixture result contains.
size() - Method in interface org.jtiger.framework.FixtureResults
Returns the number of fixture results that the fixture result contains.

T

tearDown(Object) - Method in class org.jtiger.framework.junit.JUnitSetUpTearDown
Perform the tearing down of JUnit Test Framework test cases.
tearDown(Object) - Method in interface org.jtiger.framework.SetUpTearDown
Tear down the given test fixture.
TearDown - Annotation Type in org.jtiger.framework
Used to annotate a method in a test fixture class that it should be executed after each test case method execution.
TearDownException - Exception in org.jtiger.framework
An exception that may be thrown during the tearing down of a test case.
TearDownException() - Constructor for exception org.jtiger.framework.TearDownException
Create a default TearDownException.
TearDownException(String) - Constructor for exception org.jtiger.framework.TearDownException
Create a TearDownException with the given message.
TearDownException(Throwable) - Constructor for exception org.jtiger.framework.TearDownException
Create a TearDownException with the given cause.
TearDownException(String, Throwable) - Constructor for exception org.jtiger.framework.TearDownException
Create a TearDownException with the given message and cause.
Test - Annotation Type in org.jtiger.framework
Used to annotate a test case method in a test fixture class.
TestDefinition - Interface in org.jtiger.framework
Determines whether or not a given java.lang.reflect.Method is to be considered a test case method.
TestResult - Interface in org.jtiger.framework
Represents the result after execution of a test case method.
TestResultBeanImpl - Class in org.jtiger.report.html
A bean that is used by the HTML result handler to produce a report.
TestResultBeanImpl() - Constructor for class org.jtiger.report.html.TestResultBeanImpl
Create a default TestResultBeanImpl.
TestResultBeanImpl - Class in org.jtiger.report.xml
A bean that is used by the XML result handler to produce a report.
TestResultBeanImpl() - Constructor for class org.jtiger.report.xml.TestResultBeanImpl
Create a default TestResultBeanImpl.
TestResultType - Enum in org.jtiger.framework
An enumeration of the possible result types of a test case execution.
TextFixtureResultsHandler - Class in org.jtiger.report.text
A result handler that produces a plain text report of test run results.
TextFixtureResultsHandler() - Constructor for class org.jtiger.report.text.TextFixtureResultsHandler
Create a default TextFixtureResultsHandler.
toArray() - Method in interface org.jtiger.framework.FixtureResult
Returns the test case method results as an array.
toArray() - Method in interface org.jtiger.framework.FixtureResults
Returns the fixture results as an array.
toString() - Method in interface org.jtiger.framework.Sequence
Returns a String representation of this Sequence.
toString() - Method in class org.jtiger.report.html.FixtureResultBeanImpl
Returns a java.lang.String representation of the bean, which consists of the name property and the href proeprty.
toString() - Method in class org.jtiger.report.html.OverallResultBeanImpl
Returns a java.lang.String representation of the bean, which consists of the name property, the href property, the description property, the elapsedTime property, and the result property.
toString() - Method in class org.jtiger.report.html.TestResultBeanImpl
Returns a java.lang.String representation of the bean, which consists of the name property, the exception property, the elapsedTime property, the message property, the methodName property, the description property, and the result property.
toString() - Method in class org.jtiger.report.xml.FixtureResultBeanImpl
Returns a java.lang.String representation of the bean, which consists of the testResults property.
toString() - Method in class org.jtiger.report.xml.FixtureResultsBeanImpl
Returns a java.lang.String representation of the bean, which consists of the fixtureResults property.
toString() - Method in class org.jtiger.report.xml.TestResultBeanImpl
Returns a java.lang.String representation of the bean, which consists of the testResult property, the message property, the exception property, the elapsedTime property, the categories property, the testName property, the testDescription property, the testMethodName property, the testMethodParameterTypes property, the fixtureName property, the fixtureDescription property, and the fixtureClass property.

U

usage() - Static method in class org.jtiger.framework.FixturesRunnerMain
Prints usage information to the standard error stream.

V

valueOf(String) - Static method in enum org.jtiger.framework.TestResultType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jtiger.framework.TestResultType
Returns an array containing the constants of this enum type, in the order they're declared.

X

XmlFixtureResultsHandler - Class in org.jtiger.report.xml
A result handler that produces a XML report of test run results.
XmlFixtureResultsHandler() - Constructor for class org.jtiger.report.xml.XmlFixtureResultsHandler
Create a default XmlFixtureResultsHandler.

A B C D E F G H I J L M N O P R S T U V X