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.
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.