public class KurentoTestWatcher
extends org.junit.rules.TestWatcher
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
KurentoTestWatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failed(Throwable e,
org.junit.runner.Description description) |
static List<Method> |
getMethodsAnnotatedWith(Class<?> clazz,
Class<? extends Annotation> annotation) |
static void |
invokeMethods(List<Method> methods,
Class<? extends Annotation> annotation,
Throwable throwable,
org.junit.runner.Description description) |
static void |
invokeMethodsAnnotatedWith(Class<? extends Annotation> annotation,
Class<?> testClass,
Throwable throwable,
org.junit.runner.Description description) |
static boolean |
isSuccees() |
protected void |
succeeded(org.junit.runner.Description description) |
protected void succeeded(org.junit.runner.Description description)
succeeded in class org.junit.rules.TestWatcherprotected void failed(Throwable e, org.junit.runner.Description description)
failed in class org.junit.rules.TestWatcherpublic static void invokeMethodsAnnotatedWith(Class<? extends Annotation> annotation, Class<?> testClass, Throwable throwable, org.junit.runner.Description description)
public static boolean isSuccees()
public static void invokeMethods(List<Method> methods, Class<? extends Annotation> annotation, Throwable throwable, org.junit.runner.Description description)
public static List<Method> getMethodsAnnotatedWith(Class<?> clazz, Class<? extends Annotation> annotation)
Copyright © 2018 Kurento. All rights reserved.