public class TestPlatform
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NEW_LINE |
| Constructor and Description |
|---|
TestPlatform() |
| Modifier and Type | Method and Description |
|---|---|
static void |
emitWarning(java.lang.String warning) |
static java.lang.Throwable |
getExceptionCause(java.lang.Throwable e) |
static java.io.Writer |
getStdErr() |
static boolean |
hasParameters(java.lang.reflect.Method method) |
static boolean |
isPublic(java.lang.reflect.Method method) |
static boolean |
isStatic(java.lang.reflect.Method method) |
static java.io.Writer |
openTextFile(java.lang.String fname) |
static void |
printStackTrace(java.io.Writer writer,
java.lang.Throwable t) |
public static java.lang.Throwable getExceptionCause(java.lang.Throwable e)
public static void printStackTrace(java.io.Writer writer,
java.lang.Throwable t)
public static java.io.Writer getStdErr()
public static boolean isStatic(java.lang.reflect.Method method)
public static boolean isPublic(java.lang.reflect.Method method)
public static boolean hasParameters(java.lang.reflect.Method method)
public static void emitWarning(java.lang.String warning)
public static java.io.Writer openTextFile(java.lang.String fname)
throws java.io.IOException
java.io.IOException