Class: HomeTest
- Inherits:
-
ApplicationTest
- Object
- Minitest::Test
- ApplicationTest
- HomeTest
- Defined in:
- sig/generated/test/home_test.rbs
Direct Known Subclasses
English::CategorisedHomeTest, English::OwnedHomeTest, Japanese::CategorisedHomeTest, Japanese::OwnedHomeTest
Defined Under Namespace
Constant Summary
Constants inherited from ApplicationTest
ApplicationTest::TEST_FILE_MAPS
Instance Attribute Summary collapse
-
#home ⇒ Object
readonly
Returns the value of attribute home.
-
#path_to_home ⇒ Object
readonly
Returns the value of attribute path_to_home.
-
#path_to_wikis_by_owner ⇒ Object
readonly
Returns the value of attribute path_to_wikis_by_owner.
Attributes inherited from ApplicationTest
#base_path, #group_by, #home_overflow, #language
Instance Method Summary collapse
-
#expected_home ⇒ String
Expected Home pages live under test/fixtures/home/.
- #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
#home ⇒ Object (readonly)
Returns the value of attribute home.
10 11 12 |
# File 'sig/generated/test/home_test.rbs', line 10 def home @home end |
#path_to_home ⇒ Object (readonly)
Returns the value of attribute path_to_home.
8 9 10 |
# File 'sig/generated/test/home_test.rbs', line 8 def path_to_home @path_to_home end |
#path_to_wikis_by_owner ⇒ Object (readonly)
Returns the value of attribute path_to_wikis_by_owner.
12 13 14 |
# File 'sig/generated/test/home_test.rbs', line 12 def path_to_wikis_by_owner @path_to_wikis_by_owner end |
Instance Method Details
#expected_home ⇒ String
Expected Home pages live under test/fixtures/home/.
17 |
# File 'sig/generated/test/home_test.rbs', line 17
def expected_home: (String basename) -> String
|
#setup ⇒ Object
4 |
# File 'sig/generated/test/home_test.rbs', line 4
def setup: (?group_by: untyped, ?language: untyped, ?home_overflow: untyped) -> untyped
|