/ Published in: Groovy
Groovy save you from using try/catch that expect exception in junit.
Expand |
Embed | Plain Text
list.remove(i) } } } }
You need to login to post a comment.
thebugslayer on 06/03/07
1 person have marked this snippet as a favorite
Groovy save you from using try/catch that expect exception in junit.
list.remove(i) } } } }
You need to login to post a comment.