summaryrefslogtreecommitdiff
path: root/israfil-foundation-core/src/test/conf/testng.xml
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2024-05-27 11:38:33 -0400
committerBenjamin Culkin <scorpress@gmail.com>2024-05-27 11:38:33 -0400
commit7c279747beb43c7e88633a6228a155a30e6834f7 (patch)
tree511176048944fa7332dc1a163a6148c46e7c61b3 /israfil-foundation-core/src/test/conf/testng.xml
Initial import
Diffstat (limited to 'israfil-foundation-core/src/test/conf/testng.xml')
-rw-r--r--israfil-foundation-core/src/test/conf/testng.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/israfil-foundation-core/src/test/conf/testng.xml b/israfil-foundation-core/src/test/conf/testng.xml
new file mode 100644
index 0000000..45ec021
--- /dev/null
+++ b/israfil-foundation-core/src/test/conf/testng.xml
@@ -0,0 +1,24 @@
+<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
+<!--
+ Copyright 2007, 2008 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<suite name="Israfil Foundation Core" thread-count="5" annotations="1.5" verbose="2" parallel="tests">
+ <test name="core">
+ <packages>
+ <package name="net.israfil.foundation.core"/>
+ </packages>
+ </test>
+</suite>