When a testcase (eg "PassingTest[MissingTestcase]") of some existing test is not found it should be placed into "Missing (test not found)" group in the report.
To reproduce:
Open demots testsuite (or any other)
Run tests
Add KFL with text "BugNum/AddTest.java[MissingTest]"
Create a report - it will contain 1 new passed test, 1 new failure and no missing testcases.
When KFL list contains a testcase of some unexisting test (eg "MissingTest[MissingTestcase]") - both test and testcase are counted.
To reproduce:
Open demots testsuite (or any other)
Run tests
Add KFL with text "BugNum/AddTest.java[MissingTest]"
Create a report - it will contain 1 new passed test, 1 new failure and no missing testcases.
When KFL list contains a testcase of some unexisting test (eg "MissingTest[MissingTestcase]") - both test and testcase are counted.