com.mysql.management.util
Class ExceptionsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.mysql.management.util.ExceptionsTest
All Implemented Interfaces:
junit.framework.Test

public class ExceptionsTest
extends junit.framework.TestCase

Version:
$Id: ExceptionsTest.java,v 1.8 2005/10/25 19:11:16 eherman Exp $
Author:
Eric Herman

Constructor Summary
ExceptionsTest()
           
 
Method Summary
protected  void setUp()
           
 void testConstructions()
           
 void testReturnBlock()
           
 void testReturnBlockThrows()
           
 void testRunSQLBlock()
           
 void testSwallowExceptionBlockExec()
           
 void testToRuntime()
           
 void testToSQLException()
           
 void testVoidBlock()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionsTest

public ExceptionsTest()
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

testToRuntime

public void testToRuntime()

testToSQLException

public void testToSQLException()

testReturnBlock

public void testReturnBlock()

testReturnBlockThrows

public void testReturnBlockThrows()

testVoidBlock

public void testVoidBlock()

testRunSQLBlock

public void testRunSQLBlock()

testConstructions

public void testConstructions()

testSwallowExceptionBlockExec

public void testSwallowExceptionBlockExec()


Copyright © 2004-2011. All Rights Reserved.