| Package | Description |
|---|---|
| org.fest.assertions.api | |
| org.fest.assertions.condition |
| Modifier and Type | Method and Description |
|---|---|
static <T> DoesNotHave<T> |
Assertions.doesNotHave(Condition<? super T> condition)
Creates a new
DoesNotHave. |
| Modifier and Type | Method and Description |
|---|---|
static <T> DoesNotHave<T> |
DoesNotHave.doesNotHave(Condition<? super T> condition)
Creates a new
DoesNotHave. |
Copyright © 2007–2014. All rights reserved.