| 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-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.