mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:55:04 +08:00
10 lines
271 B
XML
10 lines
271 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="Ray streaming test suite">
|
|
<test name = "Ray streaming test" >
|
|
<packages>
|
|
<package name = "org.ray.streaming.*" />
|
|
</packages>
|
|
</test>
|
|
</suite>
|