public class SectionManagerService extends Object implements SectionManager, SectionProvider, Verifiable, TestCaseListener
| Constructor and Description |
|---|
SectionManagerService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTestCase() |
void |
beforeTestCase(Object testInstance,
String testName) |
void |
beginSection(Section section) |
void |
beginVerify() |
void |
endSection() |
void |
endVerify() |
void |
extendSection(String sectionToExtend) |
Section |
getCurrentSection()
Will return the current section
|
Section |
getRootSection()
Will return the rootSection
|
void |
overrideSection(String id,
Section section) |
public void beginSection(Section section)
beginSection in interface SectionManagerpublic void endSection()
endSection in interface SectionManagerpublic Section getCurrentSection()
SectionProvidergetCurrentSection in interface SectionProviderpublic void beginVerify()
beginVerify in interface Verifiablepublic void endVerify()
endVerify in interface Verifiablepublic void beforeTestCase(Object testInstance, String testName)
beforeTestCase in interface TestCaseListenerpublic void afterTestCase()
afterTestCase in interface TestCaseListenerpublic Section getRootSection()
SectionProvidergetRootSection in interface SectionProviderpublic void overrideSection(String id, Section section)
overrideSection in interface SectionManagerpublic void extendSection(String sectionToExtend)
extendSection in interface SectionManagerCopyright © 2005-2013 Agical AB. All Rights Reserved.