public class CommandHandler
extends java.lang.Object
| Constructor and Description |
|---|
CommandHandler(ExecutionEvent event)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteTest(SelectInfo selectInfo)
Deletes tests.
|
static void |
invalidateTest(SelectInfo selectInfo)
Invalidates tests.
|
void |
runProfileTest() |
static void |
runProfileTest(SelectInfo selectInfo)
Runs tests in profile mode.
|
void |
runTest() |
static void |
runTest(SelectInfo selectInfo)
Runs tests.
|
void |
saveTest() |
static void |
saveTest(SelectInfo selectInfo)
Saves tests.
|
void |
showActualReport()
Show actual report for current selection.
|
void |
showReferenceReport()
Show reference report for current selection.
|
void |
showTest()
Show source code of test.
|
static void |
showTest(SelectInfo selectInfo,
boolean search)
Show source of test.
|
public CommandHandler(ExecutionEvent event)
event - public void runTest()
public void runProfileTest()
public void saveTest()
public static void runTest(SelectInfo selectInfo)
public static void runProfileTest(SelectInfo selectInfo)
public static void saveTest(SelectInfo selectInfo)
public static void deleteTest(SelectInfo selectInfo)
public static void invalidateTest(SelectInfo selectInfo)
public void showTest()
public static void showTest(SelectInfo selectInfo, boolean search)
selectInfo - selectionsearch - true to search both test from testee and vice versapublic void showActualReport()
public void showReferenceReport()