com.fitbur.mockito.internal.matchers.text.ArrayIterator Maven / Gradle / Ivy
package com.fitbur.mockito.internal.matchers.text;
import java.lang.reflect.Array;
import java.util.Iterator;
/**
* Inspired on hamcrest, internal package class,
* TODO add specific unit tests instead of relying on higher level unit tests
*/
class ArrayIterator implements Iterator
© 2015 - 2024 Weber Informatics LLC | Privacy Policy