com.mysql.management.util
Class ShellTest

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

public class ShellTest
extends QuietTestCase

Version:
$Id: ShellTest.java,v 1.12 2005/08/30 18:20:23 eherman Exp $
Author:
Eric Herman

Nested Class Summary
static class ShellTest.TestProcess
           
 
Constructor Summary
ShellTest()
           
 
Method Summary
protected  void setUp()
           
 void testCompletionListener()
           
 void testDestroy()
           
 void testDoubleRun()
           
 void testForThrownExceptions()
           
 void testSetters()
           
 void testShellReturnsWithReturnCode()
           
 void testShellThrowsIfNotYetReturned()
           
 void testStub()
           
 
Methods inherited from class com.mysql.management.util.QuietTestCase
resetOutAndErr, tearDown, warn, warn
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

ShellTest

public ShellTest()
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class QuietTestCase

testCompletionListener

public void testCompletionListener()

testShellReturnsWithReturnCode

public void testShellReturnsWithReturnCode()

testSetters

public void testSetters()

testDoubleRun

public void testDoubleRun()

testShellThrowsIfNotYetReturned

public void testShellThrowsIfNotYetReturned()

testDestroy

public void testDestroy()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testForThrownExceptions

public void testForThrownExceptions()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testStub

public void testStub()
              throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2011. All Rights Reserved.