view src/test/conf/testng.xml @ 0:f4f8570d1c56

initial OTP form
author smith@nwoca.org
date Mon, 12 Nov 2012 16:29:11 +0000
parents
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>