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.MBeanSupportExceptionprotected String getDefaultObjectName()
getDefaultObjectName in class io.hawt.util.MBeanSupportpublic boolean isTestInProgress()
isTestInProgress in interface JUnitFacadeMBeanpublic InProgressDTO inProgress() throws Exception
inProgress in interface JUnitFacadeMBeanExceptionpublic ResultDTO runTestClasses(List<String> classNames) throws Exception
runTestClasses in interface JUnitFacadeMBeanExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.