[
https://issues.apache.org/jira/browse/FLINK-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
shijinkui updated FLINK-5640:
-----------------------------
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
was:
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.
* Suite total: 10
* ITCase total: 378
* Test total: 1008
* ITSuite total: 14
> configure the explicit Unit Test file suffix
> --------------------------------------------
>
> Key: FLINK-5640
> URL: https://issues.apache.org/jira/browse/FLINK-5640
> Project: Flink
> Issue Type: Test
> Components: Tests
> Reporter: shijinkui
> Assignee: shijinkui
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)