|
|||||||||
Home >> All >> org >> displaytag >> [ test overview ] | PREV NEXT |
A
- ANT - Static variable in class org.displaytag.test.KnownValue
- constant for the "ant" property (this is both the property name and value).
- addAllTests(TestSuite, Iterator) - Static method in class org.displaytag.test.TestAll
- Iterates over the classes accessible via the iterator and adds them to the test suite.
- addClassIfTestCase(Class) - Method in class org.displaytag.test.TestCaseLoader
- Adds testCaseClass to the list of classes if the class extends TestCase and it's not abstract.
- assertEquals(String, String) - Static method in class org.displaytag.test.URLAssert
- utility method for comparing two URLs.
- assertEqualsIgnoreOrder(String, String[], String[]) - Method in class org.displaytag.test.DisplaytagCase
- Compare 2 arrays of string ignoring order.
B
- BEE - Static variable in class org.displaytag.test.KnownValue
- constant for the "bee" property (this is both the property name and value).
C
- CAMEL - Static variable in class org.displaytag.test.KnownValue
- constant for the "camel" property (this is both the property name and value).
- CONTEXT - Static variable in class org.displaytag.test.DisplaytagCase
- Context mapped to the test application.
- ClassFinder - class org.displaytag.test.ClassFinder.
- This class is responsible for searching a directory for class files.
- ClassFinder(File, String) - Constructor for class org.displaytag.test.ClassFinder
- Construct the class finder and locate all the classes in the directory structured pointed to by
classPathRoot
. - classList - Variable in class org.displaytag.test.TestCaseLoader
- list containing laded classes.
- classNameList - Variable in class org.displaytag.test.ClassFinder
- List of found classes (names).
- compare(Object, Object) - Method in class org.displaytag.test.NumberComparator
- computeClassName(File) - Method in class org.displaytag.test.ClassFinder
- Given a file name, guess the fully qualified class name.
D
- DisplaytagCase - class org.displaytag.test.DisplaytagCase.
- Base TestCase class for tests.
- DisplaytagCase() - Constructor for class org.displaytag.test.DisplaytagCase
- doTest(String) - Method in class org.displaytag.test.DisplaytagCase
- Runs the test.
F
- findAndStoreTestClasses(File) - Method in class org.displaytag.test.ClassFinder
- This method does all the work.
G
- getAnt() - Method in class org.displaytag.test.KnownValue
- getter for the "ant" property.
- getBee() - Method in class org.displaytag.test.KnownValue
- getter for the "bee" property.
- getCamel() - Method in class org.displaytag.test.KnownValue
- getter for the "camel" property.
- getClasses() - Method in class org.displaytag.test.ClassFinder
- Return the found classes.
- getClasses() - Method in class org.displaytag.test.TestCaseLoader
- Obtain an iterator over the collection of test case classes loaded by
loadTestCases
. - getJspName() - Method in class org.displaytag.test.DisplaytagCase
- Returns the tested jsp name.
- getLong() - Method in class org.displaytag.test.KnownTypes
- getter for the
LONG_PROPERTY
property. - getName() - Method in class org.displaytag.test.DisplaytagCase
- getNullValue() - Method in class org.displaytag.test.KnownTypes
- getter for a null property.
- getNumber() - Method in class org.displaytag.test.NumberedItem
- Getter for the wrapped int.
- getTime() - Method in class org.displaytag.test.KnownTypes
- getter for the
TIME_PROPERTY
property.
I
- iterator() - Method in class org.displaytag.test.KnownNumberedList
- Returns an iterator on a list made of 5 NumberedItems objects.
- iterator() - Method in class org.displaytag.test.ShuffledNumberedList
- Returns an iterator on a list made of 4 unordered NumberedItems objects.
K
- KnownNumberedList - class org.displaytag.test.KnownNumberedList.
- Test data provider.
- KnownNumberedList() - Constructor for class org.displaytag.test.KnownNumberedList
- KnownTypes - class org.displaytag.test.KnownTypes.
- Simple test data provider.
- KnownTypes() - Constructor for class org.displaytag.test.KnownTypes
- KnownValue - class org.displaytag.test.KnownValue.
- Simple test data provider.
- KnownValue() - Constructor for class org.displaytag.test.KnownValue
L
- LONG_PROPERTY - Static variable in class org.displaytag.test.KnownTypes
- constant for the "long" property name.
- LONG_VALUE - Static variable in class org.displaytag.test.KnownTypes
- constant for the "long" property value.
- loadTestCases(Iterator) - Method in class org.displaytag.test.TestCaseLoader
- Load the classes that represent test cases we are interested.
- log - Variable in class org.displaytag.test.DisplaytagCase
- logger.
- log - Static variable in class org.displaytag.test.TestAll
- logger.
N
- NumberComparator - class org.displaytag.test.NumberComparator.
- Sorts 2 numbers, converted from objects using beanutils Converters.
- NumberComparator() - Constructor for class org.displaytag.test.NumberComparator
- NumberedItem - class org.displaytag.test.NumberedItem.
- Simple test objects which wraps an int value.
- NumberedItem(int) - Constructor for class org.displaytag.test.NumberedItem
- Instantiates a new numbered item.
- number - Variable in class org.displaytag.test.NumberedItem
- Wrapped int.
O
- org.displaytag.test - package org.displaytag.test
P
- PACKAGE_ROOT - Static variable in class org.displaytag.test.TestAll
- Root package containing tests.
R
- runner - Variable in class org.displaytag.test.DisplaytagCase
- HttpUnit ServletRunner.
S
- ShuffledNumberedList - class org.displaytag.test.ShuffledNumberedList.
- Test data provider.
- ShuffledNumberedList() - Constructor for class org.displaytag.test.ShuffledNumberedList
- setUp() - Method in class org.displaytag.test.DisplaytagCase
- startPackageLength - Variable in class org.displaytag.test.ClassFinder
- length of the base package String.
- suite() - Static method in class org.displaytag.test.TestAll
- Dynamically create a test suite from a set of class files in a directory tree.
T
- TIME_PROPERTY - Static variable in class org.displaytag.test.KnownTypes
- constant for the "time" property name.
- TIME_VALUE - Static variable in class org.displaytag.test.KnownTypes
- constant for the "time" property value.
- TestAll - class org.displaytag.test.TestAll.
- Dynamic test suite derived from http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html.
- TestAll(String) - Constructor for class org.displaytag.test.TestAll
- Basic constructor - called by the test runners.
- TestCaseLoader - class org.displaytag.test.TestCaseLoader.
- Responsible for loading classes representing valid test cases.
- TestCaseLoader() - Constructor for class org.displaytag.test.TestCaseLoader
- tearDown() - Method in class org.displaytag.test.DisplaytagCase
- test11() - Method in class org.displaytag.test.DisplaytagCase
- run the test with the non-el tld.
- testEL() - Method in class org.displaytag.test.DisplaytagCase
- run the test with the el tld.
- toString() - Method in class org.displaytag.test.NumberedItem
U
- URLAssert - class org.displaytag.test.URLAssert.
- Assert class used to compare URLs.
- URLAssert() - Constructor for class org.displaytag.test.URLAssert
- Don't instantiate.
A B C D F G I K L N O P R S T U
|
|||||||||
Home >> All >> org >> displaytag >> [ test overview ] | PREV NEXT |