y’all know how to capture a ByteArray when using M...
# getting-started
d
y’all know how to capture a ByteArray when using Mockito’s verify? or a way to just use any? mockito is insisting that ArgumentCaptor.forClass(ByteArray::class.java).capture() (or any()) is null, despite all evidence to the contrary