I am using Scalatest Maven Plugin 1.0. When the Scala tests run, the Suites Completed count seems to always be one greater than the number of suites I have. For example, I have two suites and these are the messages:
[INFO] --- scalatest-maven-plugin:1.0:test (test) @ Scala-PE --- Discovery starting. Discovery completed in 218 milliseconds. Run starting. Expected test count is: 2 PE1Test: PE2Test:
Run completed in 351 milliseconds. Total number of tests run: 2 Suites: completed 3, aborted 0 Tests: succeeded 2, failed 0, canceled 0, ignored 0, pending 0 All tests passed.