public class ActionTrackingServiceImplTest
extends junit.framework.TestCase
| Modifier and Type | Class and Description |
|---|---|
class |
ActionTrackingServiceImplTest.AsyncOccurs |
| Constructor and Description |
|---|
ActionTrackingServiceImplTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testCancellation()
Cancel related
|
void |
testCreateCacheKeys()
Creating cache keys
|
void |
testExecutionDetailsSummary()
Creating ExecutionDetails and ExecutionSummary
|
void |
testExecutionInstanceAssignment()
Running an action gives it an execution ID
|
void |
testFatallyFailingActions()
Failing actions go into the cache, then out
|
void |
testInOutCache()
The correct things happen with the cache
when you mark things as working / failed / etc
|
void |
testJavascriptAPI() |
void |
testListings()
Ensure that the listing functions work
|
void |
testPendingActions()
Ensure that pending actions behave properly
|
void |
testTransientlyFailingActions()
Failing actions go into the cache, then out
|
void |
testWorkingActions()
Working actions go into the cache, then out
|
void |
xtestExecutionTrackingOnExecution()
Tests that when we run an action, either
synchronously or asynchronously, with it
working or failing, that the action execution
service correctly sets the flags
|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toStringassertEquals, 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, formatprotected void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exceptionpublic void testCreateCacheKeys()
throws java.lang.Exception
java.lang.Exceptionpublic void testExecutionDetailsSummary()
throws java.lang.Exception
java.lang.Exceptionpublic void testExecutionInstanceAssignment()
throws java.lang.Exception
java.lang.Exceptionpublic void testInOutCache()
throws java.lang.Exception
java.lang.Exceptionpublic void testWorkingActions()
throws java.lang.Exception
java.lang.Exceptionpublic void testFatallyFailingActions()
throws java.lang.Exception
java.lang.Exceptionpublic void testTransientlyFailingActions()
throws java.lang.Exception
java.lang.Exceptionpublic void testPendingActions()
throws java.lang.Exception
java.lang.Exceptionpublic void testListings()
throws java.lang.Exception
java.lang.Exceptionpublic void testCancellation()
throws java.lang.Exception
java.lang.Exceptionpublic void xtestExecutionTrackingOnExecution()
throws java.lang.Exception
java.lang.Exceptionpublic void testJavascriptAPI()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.