public class ProviderRegistryImplTest extends Object
Constructor and Description |
---|
ProviderRegistryImplTest() |
Modifier and Type | Method and Description |
---|---|
void |
setup() |
void |
testConcurrency()
Verifies ProviderRegistryImpl is threadsafe
|
void |
testEmpty()
Test empty state
|
void |
testGetPersistenceProviderIllegalArgument() |
void |
testGetProvidersForTypeIllegalArgument() |
void |
testRegisterDuplicateProviders()
Verifies duplicate providers can't be registered
|
void |
testRegisterPersistenceProviders()
Tests registration and lookup of multiple PersistenceProviders
|
void |
testRegisterProviderIllegalArgument() |
void |
testRegisterProviders()
Registers various Provider implementations and tests getters
|
void |
testRegisterUnregister()
Tests unregistering after registering
|
void |
testUnregisterProviderIllegalArgument() |
public ProviderRegistryImplTest()
public void setup()
public void testEmpty()
public void testRegisterProviderIllegalArgument()
public void testUnregisterProviderIllegalArgument()
public void testGetProvidersForTypeIllegalArgument()
public void testGetPersistenceProviderIllegalArgument()
public void testRegisterProviders()
public void testRegisterDuplicateProviders()
public void testRegisterUnregister()
public void testConcurrency() throws InterruptedException
InterruptedException
public void testRegisterPersistenceProviders()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.