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

Quick Search    Search Deep

net.firstpartners.nounit.report.process.test.* (1)

net.firstpartners.nounit.report.process: Javadoc index of package net.firstpartners.nounit.report.process.


Package Samples:

net.firstpartners.nounit.report.process.test: Transforms XML into the required reports , using JDOM & XSLT  

Classes:

CallChainer: Using the Start Class as a base , traces *all* calls through the document to see what calls what. Start Class is defined as any class that extends @param nameOfBaseClass. While tracing calls through the Java (XML tree) , it updates the tree, to see who calls who , when and a what depth (and to see what this method may call in turn. This process is called the 'Call Chain'. The class acts on XML as per dtd @see nounit-standard.dtd and should produce a similar XML tree , but with extra information (mainly attrubtes) as per (output XML @see nounit-calls.dtd)
ICallsXmlConstants: Constants Used in updating the XML to show call chaings
TestCallChainer: Tests the functions in the Util Class

Home | Contact Us | Privacy Policy | Terms of Service