org.shiftone.memento.view.ucare
Class BusyProcessTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.shiftone.memento.view.ucare.BusyProcessTestCase
All Implemented Interfaces:
junit.framework.Test

public class BusyProcessTestCase
extends junit.framework.TestCase


Nested Class Summary
(package private)  class BusyProcessTestCase.SampleProcess
           
 
Field Summary
static org.apache.log4j.Logger LOG
           
 
Constructor Summary
BusyProcessTestCase(java.lang.String s)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testFrameCancel()
           
 void testFrameRun()
           
 void testNoFrameRun()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.log4j.Logger LOG
Constructor Detail

BusyProcessTestCase

public BusyProcessTestCase(java.lang.String s)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testFrameCancel

public void testFrameCancel()

testFrameRun

public void testFrameRun()

testNoFrameRun

public void testNoFrameRun()