private static String expectedCPName[] ={"HIPPO signaling","Adipogenesis pathway","Unfolded protein response","Wnt/Ca+ pathway","BER pathway","PCP pathway"};
Assert.assertEquals(search.VerifyCpName(), expectedCPName[0]);
it will read as per index number
Assert.assertEquals(search.VerifyCpName(), expectedCPName[0]);
it will read as per index number