Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Some of TestNG classes comes in Application code TAB instant of Test Code TAB in clover report

Gokul dhas Jackz November 24, 2015

After generating report we are getting the some of the TestNG file in Application tab in the clover report. Those are missed out from Test Code and Test Result tabs.

Do we have any special standard to flow to write the TestNG file.?

 Could you please help on this. Thank you.

2 answers

1 accepted

0 votes
Answer accepted
Gokul dhas Jackz November 27, 2015

For this we got a solution: (100% works)

1.We name the test case Java files end with Test. (Eg. FTPConnectionTest.java )

2. And the @test annotation method should Public method. If you added private method it fall in Application code in report.      Refer Grzegorz Lewandowski [Atlassian] answer also fro detection algorithm.

0 votes
Grzegorz Lewandowski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 25, 2015

By default Clover uses default test code detection algorithm and every file which doesn't match test code according this algorithm is marked as production code.

You can modify default behavior with testsources configuration 

Gokul dhas Jackz November 25, 2015

Thank for your command and support. This might useful for us.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events