-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Patrikalakis
committed
Mar 6, 2017
1 parent
309de04
commit 50dd37d
Showing
12 changed files
with
101 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
29 changes: 29 additions & 0 deletions
29
janusgraph-codepipelines-ci/src/test/java/org/janusgraph/codepipelines/TestContainerOne.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
package org.janusgraph.codepipelines; | ||
|
||
import org.junit.Test; | ||
|
||
/** | ||
* Created by amcp on 2017/02/24. | ||
*/ | ||
public class TestContainerOne { | ||
public static class TraversalAlpha { | ||
@Test | ||
public void testOne() { | ||
//noop | ||
} | ||
@Test | ||
public void testTwo() { | ||
//noop | ||
} | ||
} | ||
public static class TraversalBeta { | ||
@Test | ||
public void testOne() { | ||
//noop | ||
} | ||
@Test | ||
public void testTwo() { | ||
//noop | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
janusgraph-codepipelines-ci/src/test/java/org/janusgraph/codepipelines/TestContainerTwo.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
package org.janusgraph.codepipelines; | ||
|
||
import org.junit.Test; | ||
|
||
/** | ||
* Created by amcp on 2017/02/24. | ||
*/ | ||
public class TestContainerTwo { | ||
public static class TraversalAlpha { | ||
@Test | ||
public void testOne() { | ||
//noop | ||
} | ||
@Test | ||
public void testTwo() { | ||
//noop | ||
} | ||
} | ||
public static class TraversalBeta { | ||
@Test | ||
public void testOne() { | ||
//noop | ||
} | ||
@Test | ||
public void testTwo() { | ||
//noop | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**/*.java* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
**/*TestContainerTwo$TraversalBeta* | ||
**/*TestContainerTwo$TraversalAlpha* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**/*TestContainerTwo$TraversalAlpha* |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters