Description
There are four types of Unit Test file: *ITCase.java, *Test.java, *ITSuite.scala, *Suite.scala
File name ending with "IT.java" is integration test. File name ending with "Test.java" is unit test.
It's clear for Surefire plugin of default-test execution to declare that "Test." is Java Unit Test.
The test file statistics below:
- Suite total: 10
- ITCase total: 378
- Test total: 1008
- ITSuite total: 14
Attachments
Issue Links
- links to