I am trying to assert that a given array contains at least one instance of a given element. Is there an assert method that already does this? If so which one?
I am using Java6 and JUnit3.
|
|
|
Not a built-in assert, no. You'd need to use |
|||||
|