public class RunnerController extends Object implements IController
| Modifier and Type | Class and Description |
|---|---|
class |
RunnerController.RunnerView |
| Constructor and Description |
|---|
RunnerController() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getModel() |
Component |
getView() |
void |
OnShowRuleResult(Rule rule) |
void |
OnShowSuiteResult(TestSuite suite) |
void |
update() |
public Object getModel()
getModel in interface IControllerpublic Component getView()
getView in interface IControllerpublic void update()
public void OnShowSuiteResult(TestSuite suite)
public void OnShowRuleResult(Rule rule)
Copyright © 1992-2013 ANTLR. All Rights Reserved.