final UserProfileServiceAware serviceAware = (UserProfileServiceAware) fixture;
serviceAware.setService(perspectivePersistenceService);
}
if (fixture instanceof InstallableFixture) {
final InstallableFixture installableFixture = (InstallableFixture) fixture;
if (shouldInstallFixture(installableFixture)) {
installableFixture.install();
}
}
if (fixture instanceof LogonFixture) {
this.logonFixture = (LogonFixture) fixture;