view src/test/conf/testng.xml @ 2:91703efb1d29

update ssdt-forms and dockerize
author smith@nwoca.org
date Mon, 11 Apr 2016 11:53:50 -0400
parents f4f8570d1c56
children
line wrap: on
line source
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="ssdt.forms Application Test Suite" annotations="1.5">
    <test name="Unit Tests">
        <packages>
            <package name="org.ssdt_ohio.devel.forms"/>
        </packages>
    </test>
</suite>