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