org.hackystat.utilities.stacktrace
Class TestStackTrace

java.lang.Object
  extended by org.hackystat.utilities.stacktrace.TestStackTrace

public class TestStackTrace
extends java.lang.Object

Tests the Stack Trace class.

Author:
Philip Johnson

Constructor Summary
TestStackTrace()
           
 
Method Summary
 void testStackTrace()
          Tests the Stack Tracing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestStackTrace

public TestStackTrace()
Method Detail

testStackTrace

public void testStackTrace()
Tests the Stack Tracing. Generates an exception, makes the Stack Trace, and checks to see if it seems OK.