i running junit tests using eclipse luna. have implemented @test
method. loop within @test
method multiple records , use assert.assertequals
non-xml messages , xmlassert.assertxmlequal
xml messages.
the problem is, when run junit single or multiple test cases, not proper result in junit view. shows "runs: 1/1
" , not show correct count of runs. failures , success not shown correctly. missing here?
if have single @test
method, there 1 thing running, runs: 1/1
correct. if want have more show up, make each assertion in own test.
Comments
Post a Comment