SearchResponse sr1 = new SearchResponse();
ParticipantVO p1, p2, p3, p4, p5;
@Before
public void setup() {
p1 = new ParticipantVO(null, "name1", "m", "name1@k.c","100002992300278", 17.000000, 75.0, "",
200000, Arrays.asList("chemistry", "physics"), Arrays.asList(
"maths", "science"));
p2 = new ParticipantVO(null, "name2", "m", "name2@k.c","100002992300278", 17.000000, 75.1, "",
200000, Arrays.asList("maths"), Arrays.asList("chemistry",
"physics"));
p3 = new ParticipantVO(null, "name3", "m", "name3@k.c","100002992300278", 17.000000, 75.2, "",
200000, Arrays.asList("maths", "science"), Arrays
.asList("chemistry"));
p4 = new ParticipantVO(null, "name4", "m", "name4@k.c","100002992300278", 17.000000, 75.3, "",
200000, Arrays.asList("maths"), Arrays.asList("physics"));
p5 = new ParticipantVO(null, "name5", "m", "name5@k.c","100002992300278", 17.000000, 75.4, "",
200000, Arrays.asList("science"), Arrays.asList("chemistry",
"physics"));
sr1.add(new SearchResult(p1, true, Arrays.asList("maths", "science"), 12));