public class ViewModelContextImpl_ITest extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ViewModelContextImpl_ITest.MyService
Dummy view-model service interface for testing.
|
Constructor and Description |
---|
ViewModelContextImpl_ITest() |
public static void setUpBeforeClass()
public void setUp() throws DatabindingFailedException
DatabindingFailedException
public void tearDown()
public void testGlobalImmediateServiceProviderCalled()
public void testGlobalImmediateServiceProviderNotCalledFromChild()
public void testLocalImmediateServiceProviderCalled()
public void testLocalImmediateServiceProviderCalledFromChild()
public void testLocalLazyServiceProviderCalled()
public void testLocalLazyServiceProviderCalledFromChild()
public void testGlobalLazyServiceProviderCalled()
public void testGlobalLazyServiceProviderCalledFromChild()
public void testLegacyServiceFactoryCalled()
public void testLegacyServiceFactoryCalledBeforeImmediateServices()
public void testOSGiServiceCalled()
public void testOSGiServiceCalledAfterUnregister()
public void testOSGiServiceUnregisteredOnDispose()
public void testNoAvailableServiceReturnsNull()
public void testConstructorServiceBeforeLocalImmediateParentContext()
public void testConstructorServiceBeforeLocalImmediateChildContext()
public void testLocalImmediateBeforeLocalLazyParentContext()
public void testLocalImmediateBeforeLocalLazyChildContext()
public void testLocalLazyBeforeGlobalImmediateParentContext()
public void testLocalLazyBeforeGlobalImmediateChildContext()
public void testGlobalImmediateBeforeGlobalLazyParentContext()
public void testGlobalImmediateBeforeGlobalLazyChildContext()
public void testChildContextWithProvider()
public void testContextWithNullServiceProvider()
public void testContextDispose()
public void testChangeDomainModelWithServiceProvider()
Copyright © 2019. All rights reserved.