Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows7(64bit)のEclipse(Ver:1.4.2.20120213-0813)にTestNG(ver:6.8.6.20130517_2218)をインストールしました。TestNG が正常にインストールされたことを確認しました
作成したサンプルjavaファイルの1つに@Testを書いたところ、Annotation(@Test)が解決されません。構文エラーが発生しています。何が問題なのですか? 詳細については、添付のスクリーンショットをご覧ください
注釈をインポートしていることを確認してください。
import org.testng.annotations.*;