wt.util
Class DebugTest

java.lang.Object
  extended bywt.util.DebugTest

public class DebugTest
extends Object

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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

DEBUG

public static final boolean DEBUG

LOG

private static final DebugWriter LOG
Constructor Detail

DebugTest

public DebugTest()
Method Detail

main

public static void main(String[] args)


Supported API: false

Parameters:
args -

step1

public void step1(String[] args)


Supported API: false

Parameters:
args -

step2

public boolean step2()


Supported API: false

Returns:
boolean

step3

public Object step3(int primitive,
                    Object object)


Supported API: false

Parameters:
primitive -
object -
Returns:
Object

testData

public void testData()


Supported API: false


testException

public void testException()


Supported API: false


testReport

public void testReport()


Supported API: false


testStackTrace

public void testStackTrace()


Supported API: false


setConfig1

public void setConfig1()


Supported API: false


setConfig2

public void setConfig2()


Supported API: false


testIntegrity

public void testIntegrity()