public class TestContext_GroovyExtension extends Object
Constructor and Description |
---|
TestContext_GroovyExtension() |
public static <T> Object get(TestContext j_receiver, String key)
public static <T> Object put(TestContext j_receiver, String key, Object value)
public static <T> Object remove(TestContext j_receiver, String key)
public static TestContext assertNull(TestContext j_receiver, Object expected)
public static TestContext assertNull(TestContext j_receiver, Object expected, String message)
public static TestContext assertNotNull(TestContext j_receiver, Object expected)
public static TestContext assertNotNull(TestContext j_receiver, Object expected, String message)
public static TestContext assertEquals(TestContext j_receiver, Object expected, Object actual)
public static TestContext assertEquals(TestContext j_receiver, Object expected, Object actual, String message)
public static TestContext assertNotEquals(TestContext j_receiver, Object first, Object second)
public static TestContext assertNotEquals(TestContext j_receiver, Object first, Object second, String message)
public static <T> Handler<AsyncResult<Object>> asyncAssertSuccess(TestContext j_receiver)
public static <T> Handler<AsyncResult<Object>> asyncAssertSuccess(TestContext j_receiver, Handler<Object> resultHandler)
public static <T> Handler<AsyncResult<Object>> asyncAssertFailure(TestContext j_receiver)
public static <T> Handler<AsyncResult<Object>> asyncAssertFailure(TestContext j_receiver, Handler<Throwable> causeHandler)
Copyright © 2017. All rights reserved.