com.mysql.management.util
Class ProcessUtilTest

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

public class ProcessUtilTest
extends junit.framework.TestCase


Constructor Summary
ProcessUtilTest()
           
 
Method Summary
protected  void setUp()
           
 void testFileCreation()
           
 void testForce()
           
 void testIsRunning()
           
 void testKillCommandLineUnix()
           
 void testKillCommandLineWindows()
           
 void testNullPid()
           
 void testPidWithEOL()
           
 
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

ProcessUtilTest

public ProcessUtilTest()
Method Detail

setUp

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

testNullPid

public void testNullPid()

testPidWithEOL

public void testPidWithEOL()

testKillCommandLineUnix

public void testKillCommandLineUnix()

testKillCommandLineWindows

public void testKillCommandLineWindows()

testForce

public void testForce()

testIsRunning

public void testIsRunning()

testFileCreation

public void testFileCreation()


Copyright © 2004-2011. All Rights Reserved.