{
Registry r = buildRegistry(StartupModule.class);
assertFalse(StartupModule._startupInvoked);
r.performRegistryStartup();
assertTrue(StartupModule._startupInvoked);
// Ideally we'd have a way to show that the ThreadCleanupHub was notified after
// RegistryStartup did its thing, but ...