Skip to content

Commit

Permalink
[dbs-leipzig#1452] Add javadoc to IntegrationTests interface
Browse files Browse the repository at this point in the history
  * fix testng integration test suite name
  • Loading branch information
Lucas Schons committed Dec 10, 2019
1 parent 1deca1c commit 64ec7f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
*/
package org.gradoop.storage.impl.accumulo;

/**
* This interface serves the sole purpose to label JUnit integration tests using the
* {@link org.junit.experimental.categories.Category} annotation.
*/
public interface IntegrationTests {
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name="Gradoop HBase Unit Tests">
<test name="Unit Test">
<suite name="Gradoop HBase Integration Tests">
<test name="Integration Test">
<groups>
<run>
<include name="integration"/>
Expand Down

0 comments on commit 64ec7f4

Please sign in to comment.