krzysieksr / testListsA

Tests of List intefrace implementations: ArrayList and LinkedList
0 stars 0 forks source link

Testng feature #3

Open RafalJDev opened 6 years ago

RafalJDev commented 6 years ago

Jeśli używasz testng to masz parametr w adnotacji dla wyjątków @Test, np. @Test(expectedExceptions = NullPointerException.class)

krzysieksr commented 6 years ago

Tak, ale zanim zacząłem używać TestNG testowałem z try..catch, wiec postanowiłem trzymać się tego już do konca:)