mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
9 lines
267 B
XML
9 lines
267 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
|
|
<suite name="Ray streaming test suite">
|
|
<test name="Ray streaming test">
|
|
<packages>
|
|
<package name="io.ray.streaming.*"/>
|
|
</packages>
|
|
</test>
|
|
</suite>
|