| Package | Description |
|---|---|
| org.bitbucket.cowwoc.requirements |
Interfaces in this package are not meant to be extended (because they extend
Isolatable),
but may be implemented. |
| Modifier and Type | Method and Description |
|---|---|
static ObjectRequirements<Object> |
Requirements.assertThat(Object parameter,
String name)
Same as
Requirements.requireThat(Object, String) but does nothing if assertions are disabled for
this class. |
static ObjectRequirements<Object> |
Requirements.requireThat(Object parameter,
String name)
Creates requirements for an
Object. |
ObjectRequirements<Object> |
Assertions.requireThat(Object parameter,
String name)
Same as
Requirements.requireThat(Object, String) but does nothing if assertions are
disabled. |
Copyright © 2016. All rights reserved.