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

Quick Search    Search Deep

net.sourceforge.harness.command.* (18)net.sourceforge.harness.harness.* (15)
net.sourceforge.harness.xml.* (74)

net.sourceforge.harness: Javadoc index of package net.sourceforge.harness.


Package Samples:

net.sourceforge.harness.command: The net.sourceforge.harness package provides the core implementation of the Harness framework, a Java API for written test software.  
net.sourceforge.harness.xml.conversion: The net.sourceforge.harness package provides the core implementation of the Harness framework, a Java API for written test software.  
net.sourceforge.harness.xml.jaxb.harness: The net.sourceforge.harness.xml.jaxb package provides the generated Java XML binding files.  
net.sourceforge.harness.harness
net.sourceforge.harness.xml.jaxb
net.sourceforge.harness.xml.io
net.sourceforge.harness.xml.factory
net.sourceforge.harness.xml.util

Classes:

Driver: Main application class for Harness framework. Usage: java -cp harness.jar Commandline Parameters: -in: name of input XML file , defaults to './harness-input.xml'. -log: name of Log4J config XML file , defaults to './log4j.xml'. History: 20020201, major rewrite due to DTD change 20011019, Initial file Version Info: $Date: 2002/10/22 14:08:59 $ $Revision: 1.35 $ $Author: mgl $ Change Log: $Log: Driver.java,v $ Revision 1.35 2002/10/22 14:08:59 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional ...
PropertyElementHelper: Utility class for converting <property> attributes. The thing with properties is that the attributes are always specified as strings, but it is very well possible that an environment property is not a string, but an instance of a (static) Java class. The responsibility of this object is to convert property names to instance references. The specified property is a string in case 'keyType' or 'valueType' does not contain 'class'. Usage: trivial Version Info: $Date: 2002/10/22 14:10:21 $ $Revision: 1.1 $ $Author: mgl $ Change Log: $Log: PropertyElementHelper.java,v $ Revision 1.1 2002/10/22 ...
EntityBeanTestCase: Encapsulates a generic test for entity EJB's. Usage: trivial Version Info: $Date: 2003/01/24 10:10:04 $ $Revision: 1.3 $ $Author: mgl $ Change Log: $Log: EntityBeanTestCase.java,v $ Revision 1.3 2003/01/24 10:10:04 mgl Added StackTrace and Call XML elements, renamed assert to check Revision 1.2 2002/10/22 14:08:59 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Revision 1.1 2002/10/21 ...
Globals: Global application class specifying Harness constants, command line parameters et cetera. Usage: trivial Version Info: $Date: 2002/10/22 14:08:59 $ $Revision: 1.15 $ $Author: mgl $ Change Log: $Log: Globals.java,v $ Revision 1.15 2002/10/22 14:08:59 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Revision 1.14 2002/10/21 15:08:27 mgl Added EntityBeanTestCase, Sign of Life message ...
HandleRuntimeElementCommand: Command for dealing with runtime settings. Usage: N/A Version Info: $Date: 2002/11/06 09:51:18 $ $Revision: 1.3 $ $Author: mgl $ Change Log: $Log: HandleRuntimeElementCommand.java,v $ Revision 1.3 2002/11/06 09:51:18 mgl added enterprise archive target to build file for deployment on a JBoss/Jetty server Revision 1.2 2002/10/22 14:09:00 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss ...
SessionBeanTestCase: Encapsulates a generic test for session EJB's. Usage: trivial Version Info: $Date: 2003/01/24 10:10:05 $ $Revision: 1.2 $ $Author: mgl $ Change Log: $Log: SessionBeanTestCase.java,v $ Revision 1.2 2003/01/24 10:10:05 mgl Added StackTrace and Call XML elements, renamed assert to check Revision 1.1 2002/10/22 14:09:00 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Note: please, don't ...
TestCase: Encapsulates a generic test. Usage: trivial History: 20020623, fixed bug in error method causing NullPointerExceptions when handling NullPointerExceptions! 20011019, Initial file Version Info: $Date: 2003/01/24 10:10:05 $ $Revision: 1.22 $ $Author: mgl $ Change Log: $Log: TestCase.java,v $ Revision 1.22 2003/01/24 10:10:05 mgl Added StackTrace and Call XML elements, renamed assert to check Revision 1.21 2002/10/21 15:08:28 mgl Added EntityBeanTestCase, Sign of Life message and fixed Log4j threshold bug Note: please, don't modify the change log!
EnterpriseBeanTestCase: Encapsulates a generic test for enterprise java beans (EJB). Usage: trivial Version Info: $Date: 2002/10/22 14:08:59 $ $Revision: 1.1 $ $Author: mgl $ Change Log: $Log: EnterpriseBeanTestCase.java,v $ Revision 1.1 2002/10/22 14:08:59 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Note: please, don't modify the change log!
HandlePropertyElementCommand: Command for dealing with property elements. Usage: N/A Version Info: $Date: 2002/10/22 14:09:00 $ $Revision: 1.1 $ $Author: mgl $ Change Log: $Log: HandlePropertyElementCommand.java,v $ Revision 1.1 2002/10/22 14:09:00 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Note: please, don't modify the change log!
PropertyParentType: Typesafe enum implementation for a property's parent. Usage: trivial Version Info: $Date: 2002/10/22 14:09:00 $ $Revision: 1.1 $ $Author: mgl $ Change Log: $Log: PropertyParentType.java,v $ Revision 1.1 2002/10/22 14:09:00 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Note: please, don't modify the change log!
UserPropertyType: Typesafe enum implementation for user properties. Usage: trivial Version Info: $Date: 2002/10/22 14:09:00 $ $Revision: 1.3 $ $Author: mgl $ Change Log: $Log: UserPropertyType.java,v $ Revision 1.3 2002/10/22 14:09:00 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Note: please, don't modify the change log!
JavaPropertyType: Typesafe enum implementation for java properties. Usage: trivial Version Info: $Date: 2002/10/22 14:09:00 $ $Revision: 1.3 $ $Author: mgl $ Change Log: $Log: JavaPropertyType.java,v $ Revision 1.3 2002/10/22 14:09:00 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Note: please, don't modify the change log!
OsPropertyType: Typesafe enum implementation for os properties. Usage: trivial Version Info: $Date: 2002/10/22 14:09:00 $ $Revision: 1.3 $ $Author: mgl $ Change Log: $Log: OsPropertyType.java,v $ Revision 1.3 2002/10/22 14:09:00 mgl Added 3 EJB specific test cases, added basic support for non-string property types, basic support for system-wide runtime properties, fixed a JAXB optional element bug in 'runtime' element and upgraded Log4J to version 1.2.7, a version compatible with JBoss 3.0.3 Note: please, don't modify the change log!
HandleClassPathElementCommand: Command for dealing with run-time classpath settings. Usage: N/A Version Info: $Date: 2003/01/24 10:10:07 $ $Revision: 1.2 $ $Author: mgl $ Change Log: $Log: HandleClassPathElementCommand.java,v $ Revision 1.2 2003/01/24 10:10:07 mgl Added StackTrace and Call XML elements, renamed assert to check Revision 1.1 2002/11/06 09:51:18 mgl added enterprise archive target to build file for deployment on a JBoss/Jetty server Note: please, don't modify the change log!
Executor: Main application class for Harness framework. Usage: trivial Developers Note: TestCaseRunner uses both net.sourceforge.harness.TestCase , that is a class implementing a specific test case, and and net.sourceforge.harness.jaxb.TestCase , that is a class of used to for XML data binding. Hence, fully qualified classnames are used. History: 20011019, Initial file CVS Information: $Date: 2003/01/24 10:10:05 $ $Revision: 1.11 $ $Author: mgl $
PostConstructionException: Signals an error during the post construction phase of the test case. The post construction phase of a TestCase instance is after the creation of the TestCase instance, but before the TestCase.run() method is called. Usage: trivial History: 20020102, Initial file CVS Information: $Date: 2002/10/09 13:11:31 $ $Revision: 1.3 $ $Author: mgl $
PreDestructionException: Signals an error during the pre destruction phase of the test case. The pre destruction phase of a TestCase is after the run method, but before the class can be unloaded. Usage: trivial History: 20020102, Initial file CVS Information: $Date: 2002/10/09 13:11:31 $ $Revision: 1.3 $ $Author: mgl $
HarnessException: Signals that an Harness related exception of some sort has occured. This class is the general class of exceptions produced by the Harness framework. Usage: trivial History: 20011019, Initial file CVS Information: $Date: 2002/10/09 13:11:31 $ $Revision: 1.11 $ $Author: mgl $
HandleTestSuiteElementCommand: Command for dealing with specifications. Usage: N/A History: 20020728, renamed file to HandleTestSuiteElementCommand 20011019, Initial file CVS Information: $Date: 2002/10/17 09:01:05 $ $Revision: 1.1 $ $Author: mgl $
HandleTestCaseElementCommand: Command for dealing with specifications. Usage: N/A History: 20020728, renamed file to HandleTestCaseElementCommand 20011019, Initial file CVS Information: $Date: 2002/10/17 09:01:05 $ $Revision: 1.1 $ $Author: mgl $
ExceptionConverter: Converts a java.lang.Exception to a java.lang.String and vice versa. Usage: trivial History: 20020408, Initial file CVS Information: $Date: 2002/10/09 13:11:32 $ $Revision: 1.2 $ $Author: mgl $
DateConverter: Converts a java.util.Date to a java.lang.String and vice versa. Usage: trivial History: 20011019, Initial file CVS Information: $Date: 2002/10/09 13:11:32 $ $Revision: 1.3 $ $Author: mgl $
AssertionFailedException: Signals an assertion fatal failure during the actual test run. Usage: trivial History: 20011224, Initial file CVS Information: $Date: 2002/01/16 20:40:21 $ $Revision: 1.2 $ $Author: mgl $
CheckFailedException: Signals an assertion fatal failure during the actual test run. Usage: trivial History: 20011224, Initial file CVS Information: $Date: 2003/01/24 10:10:04 $ $Revision: 1.1 $ $Author: mgl $
JavaOptionsTestCase: Test case for net.sourceforge.harness.xml.jaxb.JavaOptions. Usage: trivial History: 20020406, Initial file CVS Information: $Date: 2003/01/24 10:10:22 $ $Revision: 1.5 $ $Author: mgl $

Home | Contact Us | Privacy Policy | Terms of Service