mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
8 lines
254 B
XML
8 lines
254 B
XML
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="DevKit Suite">
|
|
<test name="DevKit CodeInsight Tests">
|
|
<classes>
|
|
<class name="org.jetbrains.idea.devkit.codeInsight.CreateClassFixTest"/>
|
|
</classes>
|
|
</test>
|
|
</suite> |