Class: ApplicationTest
- Inherits:
-
Minitest::Test
- Object
- Minitest::Test
- ApplicationTest
- Defined in:
- sig/generated/test/application_test.rbs
Instance Attribute Summary collapse
-
#dirname ⇒ Object
readonly
Returns the value of attribute dirname.
-
#io ⇒ Object
readonly
Returns the value of attribute io.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
Instance Method Summary collapse
- #setup ⇒ Object
- #teardown ⇒ Object
- #test_invalid_mode ⇒ Object
- #test_run_announces_empty_when_nothing_matches ⇒ Object
- #test_run_announces_the_dry_run_progress ⇒ Object
- #test_run_announces_the_execution_progress ⇒ Object
- #test_run_in_dry_run_mode_with_default_mode ⇒ Object
- #test_run_in_dry_run_mode_with_explicit_d_mode ⇒ Object
- #test_run_in_exec_mode ⇒ Object
- #test_run_refuses_a_filesystem_root ⇒ Object
Instance Attribute Details
#dirname ⇒ Object (readonly)
Returns the value of attribute dirname.
26 27 28 |
# File 'sig/generated/test/application_test.rbs', line 26 def dirname @dirname end |
#io ⇒ Object (readonly)
Returns the value of attribute io.
30 31 32 |
# File 'sig/generated/test/application_test.rbs', line 30 def io @io end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern.
28 29 30 |
# File 'sig/generated/test/application_test.rbs', line 28 def pattern @pattern end |
Instance Method Details
#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_run_announces_empty_when_nothing_matches ⇒ Object
20 |
# File 'sig/generated/test/application_test.rbs', line 20
def test_run_announces_empty_when_nothing_matches: () -> untyped
|
#test_run_announces_the_dry_run_progress ⇒ Object
16 |
# File 'sig/generated/test/application_test.rbs', line 16
def test_run_announces_the_dry_run_progress: () -> untyped
|
#test_run_announces_the_execution_progress ⇒ Object
18 |
# File 'sig/generated/test/application_test.rbs', line 18
def test_run_announces_the_execution_progress: () -> untyped
|
#test_run_in_dry_run_mode_with_default_mode ⇒ Object
10 |
# File 'sig/generated/test/application_test.rbs', line 10
def test_run_in_dry_run_mode_with_default_mode: () -> untyped
|
#test_run_in_dry_run_mode_with_explicit_d_mode ⇒ Object
12 |
# File 'sig/generated/test/application_test.rbs', line 12
def test_run_in_dry_run_mode_with_explicit_d_mode: () -> untyped
|
#test_run_in_exec_mode ⇒ Object
14 |
# File 'sig/generated/test/application_test.rbs', line 14
def test_run_in_exec_mode: () -> untyped
|
#test_run_refuses_a_filesystem_root ⇒ Object
22 |
# File 'sig/generated/test/application_test.rbs', line 22
def test_run_refuses_a_filesystem_root: () -> untyped
|