Jul 10, 2017 · 1 min read
I suppose it does inadvertently test if those functions do not crash. But really if you want to test that, you should use a try-catch and an Assert.fail in the catch. This way you are actually asserting something.
I suppose it does inadvertently test if those functions do not crash. But really if you want to test that, you should use a try-catch and an Assert.fail in the catch. This way you are actually asserting something.