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.
1 parent 2a06d44 commit 075dd0dCopy full SHA for 075dd0d
src/test/java/com/arangodb/ArangoTestSuite.java
@@ -20,6 +20,7 @@
20
import org.junit.runners.Suite;
21
import org.junit.runners.Suite.SuiteClasses;
22
23
+import com.arangodb.example.ExamplesTestSuite;
24
import com.arangodb.util.StringJoinTest;
25
26
/**
@@ -111,7 +112,10 @@
111
112
ArangoDriverQueryTest.class,
113
114
// since ArangoDB 2.7
- ArangoDriverQueryCacheTest.class
115
+ ArangoDriverQueryCacheTest.class,
116
+
117
+ // examples
118
+ ExamplesTestSuite.class
119
120
})
121
0 commit comments