私はいくつかのパッケージを持っています
com.company.testing.module1
com.company.testing.module2
com.company.testing.module3
TestNG アノテーションを持つクラスもいくつかあります。
com.company.testing.tests
今、testng.xmlを入れました
com.company.testing
XML ファイルは次のようになります。
<?xml version="1.0" encoding="UTF-8"?>
<suite name="Foo">
<test name="Bar">
<package>
<package name="com.company.testing.tests" />
</package>
</test>
</suite>
Eclipse からスイートを実行するにはどうすればよいですか? どの実行構成を行う必要がありますか?