| java.lang.Object org.hansel.Util
Util | public class Util (Code) | | Class containing utility methods.
author: Niklas Mehner |
Constructor Summary | |
public | Util() This class is static and cannot be instantiated. |
dumpResult | public static void dumpResult(TestResult result)(Code) | | Dumps the Failures and Errors contained in the result to stdio.
Parameters: result - Result to dump. |
findIndex | public static int findIndex(InsnList instructions, Label label)(Code) | | |
|
|