public class TestableUtil extends Object
| Constructor and Description |
|---|
TestableUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
currentSourceMethodName()
Get the last visit method in source file
|
static String |
currentTestCaseName(String testClassName)
Get current test case method
|
static String |
previousStackLocation()
Get file name and line number of where current method was called
|
public static String currentSourceMethodName()
public static String currentTestCaseName(String testClassName)
testClassName - name of current test classpublic static String previousStackLocation()
Copyright © 2020. All rights reserved.