Skip to content

Commit 075dd0d

Browse files
author
a-brandt
committed
added example test suite
1 parent 2a06d44 commit 075dd0d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/java/com/arangodb/ArangoTestSuite.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import org.junit.runners.Suite;
2121
import org.junit.runners.Suite.SuiteClasses;
2222

23+
import com.arangodb.example.ExamplesTestSuite;
2324
import com.arangodb.util.StringJoinTest;
2425

2526
/**
@@ -111,7 +112,10 @@
111112
ArangoDriverQueryTest.class,
112113

113114
// since ArangoDB 2.7
114-
ArangoDriverQueryCacheTest.class
115+
ArangoDriverQueryCacheTest.class,
116+
117+
// examples
118+
ExamplesTestSuite.class
115119

116120
})
117121

0 commit comments

Comments
 (0)