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 IController
public Component getView()
getView
in interface IController
public void update()
public void OnShowSuiteResult(TestSuite suite)
public void OnShowRuleResult(Rule rule)
Copyright © 1992–2015 ANTLR. All rights reserved.