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 SectionManager
public void endSection()
endSection
in interface SectionManager
public Section getCurrentSection()
SectionProvider
getCurrentSection
in interface SectionProvider
public void beginVerify()
beginVerify
in interface Verifiable
public void endVerify()
endVerify
in interface Verifiable
public void beforeTestCase(Object testInstance, String testName)
beforeTestCase
in interface TestCaseListener
public void afterTestCase()
afterTestCase
in interface TestCaseListener
public Section getRootSection()
SectionProvider
getRootSection
in interface SectionProvider
public void overrideSection(String id, Section section)
overrideSection
in interface SectionManager
public void extendSection(String sectionToExtend)
extendSection
in interface SectionManager
Copyright © 2005-2013 Agical AB. All Rights Reserved.