bb.util
Class ThrowableUtil.UnitTest

java.lang.Object
  extended by bb.util.ThrowableUtil.UnitTest
Enclosing class:
ThrowableUtil

public static class ThrowableUtil.UnitTest
extends Object

See the Overview page of the project's javadocs for a general description of this unit test class.


Constructor Summary
ThrowableUtil.UnitTest()
           
 
Method Summary
 void test_getStackTraceString()
           
 void test_getTypeAndMessage()
           
 void test_toRuntimeException_toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableUtil.UnitTest

public ThrowableUtil.UnitTest()
Method Detail

test_toRuntimeException_toString

public void test_toRuntimeException_toString()

test_getTypeAndMessage

public void test_getTypeAndMessage()

test_getStackTraceString

public void test_getStackTraceString()