Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
G
H
I
J
L
M
N
O
P
R
S
T
U
V
C
createSequenceDiagram(String, String, List<String>, List<String>, List<String>, boolean, String, String)
- Method in class net.sf.jsequnit.diagram.
DiagramCreator
Creates a sequenced diagram based on the trace of the executed test method.
createSequenceDiagram(Tag, String, String)
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Generate a sequence diagram based on the information of the tag representation and write to the provided file.
D
DiagramCreator
- Class in
net.sf.jsequnit.diagram
Generates sequence diagrams based on tracing of test executions.
DiagramCreator()
- Constructor for class net.sf.jsequnit.diagram.
DiagramCreator
E
EXCLUDE_PARAMETER
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
Parameter to exclude the given packages, classes and methods.
G
getDebugVm(String, String)
- Method in class net.sf.jsequnit.diagram.
TestMethodRunner
Setup a new Java virtual machine that is connected for debugging purposes.
getName()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Returns the name of this tag.
getOutputFile(Tag)
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Use the information of the tag to identify the name of the sequence diagram file.
getOutputFileName(String, String)
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
getSocketAttachingConnector()
- Method in class net.sf.jsequnit.diagram.
TestMethodRunner
Returns the Socket Launcher that is capable to connect to a running VM for debugging.
getSunCommandLineLauncher()
- Method in class net.sf.jsequnit.diagram.
TestMethodRunner
Return the Sun VM Launcher that is capable to execute a Java program from command line before connecting to it.
getTagletOutput(Tag, TagletWriter)
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Create a sequence diagram based on the information of the JavaDoc tag.
getTagletOutput(Doc, TagletWriter)
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Create a sequence diagram based on the information of the JavaDoc tag.
H
htmlSnippet(Tag)
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
The html snippet to link the sequence diagram into the JavaDoc documentation.
I
IMAGE_DIR
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
sub-directory for resulting sequence diagrams
INCLUDE_PARAMETER
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
Parameter to include the given packages, classes and methods.
inConstructor()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Returns true to indicate that this tag can be used in constructor documentation.
inField()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Return false to indicate that this tag cannot be used in field documentation.
inMethod()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Returns true to indicate that this tag can be used in method documentation.
inOverview()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Returns true to indicate that this tag can be used in overview documentation.
inPackage()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Returns true to indicate that this tag can be used in package documentation.
inType()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Returns true to indicate that this tag can be used in type documentation (classes or interfaces).
isInlineTag()
- Method in class net.sf.jsequnit.javadoc.
SequenceTaglet
Returns false to indicate that this is not an inline tag.
J
JUnitTestMethodRunner
- Class in
net.sf.jsequnit.diagram
Uses the Sun command line launcher to setup a new debug VM that executes the given JUnit test method.
JUnitTestMethodRunner()
- Constructor for class net.sf.jsequnit.diagram.
JUnitTestMethodRunner
L
languageVersion()
- Static method in class net.sf.jsequnit.javadoc.
SequenceDoclet
M
main(String[])
- Static method in class net.sf.jsequnit.junit.
SingleTestMethodJUnit
The main method accepting a single parameter (i.e. the fully qualified name of the JUnit test method).
markFinished()
- Method in class net.sf.jsequnit.process.
ProcessController
Stop stream forwarding and notify all pending threads.
N
net.sf.jsequnit.diagram
- package net.sf.jsequnit.diagram
net.sf.jsequnit.javadoc
- package net.sf.jsequnit.javadoc
net.sf.jsequnit.jseq.sdedit
- package net.sf.jsequnit.jseq.sdedit
net.sf.jsequnit.junit
- package net.sf.jsequnit.junit
net.sf.jsequnit.process
- package net.sf.jsequnit.process
O
optionLength(String)
- Static method in class net.sf.jsequnit.javadoc.
SequenceDoclet
P
ProcessController
- Class in
net.sf.jsequnit.process
Helps to executes an external process synchronously through the use of
Threads
to forward input and error streams.
ProcessController(Process)
- Constructor for class net.sf.jsequnit.process.
ProcessController
Create an instance for the given representation of the external process.
PUBLIC_PARAMETER
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
Parameter to indicate that only public methods should be included in the resulting sequence diagram.
R
register(Map)
- Static method in class net.sf.jsequnit.javadoc.
SequenceTaglet
To be loaded and used by doclets at run-time, the taglet must have a static method called register that accepts a Map as an argument.
runTest(String)
- Method in class net.sf.jsequnit.junit.
SingleTestMethodJUnit
Run the provided test method using a JUnit Request passed to JUnitCore.
S
save(File)
- Method in class net.sf.jsequnit.jseq.sdedit.
SdeditPngDiagram
Save the diagram as PNG file.
save(File)
- Method in class net.sf.jsequnit.jseq.sdedit.
SdeditTextDiagram
Saves the textual representation suitable for the Quick Sequence Diagram Editor (sdedit).
SdeditPngDiagram
- Class in
net.sf.jsequnit.jseq.sdedit
Represents an sequence diagram.
SdeditPngDiagram(ActivationList)
- Constructor for class net.sf.jsequnit.jseq.sdedit.
SdeditPngDiagram
Creates a sequence diagram representation based on the provided list of method calls.
SdeditTextDiagram
- Class in
net.sf.jsequnit.jseq.sdedit
Can be used to transform an activation list (i.e. a list of method calls) into the sdedit syntax for sequence diagrams.
SdeditTextDiagram(ActivationList)
- Constructor for class net.sf.jsequnit.jseq.sdedit.
SdeditTextDiagram
Create an instance of the textual description for sequence diagrams.
SequenceDoclet
- Class in
net.sf.jsequnit.javadoc
A
Doclet
to be used with the JavaDoc tool to generate JavaDoc documentation containing sequence diagrams.
SequenceDoclet()
- Constructor for class net.sf.jsequnit.javadoc.
SequenceDoclet
SequenceTaglet
- Class in
net.sf.jsequnit.javadoc
A Taglet processing tag
sequence.diagram
.
SequenceTaglet()
- Constructor for class net.sf.jsequnit.javadoc.
SequenceTaglet
setupDebugVM(String, String)
- Method in class net.sf.jsequnit.diagram.
JUnitTestMethodRunner
setupDebugVM(String, String)
- Method in class net.sf.jsequnit.diagram.
TestMethodRunner
SingleTestMethodJUnit
- Class in
net.sf.jsequnit.junit
A simple wrapper to run a single JUnit test method with the help of JUnitCore.
SingleTestMethodJUnit()
- Constructor for class net.sf.jsequnit.junit.
SingleTestMethodJUnit
start(RootDoc)
- Static method in class net.sf.jsequnit.javadoc.
SequenceDoclet
Generate the documentation.
startStreamForwarding()
- Method in class net.sf.jsequnit.process.
ProcessController
Start the threads to forward the input and error stream of the external process to the streams of the current process.
T
TAG_NAME
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
The name of the tag.
TEST_PARAMETER
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
Parameter for the test method to be executed for tracing.
TestMethodRunner
- Class in
net.sf.jsequnit.diagram
Abstract class executing a given method in a separate Java virtual machine.
TestMethodRunner()
- Constructor for class net.sf.jsequnit.diagram.
TestMethodRunner
toString()
- Method in class net.sf.jsequnit.jseq.sdedit.
SdeditTextDiagram
TRACE_PARAMETER
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
Parameter for the method that is the root of the generated sequence diagram.
U
UPTO_PARAMETER
- Static variable in class net.sf.jsequnit.javadoc.
SequenceTaglet
Parameter to indicate methods where sub calls should not be traced.
V
validOptions(String[][], DocErrorReporter)
- Static method in class net.sf.jsequnit.javadoc.
SequenceDoclet
C
D
E
G
H
I
J
L
M
N
O
P
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.