Код: Выделить всё
@client.test.annotations.TestInfo(id=[C10137])
@org.testng.annotations.Test(alwaysRun=false, expectedExceptions=[]..
case1: // несколько идентификаторов
Код: Выделить всё
@client.test.annotations.TestInfo(id=[C10137, C12121])
@org.testng.annotations.Test(alwaysRun=true,...
@client.test.annotations.TestInfo(id=[]) //ignore this time
@org.testng.annotations.Test(alwaysRun=true,...
< /code>
Работает ли мне здесь, чтобы создать этот массив идентификаторов? Или какой -то другой хороший подход, чтобы получить этот желаемый массив удостоверения личности.
Подробнее здесь: https://stackoverflow.com/questions/373 ... sired-data