org.mule.impl
Class ThreadSafeAccessTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.impl.ThreadSafeAccessTestCase
All Implemented Interfaces:
Test

public class ThreadSafeAccessTestCase
extends TestCase


Nested Class Summary
protected static class ThreadSafeAccessTestCase.Caller
           
 
Constructor Summary
ThreadSafeAccessTestCase()
           
 
Method Summary
protected  void basicPattern(org.mule.impl.ThreadSafeAccess target)
           
protected  org.mule.impl.ThreadSafeAccess dummyEvent()
           
protected  void newCopy(org.mule.impl.ThreadSafeAccess target)
           
protected  void newThread(org.mule.impl.ThreadSafeAccess target, boolean error, boolean[] pattern)
           
protected  void resetAccessControl(org.mule.impl.ThreadSafeAccess target)
           
protected  void setUp()
           
 void testAdapter()
           
 void testDisable()
           
 void testEvent()
           
 void testMessage()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadSafeAccessTestCase

public ThreadSafeAccessTestCase()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testMessage

public void testMessage()
                 throws InterruptedException
Throws:
InterruptedException

testAdapter

public void testAdapter()
                 throws InterruptedException
Throws:
InterruptedException

testEvent

public void testEvent()
               throws InterruptedException,
                      org.mule.umo.endpoint.MalformedEndpointException
Throws:
InterruptedException
org.mule.umo.endpoint.MalformedEndpointException

testDisable

public void testDisable()
                 throws InterruptedException
Throws:
InterruptedException

dummyEvent

protected org.mule.impl.ThreadSafeAccess dummyEvent()

resetAccessControl

protected void resetAccessControl(org.mule.impl.ThreadSafeAccess target)
                           throws InterruptedException
Throws:
InterruptedException

basicPattern

protected void basicPattern(org.mule.impl.ThreadSafeAccess target)
                     throws InterruptedException
Throws:
InterruptedException

newCopy

protected void newCopy(org.mule.impl.ThreadSafeAccess target)
                throws InterruptedException
Throws:
InterruptedException

newThread

protected void newThread(org.mule.impl.ThreadSafeAccess target,
                         boolean error,
                         boolean[] pattern)
                  throws InterruptedException
Throws:
InterruptedException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.