Class SidebarAssertionsImpl
java.lang.Object
com.atlassian.jira.functest.framework.assertions.SidebarAssertionsImpl
- All Implemented Interfaces:
SidebarAssertions
Default implementation of
SidebarAssertions- Since:
- 7.1
-
Constructor Summary
ConstructorsConstructorDescriptionSidebarAssertionsImpl(LocatorFactory locator, net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData) -
Method Summary
Modifier and TypeMethodDescriptionvoidassertProjectName(String name) Checks if provided project name matches what was rendered in the sidebar
-
Constructor Details
-
SidebarAssertionsImpl
@Inject public SidebarAssertionsImpl(LocatorFactory locator, net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
-
-
Method Details
-
assertProjectName
Description copied from interface:SidebarAssertionsChecks if provided project name matches what was rendered in the sidebar- Specified by:
assertProjectNamein interfaceSidebarAssertions- Parameters:
name- project name
-