Interface SidebarAssertions
- All Known Implementing Classes:
SidebarAssertionsImpl
public interface SidebarAssertions
Assertions for sidebar-related content
- Since:
- v7.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidassertProjectName(String name) Checks if provided project name matches what was rendered in the sidebar
-
Method Details
-
assertProjectName
Checks if provided project name matches what was rendered in the sidebar- Parameters:
name- project name
-