forked from softservedata/resources
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathintegration-tests.xml
More file actions
18 lines (17 loc) · 791 Bytes
/
integration-tests.xml
File metadata and controls
18 lines (17 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="UNIT TESTS">
<listeners>
<listener class-name="org.registrator.community.TestListener" />
</listeners>
<!-- 3 ERROR 5 WARNING 7 INFO 9 DEBUG -->
<test verbose="9" name="IntegrationTest">
<classes>
<class name="org.registrator.community.service.InquiryServiceIT"/>
<class name="org.registrator.community.service.InquiryServiceOldIT"/>
<class name="org.registrator.community.service.PrintServiceIT"/>
<class name="org.registrator.community.service.ResourceTypeServiceIT"/>
<class name="org.registrator.community.service.VerificationTokenServiceIT"/>
</classes>
</test>
</suite>