|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.eclipse.emf.ecp.core.rap.test.RAPFactories_PTest
public class RAPFactories_PTest
Constructor Summary | |
---|---|
RAPFactories_PTest()
|
Method Summary | |
---|---|
void |
testDifferentSessionIdsECPObserverBus()
Test that when the ECPObserverBusFactory is asked for a ECPObserverBus from 2 different sessions, that 2 different ECPObserverBus's are returned. |
void |
testDifferentSessionIdsECPProjectManager()
Test that when the ECPProjectManagerFactory is asked for a ECPProjectManager from 2 different sessions, that 2 different ECPProjectManagers are returned. |
void |
testDifferentSessionIdsECPProviderRegistry()
Test that when the ECPProviderRegistryFactory is asked for a ECPProviderRegistry from 2 different sessions, that 2 different ECPProviderRegistry's are returned. |
void |
testDifferentSessionIdsECPRepositoryManager()
Test that when the ECPRepositoryManagerFactory is asked for a ECPRepositoryManager from 2 different sessions, that 2 different ECPRepositoryManagers are returned. |
void |
testRetrieveMock()
Test retrieval of the mock SessionProvider service. |
void |
testSameSessionIdsECPObserverBus()
Test that when the ECPObserverBusFactory is asked for a ECPObserverBus 2 times from the same session, that the same ECPObserverBus is returned. |
void |
testSameSessionIdsECPProjectManager()
Test that when the ECPProjectManageractory is asked for a ECPProjectManager 2 times from the same session, that the same ECPProjectManager is returned. |
void |
testSameSessionIdsECPProviderRegistry()
Test that when the ECPProviderRegistryFactory is asked for a ECPProviderRegistry 2 times from the same session, that the same ECPProviderRegistry is returned. |
void |
testSameSessionIdsECPRepositoryManager()
Test that when the ECPRepositoryManagerFactory is asked for a ECPRepositoryManager 2 times from the same session, that the same ECPRepositoryManager is returned. |
void |
testServices()
test that the ECPProjectManagerFacotry returns a working ECPProjectManager. |
Methods inherited from class junit.framework.TestCase |
---|
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, countTestCases, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, setName, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RAPFactories_PTest()
Method Detail |
---|
public void testRetrieveMock()
public final void testServices() throws ECPProjectWithNameExistsException
ECPProjectWithNameExistsException
- in case of exceptionpublic void testDifferentSessionIdsECPProjectManager()
public void testSameSessionIdsECPProjectManager()
public final void testDifferentSessionIdsECPObserverBus()
public final void testSameSessionIdsECPObserverBus()
public final void testDifferentSessionIdsECPProviderRegistry()
public final void testSameSessionIdsECPProviderRegistry()
public final void testDifferentSessionIdsECPRepositoryManager()
public final void testSameSessionIdsECPRepositoryManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |