Strata icon indicating copy to clipboard operation
Strata copied to clipboard

Test Smell: it is not a good practice to write the return statement in test cases

Open TestSmell opened this issue 3 years ago • 0 comments

Hi!

I notice that you write a test case with a return statement. 截屏2022-08-18 下午8 02 46

It is not a good idea to write the return statement in your test case. So I would like to know if is it really a useful test case? Maybe I think you should remove the @Test annotation from this method ?

TestSmell avatar Aug 18 '22 12:08 TestSmell