We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7285c83 + b13150c commit 7c1db71Copy full SHA for 7c1db71
src/test/java/org/skyscreamer/jsonassert/DependencyTest.java
@@ -2,13 +2,19 @@
2
3
import org.json.JSONObject;
4
import org.junit.Assert;
5
+import org.junit.Test;
6
7
/**
8
* Unit tests for our external/third-party dependencies.
9
*
10
* @author Carter Page <carter@skyscreamer.org>
11
*/
12
public class DependencyTest {
13
+ @Test
14
+ public void nop() {
15
+ // Cloudbees doesn't like a unit test class with no tests
16
+ }
17
+
18
//@Test // For https://github.com/skyscreamer/JSONassert/issues/25
19
public void testJSonGetLong() throws Exception {
20
Long target = -4611686018427386614L;
0 commit comments