Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
testng.xml 235 B
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >

<suite name="Suite" verbose="1">
  <test name="Unit-Tests">
    <packages>
      <package name="io.palyvos.provenance.missing.predicate"/>
    </packages>
  </test>
</suite>