@Trait @CompileStatic trait ServiceUnitTest<T> extends ParameterizedGrailsUnitTest<T>
| Modifiers | Name | Description |
|---|---|---|
static String |
DATATEST_CLASS |
| Type Params | Return Type | Name and description |
|---|---|---|
|
String |
getBeanName(Class<?> serviceClass) |
|
T |
getService() |
|
void |
mockArtefact(Class<?> serviceClass)Mocks a service class, registering it with the application context |