public class InternalMatcher.ArrayMatcher extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
isEmpty() |
void |
isNotEmpty() |
void |
ofLength(int expectedLength)
Fails if the array has different length.
|
void |
thatContains(Object expected) |
public void ofLength(int expectedLength)
expectedLength - public void thatContains(Object expected)
public void isEmpty()
public void isNotEmpty()
Copyright © 2019. All rights reserved.