Class: SidebarTest
- Inherits:
-
ApplicationTest
- Object
- Minitest::Test
- ApplicationTest
- SidebarTest
- Defined in:
- sig/generated/test/sidebar_test.rbs
Direct Known Subclasses
English::OwnedSidebarTest, English::PlainSidebarTest, Japanese::OwnedSidebarTest, Japanese::PlainSidebarTest
Defined Under Namespace
Constant Summary
Constants inherited from ApplicationTest
ApplicationTest::TEST_FILE_MAPS
Instance Attribute Summary collapse
-
#path_to_sidebar ⇒ Object
readonly
Returns the value of attribute path_to_sidebar.
-
#sidebar ⇒ Object
readonly
Returns the value of attribute sidebar.
Attributes inherited from ApplicationTest
#base_path, #group_by, #home_overflow, #language
Instance Method Summary collapse
-
#expected_sidebar ⇒ String
Expected Sidebar pages live under test/fixtures/sidebar/.
- #setup ⇒ Object
Methods inherited from ApplicationTest
#teardown, #test_file_maps, #test_self_run, #test_validate_group_by!, #test_validate_home_overflow!, #test_validate_language!
Instance Attribute Details
#path_to_sidebar ⇒ Object (readonly)
Returns the value of attribute path_to_sidebar.
8 9 10 |
# File 'sig/generated/test/sidebar_test.rbs', line 8 def @path_to_sidebar end |
#sidebar ⇒ Object (readonly)
Returns the value of attribute sidebar.
10 11 12 |
# File 'sig/generated/test/sidebar_test.rbs', line 10 def @sidebar end |
Instance Method Details
#expected_sidebar ⇒ String
Expected Sidebar pages live under test/fixtures/sidebar/.
15 |
# File 'sig/generated/test/sidebar_test.rbs', line 15
def expected_sidebar: (String basename) -> String
|
#setup ⇒ Object
4 |
# File 'sig/generated/test/sidebar_test.rbs', line 4
def setup: (?group_by: untyped, ?language: untyped) -> untyped
|