@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") public abstract class AbstractRapidoidModule extends org.rapidoid.RapidoidThing implements RapidoidModule
| Constructor and Description |
|---|
AbstractRapidoidModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTest(Object test) |
void |
beforeTest(Object test) |
void |
boot() |
abstract void |
cleanUp() |
protected RapidoidModuleDesc |
desc() |
void |
initTest(Object test) |
String |
name() |
int |
order() |
public String name()
name in interface RapidoidModulepublic int order()
order in interface RapidoidModulepublic void boot()
boot in interface RapidoidModulepublic abstract void cleanUp()
cleanUp in interface RapidoidModulepublic void beforeTest(Object test)
beforeTest in interface RapidoidModulepublic void initTest(Object test)
initTest in interface RapidoidModulepublic void afterTest(Object test)
afterTest in interface RapidoidModuleprotected RapidoidModuleDesc desc()
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.