public class State extends Object
Constructor and Description |
---|
State() |
Modifier and Type | Method and Description |
---|---|
static Throwable |
caughtExceptionAfterJunit() |
static void |
caughtExceptionAfterJunit(Throwable afterException) |
static void |
caughtTestException(Throwable throwable) |
static Throwable |
getTestException() |
static boolean |
hasTestException() |
static boolean |
isNotRunningInEclipse() |
static boolean |
isRunningInEclipse() |
public static boolean isRunningInEclipse()
public static boolean isNotRunningInEclipse()
public static void caughtTestException(Throwable throwable)
public static boolean hasTestException()
public static Throwable getTestException()
public static Throwable caughtExceptionAfterJunit()
public static void caughtExceptionAfterJunit(Throwable afterException)
Copyright © 2017 JBoss by Red Hat. All rights reserved.