Strata
                                
                                 Strata copied to clipboard
                                
                                    Strata copied to clipboard
                            
                            
                            
                        Test Smell: it is not a good practice to write the return statement in test cases
Hi!
I notice that you write a test case with a return statement.

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 ?