assertNotNull("bootstrapContext.getWorkManager() is null", bootstrapContext.getWorkManager());
assertNotNull("bootstrapContext.getXATerminator() is null", bootstrapContext.getXATerminator());
try {
assertNotNull("bootstrapContext.createTimer() is null", bootstrapContext.createTimer());
} catch (final UnavailableException e) {
throw new ResourceAdapterInternalException("bootstrapContext.createTimer() threw an exception", e);
}
}