snapshot.setJobs(ImmutableSet.of(
new StoredJob(
"jobManager",
new JobConfiguration().setKey(new JobKey("owner", "env", "jobA")))));
snapshot.setQuotaConfigurations(
ImmutableSet.of(new QuotaConfiguration("roleA", new ResourceAggregate(10, 1024, 1024))));
snapshot.setSchedulerMetadata(new SchedulerMetadata().setFrameworkId("frameworkId"));
snapshot.setTasks(ImmutableSet.of(new ScheduledTask()));
return snapshot;
}