Method Summary |
|
abstract protected void | assertChangesFired(int countOfChanges) |
abstract protected Iterator<? extends T> | lookup(Class<T> clazz) |
public static Test | suite() |
public void | testBackgroundServicesStillAvailable() Check that static registrations in META-INF/services/* continue to be
available as services - but with lower priority than the explicitly
registered ones. |
public void | testGetChoice() Basic test that services are set. |
public void | testModifierRestrictions() Ensure that attempts to register classes which are not publicly
instantiable fail immediately. |
public void | testOtherThreads() Check that service registrations are available from all threads,
not just the thread calling setServices. |