com.lyncode.jtwig
Class SyntacticSugar

java.lang.Object
  extended by com.lyncode.jtwig.SyntacticSugar

public class SyntacticSugar
extends Object


Constructor Summary
SyntacticSugar()
           
 
Method Summary
static
<T> T
after(T value)
           
static
<T> T
given(T value)
           
static
<T> T
then(T value, org.hamcrest.Matcher<T>... matcher)
           
static
<T> T
when(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntacticSugar

public SyntacticSugar()
Method Detail

when

public static <T> T when(T value)

given

public static <T> T given(T value)

after

public static <T> T after(T value)

then

public static <T> T then(T value,
                         org.hamcrest.Matcher<T>... matcher)


Copyright © 2014. All Rights Reserved.