Class: ApplicationTest
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- ApplicationTest
show all
- Defined in:
- sig/generated/test/application_test.rbs
Constant Summary
collapse
- TEST_FILE_MAPS =
Instance Attribute Summary collapse
Instance Method Summary
collapse
Instance Attribute Details
#base_path ⇒ Object
Returns the value of attribute base_path.
20
21
22
|
# File 'sig/generated/test/application_test.rbs', line 20
def base_path
@base_path
end
|
#group_by ⇒ Object
Returns the value of attribute group_by.
22
23
24
|
# File 'sig/generated/test/application_test.rbs', line 22
def group_by
@group_by
end
|
#home_overflow ⇒ Object
Returns the value of attribute home_overflow.
26
27
28
|
# File 'sig/generated/test/application_test.rbs', line 26
def home_overflow
@home_overflow
end
|
#language ⇒ Object
Returns the value of attribute language.
24
25
26
|
# File 'sig/generated/test/application_test.rbs', line 24
def language
@language
end
|
Instance Method Details
#setup ⇒ Object
6
|
# File 'sig/generated/test/application_test.rbs', line 6
def setup: (?base_path: untyped, ?group_by: untyped, ?language: untyped, ?home_overflow: untyped) -> untyped
|
#teardown ⇒ Object
8
|
# File 'sig/generated/test/application_test.rbs', line 8
def teardown: () -> untyped
|
#test_file_maps ⇒ Hash[String, String]
29
|
# File 'sig/generated/test/application_test.rbs', line 29
def test_file_maps: () -> Hash[String, String]
|
#test_self_run ⇒ Object
16
|
# File 'sig/generated/test/application_test.rbs', line 16
def test_self_run: () -> untyped
|
#test_validate_group_by! ⇒ Object
10
|
# File 'sig/generated/test/application_test.rbs', line 10
def test_validate_group_by!: () -> untyped
|
#test_validate_home_overflow! ⇒ Object
14
|
# File 'sig/generated/test/application_test.rbs', line 14
def test_validate_home_overflow!: () -> untyped
|
#test_validate_language! ⇒ Object
12
|
# File 'sig/generated/test/application_test.rbs', line 12
def test_validate_language!: () -> untyped
|