JUnit - Parameterized Test

preview_player
Показать описание
JUnit - Parameterized Test
Lecture By: Ms. Nishita A. Bhatt, Tutorials Point India Private Limited
Рекомендации по теме
Комментарии
Автор

All tutorials are really awesome. Really worked very well team. Thumbs Up.

namanmishra
Автор

i do this as you showed and compare the Errorcodes with the expected result.
return Arrays.asList(new Object[][] { { 0, "seats_error" }, {15, "seats_error"}, {8, "seats_error"}, {12000, "seats_error"}});

I always get an at
Error: argument type mismatch. i can't find a solution. casting the values to objects also doesn't help

Weidl
Автор

I am running into initialization error:
No runnable methods
false."
Can you help?

yashdhamija