Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Page 1   2  
tests.acdk.* (2)tests.analysis.* (1)tests.brainfuck.* (10)
tests.dispatch.* (10)tests.dom.* (1)tests.etc.* (4)
tests.file.* (4)tests.framework.* (3)tests.jsp.* (1)
tests.lookup.* (3)tests.middleware.* (9)tests.omnidas.* (14)
tests.org.* (57)tests.partition.* (2)tests.perf.* (1)

tests: Javadoc index of package tests.


Package Samples:

tests.acdk.java
tests.org.enhydra.dods
tests.org.enhydra.dods.test1
tests.org.enhydra.dods.test2
tests.org.enhydra.dods.test3
tests.org.enhydra.dods.test4
tests.org.enhydra.dods.test5
tests.org.enhydra.dods.test6
tests.org.enhydra.dods.test7
tests.org.enhydra.dods.test8
tests.org.enhydra.dods.test9
tests.dispatch
tests.etc
tests.file
tests.jsp
tests.perf
tests.org.enhydra.wireless.wml
tests.org.enhydra.xml.io
tests.org.enhydra.xml.xmlc.devtools.tidy
tests.org.enhydra.xml.xmlc.devtools

Classes:

PooledConnectionRegressionTest: Tests a PooledConnection implementation provided by a JDBC driver. Test case provided by Johnny Macchione from bug database record BUG#884. According to the JDBC 2.0 specification: "Each call to PooledConnection.getConnection() must return a newly constructed Connection object that exhibits the default Connection behavior. Only the most recent Connection object produced from a particular PooledConnection is open. An existing Connection object is automatically closed, if the getConnection() method of its associated Pooled-Connection is called again, before it has been explicitly closed by the application. ...
RunObject: Simplistic runner for XMLObjects. Generates a formatted document. The command line is: RunObject [options] objclass [output] The following options are supported: -dump file - Dump the DOM to the specified file. -instanceof classname - Verify that the object is an instanceof this class. This maybe repeated. -use-factory - Use a simplistic factor to get an instance of this object. -reversetext - Reverse the text in all the text nodes. Use to generate files to use in recompilation testing. SPAN IDs are also preserved. -encoding encoding - XML/HTML encoding. This will be used for output and will be ...
BasicTests: Basic test of XMLCContext. Test's creation and output of documents. Performs several tasks based on parameters: doc - Parameter control what document to use: html1name - HTML page #1 by created by class name. html1class - HTML page #1 by created by interface class (default). wml1name - WML page #1 by created by class name. wml1class - WML page #1 by created by interface class. big5name - Big5 HTML page #1 by name. touch - Parameter used to control touching page/class. none - Don't touch files (default). class - Touch class file. source - Touch source file. encoding - Use encoding.
TestAutoComp: Tests for auto-compilation and class reloading. The command line is: TestAutoComp [options] interfaceName [outfile] The following options are supported: -dump - Dump the DOM to stdout. -sourcefile file - Path to the source file. The root directory of the tree containing the file must be on the classpath. This will will be overwritten. -copyfile file - File to copy over source file to generate an error or change the results. -classloader name Use the specified classloader. One of `enhydra', `multi', `url'. The directory containing
CheckClass: Check the attributes of a class. The command line is: CheckClass [options] classname The following options are supported: -instanceof classname - Verify that the object is an instanceof this class. This maybe repeated. -not-instanceof classname - Verify that the object is not an instanceof this class. This maybe repeated. -method name - Check if method name is defined (check for any method of this name regardless of signature.
BrainFuckInterpreter: an interpreter for the BrainFuck language The Brainfuck programming language consists of eight commands, each of which is represented as a single character. > Increment the pointer. < Decrement the pointer. + Increment the byte at the pointer. - Decrement the byte at the pointer. . Output the byte at the pointer. , Input a byte and store it in the byte at the pointer. [ Jump past the matching ] if the byte at the pointer is zero. ] Jump to the matching [
AddProjectToGroupTest: Test adding a project to a group. The following features are also tested in this use case: SSOProxy.login() SSOGroupProxy.createGroup() SSOProjectProxy.createProject() SSOGroupProxy.addProject() SSOGroupProxy.deleteProject() SSOProjectProxy.deleteProject() SSOGroupProxy.deleteGroup() SSOProxy.logout()
AddPersonToGroupTest: Test adding a person to a group. The following features are also tested in this use case: SSOProxy.login() SSOGroupProxy.createGroup() SSOPersonProxy.createPerson() SSOGroupProxy.addPerson() SSOGroupProxy.deletePerson() SSOGroupProxy.deleteGroup() SSOProxy.logout()
DOMConverter: Will convert a document into a format suitable for testing. All text nodes are converted into elements marked up with the 'span' tag. Each 'span' tag has an id of the format {Test[0-9]+}. These span elements can be directly accessed via test classes. The string representation of the converted document if printed out.
OasisTests: Test XMLC using the OASIS XML parser conformance tests. Command line: OasisTests classdir testpkg domfactory outdir Requires OASIS conformance tests in a directory conf under the current directory.
CreatePersonTest: Test creating a person. The following features are also tested in this use case: SSOProxy.login() SSOPersonProxy.createPerson() SSOPersonProxy.deletePerson() SSOProxy.logout()
XMLParse: Parse files with the Xerces parser and optionally display information. XMLParse [options] in.xml [output] -dump -ns -no-validation -cp-resolve -debug -grammar
CreateProjectTest: Test creating a project. The following features are also tested in this use case: SSOProxy.login() SSOProjectProxy.createProject() SSOProxy.logout()
HelloWorld: Created by IntelliJ IDEA. User: Administrator Date: 28 avr. 2003 Time: 10:53:08 To change this template use Options | File Templates.
InnerClassesTest: Created by IntelliJ IDEA. User: Administrator Date: 28 avr. 2003 Time: 18:51:22 To change this template use Options | File Templates.
SSIRead: SSIRead [-readsize chars] infile outfile Read file with SSIReader and write results. A read size of 1 uses single character reads.
BasicTests: Basic DOMFormatter tests, mostly of special cases. More extensive tests are needed, however its well excerised by the XMLC tests.
OasisTestDriver: Test driver class for Oasis XML conformance tests. This parses the test descriptions and calls derived test methods for each test.
DrawVerticalString: Created by IntelliJ IDEA. User: UHLIG Date: 16 juin 2003 Time: 12:34:55 To change this template use Options | File Templates.
MouseEnteredTest: Created by IntelliJ IDEA. User: UHLIG Date: 17 juin 2003 Time: 11:26:58 To change this template use Options | File Templates.
ThumbnailCacheTest: Created by IntelliJ IDEA. User: UHLIG Date: 16 mai 2003 Time: 13:20:47 To change this template use Options | File Templates.
Test: Created by IntelliJ IDEA. User: UHLIG Date: 12 mai 2003 Time: 19:31:00 To change this template use Options | File Templates.
ByteStringConverter: Created by IntelliJ IDEA. User: UHLIG Date: 13 mai 2003 Time: 15:23:57 To change this template use Options | File Templates.
Snake: Created by IntelliJ IDEA. User: UHLIG Date: 26 mai 2003 Time: 14:46:33 To change this template use Options | File Templates.

Home | Contact Us | Privacy Policy | Terms of Service