when I add two annotations to a method like this
@Parameters({"userName",""})
@Test
public void replyMaster()
{
}
このエラーが発生しました
Multiple markers at this line
- Groovy:unexpected token: @ @ line 40, column 2.
- Duplicate field ReplyTest.@
- Groovy:The field '@' is declared multiple times.
私の構成:jdk 1.7、testng 6.8、groovy 2.0(groovy eclipseプラグインでインストール)
なぜ?