mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
* RM-1320, RM-1328, RM-1331, RM-1333 * added Mockito based framework for testing Java backed declarative web scripts and their templates git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@65762 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
10 lines
392 B
XML
10 lines
392 B
XML
<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
|
|
|
|
<suite name="JUnit AllTestSuite" verbose="1" >
|
|
<test name="AllTests" junit="true">
|
|
<classes>
|
|
<class name="org.alfresco.module.org_alfresco_module_rm.test.AllUnitTestSuite" />
|
|
<class name="org.alfresco.module.org_alfresco_module_rm.test.AllTestSuite" />
|
|
</classes>
|
|
</test>
|
|
</suite> |