Hi all,
for one function I have several tests. What is best practice?
a) Create a single test-function with multiple tests in there (so there
is just 1 test-function for each existing function)
b) Create a new test function for each test to do, e.g. AdditionTest1,
AdditionTest2, AdditionTest3 etc.
Thanks
for one function I have several tests. What is best practice?
a) Create a single test-function with multiple tests in there (so there
is just 1 test-function for each existing function)
b) Create a new test function for each test to do, e.g. AdditionTest1,
AdditionTest2, AdditionTest3 etc.
Thanks