I'm often creating custom assertion methods for my JUnit tests. eg:
public void assertArrays(String[] actual, String[] expected)
I was wondering if there were any decent third party libraries that can provide a wider range of assertions than what comes by default in JUnit.
Am using JUnit 4.