Excelent explanation. I wasn't understanding the concept really well, but I was able to get the code from class and relate with your material. Thank you very much!
@astigmatik233 жыл бұрын
thank you from france !
@hm24054 жыл бұрын
Greate explanation, thank you very much!!
@EvilTester4 жыл бұрын
You're welcome!
@nickfast86244 жыл бұрын
That’s a nice video, thank you a lot!
@EvilTester4 жыл бұрын
Glad you liked it!
@user-rz1hv3 жыл бұрын
Cool feature
@blabberq2 жыл бұрын
THANK YOU! Now I get it :)
@stephenjohnson15372 жыл бұрын
How do we deal with throwing exceptions in this? Say, for example, the expected behavior for the code I am testing is to throw a NullPointerException. How do I add that to my list of test values?
@EvilTester2 жыл бұрын
You probably don't need data driven testing for that, but you can test for exceptions github.com/eviltester/junitexamples/tree/master/src/test/java/assertions/forexceptions