I always start with the basics for my test cases. Like, every test case has a name, and assert(true) in the body.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I always start with the basics for my test cases. Like, every test case has a name, and assert(true) in the body.