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) |
protected void |
finished(org.junit.runner.Description description) |
List<Method> |
getMethodsAnnotatedWith(Class<?> clazz,
Class<? extends Annotation> annotation) |
void |
invokeMethods(List<Method> methods,
Class<? extends Annotation> annotation,
Throwable throwable,
org.junit.runner.Description description) |
static boolean |
isSuccees() |
protected void |
starting(org.junit.runner.Description description) |
protected void |
succeeded(org.junit.runner.Description description) |
protected void starting(org.junit.runner.Description description)
starting in class org.junit.rules.TestWatcherprotected 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.TestWatcherprotected void finished(org.junit.runner.Description description)
finished in class org.junit.rules.TestWatcherpublic static boolean isSuccees()
public void invokeMethods(List<Method> methods, Class<? extends Annotation> annotation, Throwable throwable, org.junit.runner.Description description)
public List<Method> getMethodsAnnotatedWith(Class<?> clazz, Class<? extends Annotation> annotation)
Copyright © 2015 Kurento. All rights reserved.