bb.util
Class OsUtil.UnitTest

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

public static class OsUtil.UnitTest
extends Object

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


Constructor Summary
OsUtil.UnitTest()
           
 
Method Summary
 void test_execAsynch_shouldPass()
           
 void test_execSynch_shouldFail()
           
 void test_execSynch_shouldPass()
           
 void test_getXXX()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsUtil.UnitTest

public OsUtil.UnitTest()
Method Detail

test_getXXX

public void test_getXXX()

test_execSynch_shouldPass

public void test_execSynch_shouldPass()
                               throws Exception
Throws:
Exception

test_execSynch_shouldFail

public void test_execSynch_shouldFail()
                               throws Exception
Throws:
Exception

test_execAsynch_shouldPass

public void test_execAsynch_shouldPass()
                                throws Exception
Throws:
Exception