Monday, 12 January 2015

Read data from array(list) and call

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

No comments:

Post a Comment