final PrincipalActionContext actionContext = context.mock(PrincipalActionContext.class);
final Principal principal = context.mock(Principal.class);
final StreamDiscoverListsDTO result = new StreamDiscoverListsDTO();
people.add(new PersonModelView(1L, "a", "foo", "bar", null, "", 100, new Date(), 1L));
people.add(new PersonModelView(2L, "b", "foo", "bar", null, "", 900, new Date(), 2L)); // 3
people.add(new PersonModelView(3L, "c", "foo", "bar", null, "", 200, new Date(), 3L));
people.add(new PersonModelView(4L, "d", "foo", "bar", null, "", 800, new Date(), 4L)); // 5
people.add(new PersonModelView(5L, "e", "foo", "bar", null, "", 300, new Date(), 5L)); // 9
people.add(new PersonModelView(6L, "f", "foo", "bar", null, "", 200, new Date(), 6L));
people.add(new PersonModelView(7L, "g", "foo", "bar", null, "", 700, new Date(), 7L)); // 7
people.get(4).setAccountLocked(true);
groups.add(new DomainGroupModelView(8L, "h", "foobar", 50L, new Date(), 8L));
groups.add(new DomainGroupModelView(9L, "i", "foobar", 250L, new Date(), 9L)); // 10
groups.add(new DomainGroupModelView(10L, "j", "foobar", 200L, new Date(), 10L));