use of com.adaptris.core.security.access.EmptyIdentityBuilder in project interlok by adaptris.
the class LifecycleHelperTest method testPrepare.
@Test
public void testPrepare() throws Exception {
prepare(new NullService());
prepare((ComponentLifecycle) null);
prepare(new EmptyIdentityBuilder());
}
Aggregations