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(@Nullable Object expected) |
public void ofLength(int expectedLength)
expectedLength - public void thatContains(@Nullable
@Nullable Object expected)
public void isEmpty()
public void isNotEmpty()
Copyright © 2020. All rights reserved.