mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 02:46:49 +08:00
20c7b2a6eb
[Java] TestNG outputs more verbose error messages
11 lines
304 B
XML
11 lines
304 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="RAY suite" verbose="2">
|
|
<test name = "RAY test" >
|
|
<packages>
|
|
<package name = "org.ray.api.test.*" />
|
|
<package name = "org.ray.runtime.*" />
|
|
</packages>
|
|
</test>
|
|
</suite>
|