public class TryCatchBlockGenerator extends Object
Creates a try-catch block around a given AssertStatement and catches a PowerAssertionError to reuse the generated visual output.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public static BlockStatement | generateTryCatchBlock(ClassNode assertionErrorClass, String message, Statement assertStatement) | 
|  | public static BlockStatement | generateTryCatchBlockForInlineMode(ClassNode assertionErrorClass, String message, Statement assertStatement) |