public class DefaultJUnitService extends Object implements JUnitService
Constructor and Description |
---|
DefaultJUnitService() |
Modifier and Type | Method and Description |
---|---|
List<Method> |
filterTestMethods(List<Method> methods,
String filter) |
Method |
findAfter(Class<?> clazz) |
Method |
findAfterClass(Class<?> clazz) |
Method |
findBefore(Class<?> clazz) |
Method |
findBeforeClass(Class<?> clazz) |
List<Method> |
findTestMethods(Class<?> clazz) |
public List<Method> findTestMethods(Class<?> clazz) throws Exception
findTestMethods
in interface JUnitService
Exception
public List<Method> filterTestMethods(List<Method> methods, String filter)
filterTestMethods
in interface JUnitService
public Method findBefore(Class<?> clazz) throws Exception
findBefore
in interface JUnitService
Exception
public Method findBeforeClass(Class<?> clazz) throws Exception
findBeforeClass
in interface JUnitService
Exception
public Method findAfter(Class<?> clazz) throws Exception
findAfter
in interface JUnitService
Exception
public Method findAfterClass(Class<?> clazz) throws Exception
findAfterClass
in interface JUnitService
Exception
Copyright © 2016 JBoss by Red Hat. All rights reserved.