public class SyntacticSugar extends Object
| Constructor and Description |
|---|
SyntacticSugar() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
a(T value) |
static <T> T |
an(T value) |
static <T> T |
and(T value) |
static <T> T |
and(T value,
org.hamcrest.Matcher<? super T> matcher) |
static <T> T |
that(T value) |
static <T> T |
the(T value) |
static <T> T |
then(T value,
org.hamcrest.Matcher<? super T> matcher) |
static <T> T |
to(T value) |
static <T> T |
which(T value) |
public static <T> T and(T value)
public static <T> T the(T value)
public static <T> T a(T value)
public static <T> T to(T value)
public static <T> T an(T value)
public static <T> T which(T value)
public static <T> T that(T value)
public static <T> T then(T value,
org.hamcrest.Matcher<? super T> matcher)
public static <T> T and(T value,
org.hamcrest.Matcher<? super T> matcher)
Copyright © 2014. All Rights Reserved.