public class SmartStackTraceParser extends Object
| Constructor and Description | 
|---|
SmartStackTraceParser(Class testClass,
                     Throwable throwable)  | 
SmartStackTraceParser(String testClassName,
                     Throwable throwable,
                     String testMethodName)  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
causeToString(Throwable cause)  | 
String | 
getString()  | 
static String | 
innerMostWithFocusOnClass(Throwable t,
                         String className)  | 
static String | 
toString(Throwable t,
        Iterable<StackTraceElement> elements)  | 
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.