|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
edu.utep.cs.utjml.canica.output.OutputPaneTestGeneration
public class OutputPaneTestGeneration
OutputPaneTestGeneration class * This class is responsible to display the test data generated of a Java file and let the user interact with the test cases code. The fields to display are: Java file, test oracle file name, test data file name, total number of test cases, total time, test cases summary( method name, number of test cases per method, attempts, coverage), test cases per method.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
OutputPaneTestGeneration()
Constructor |
|
| Method Summary | |
|---|---|
void |
coverage(int noexprs,
int attempt,
int mncount,
int nocases)
Invoked to send a summary of test coverage information for the current method. |
void |
endClass()
Invoked when the processing of the current class is completed. |
void |
endMethod()
Invoked when the processing of the current method is completed. |
RatListener |
getRatListener()
Get this listener. |
void |
showTreeStructure(int rowSelected)
It shows the method root and test cases to the Tree, based on the index number |
void |
startClass(String name)
Invoked when a new class becomes processed to generate test cases. |
void |
startMethod(String name)
Invoked when a new method becomes processed to generate test cases. |
void |
testcase(String coverage,
boolean added,
TestCase tc)
Invoked when a new test case is generated for the current method. |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OutputPaneTestGeneration()
| Method Detail |
|---|
public RatListener getRatListener()
public void startClass(String name)
RatListener
startClass in interface RatListenerpublic void endClass()
RatListener
endClass in interface RatListenerpublic void startMethod(String name)
RatListener
startMethod in interface RatListenerpublic void endMethod()
RatListener
endMethod in interface RatListener
public void testcase(String coverage,
boolean added,
TestCase tc)
RatListener
testcase in interface RatListener
public void coverage(int noexprs,
int attempt,
int mncount,
int nocases)
RatListenerRatListener.endMethod()
method.
coverage in interface RatListenerpublic void showTreeStructure(int rowSelected)
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||