|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.util.DebugTest
This class exists to test the debug configuration and capture classes.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static boolean |
DEBUG
|
private static DebugWriter |
LOG
|
private static String |
RESOURCE
|
Constructor Summary | |
DebugTest()
|
Method Summary | |
static void |
main(String[] args)
Supported API: false |
void |
setConfig1()
Supported API: false |
void |
setConfig2()
Supported API: false |
void |
step1(String[] args)
Supported API: false |
boolean |
step2()
Supported API: false |
Object |
step3(int primitive,
Object object)
Supported API: false |
void |
testData()
Supported API: false |
void |
testException()
Supported API: false |
void |
testIntegrity()
|
void |
testReport()
Supported API: false |
void |
testStackTrace()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final boolean DEBUG
private static final DebugWriter LOG
Constructor Detail |
public DebugTest()
Method Detail |
public static void main(String[] args)
args
- public void step1(String[] args)
args
- public boolean step2()
public Object step3(int primitive, Object object)
primitive
- object
-
public void testData()
public void testException()
public void testReport()
public void testStackTrace()
public void setConfig1()
public void setConfig2()
public void testIntegrity()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |