public class JUnitFacade extends io.hawt.util.MBeanSupport implements JUnitFacadeMBean
Constructor and Description |
---|
JUnitFacade() |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultObjectName() |
static JUnitFacade |
getSingleton() |
void |
init() |
InProgressDTO |
inProgress() |
boolean |
isTestInProgress() |
ResultDTO |
runTestClasses(List<String> classNames) |
public static JUnitFacade getSingleton()
public void init() throws Exception
init
in class io.hawt.util.MBeanSupport
Exception
protected String getDefaultObjectName()
getDefaultObjectName
in class io.hawt.util.MBeanSupport
public boolean isTestInProgress()
isTestInProgress
in interface JUnitFacadeMBean
public InProgressDTO inProgress() throws Exception
inProgress
in interface JUnitFacadeMBean
Exception
public ResultDTO runTestClasses(List<String> classNames) throws Exception
runTestClasses
in interface JUnitFacadeMBean
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.