Class: ApplicationTest
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- ApplicationTest
- Defined in:
- sig/generated/test/application_test.rbs
Instance Attribute Summary collapse
-
#base_dir ⇒ Object
readonly
Returns the value of attribute base_dir.
Instance Method Summary collapse
- #fixture_paths ⇒ Array[String]
- #setup ⇒ Object
- #teardown ⇒ Object
- #test_invalid_mode ⇒ Object
- #test_replace_space_with_specific_delimiter_in_execution_mode ⇒ Object
- #test_replace_space_with_underscore_in_dry_run_mode ⇒ Object
- #test_replace_space_with_underscore_in_execution_mode ⇒ Object
Instance Attribute Details
#base_dir ⇒ Object (readonly)
Returns the value of attribute base_dir.
18 19 20 |
# File 'sig/generated/test/application_test.rbs', line 18 def base_dir @base_dir end |
Instance Method Details
#fixture_paths ⇒ Array[String]
21 |
# File 'sig/generated/test/application_test.rbs', line 21
def fixture_paths: () -> Array[String]
|
#setup ⇒ Object
4 |
# File 'sig/generated/test/application_test.rbs', line 4
def setup: () -> untyped
|
#teardown ⇒ Object
6 |
# File 'sig/generated/test/application_test.rbs', line 6
def teardown: () -> untyped
|
#test_invalid_mode ⇒ Object
8 |
# File 'sig/generated/test/application_test.rbs', line 8
def test_invalid_mode: () -> untyped
|
#test_replace_space_with_specific_delimiter_in_execution_mode ⇒ Object
14 |
# File 'sig/generated/test/application_test.rbs', line 14
def test_replace_space_with_specific_delimiter_in_execution_mode: () -> untyped
|
#test_replace_space_with_underscore_in_dry_run_mode ⇒ Object
10 |
# File 'sig/generated/test/application_test.rbs', line 10
def test_replace_space_with_underscore_in_dry_run_mode: () -> untyped
|
#test_replace_space_with_underscore_in_execution_mode ⇒ Object
12 |
# File 'sig/generated/test/application_test.rbs', line 12
def test_replace_space_with_underscore_in_execution_mode: () -> untyped
|