diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-27 11:38:33 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-27 11:38:33 -0400 |
| commit | 7c279747beb43c7e88633a6228a155a30e6834f7 (patch) | |
| tree | 511176048944fa7332dc1a163a6148c46e7c61b3 /israfil-foundation-core/src/test/conf | |
Initial import
Diffstat (limited to 'israfil-foundation-core/src/test/conf')
| -rw-r--r-- | israfil-foundation-core/src/test/conf/testng.xml | 24 |
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> |
