Class: ApplicationTest

Inherits:
Minitest::Test
  • Object
show all
Defined in:
sig/generated/test/application_test.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dirnameObject (readonly)

Returns the value of attribute dirname.

Returns:

  • (Object)


26
27
28
# File 'sig/generated/test/application_test.rbs', line 26

def dirname
  @dirname
end

#ioObject (readonly)

Returns the value of attribute io.

Returns:

  • (Object)


30
31
32
# File 'sig/generated/test/application_test.rbs', line 30

def io
  @io
end

#patternObject (readonly)

Returns the value of attribute pattern.

Returns:

  • (Object)


28
29
30
# File 'sig/generated/test/application_test.rbs', line 28

def pattern
  @pattern
end

Instance Method Details

#setupObject

Returns:

  • (Object)


4
# File 'sig/generated/test/application_test.rbs', line 4

def setup: () -> untyped

#teardownObject

Returns:

  • (Object)


6
# File 'sig/generated/test/application_test.rbs', line 6

def teardown: () -> untyped

#test_invalid_modeObject

Returns:

  • (Object)


8
# File 'sig/generated/test/application_test.rbs', line 8

def test_invalid_mode: () -> untyped

#test_run_announces_empty_when_nothing_matchesObject

Returns:

  • (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_progressObject

Returns:

  • (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_progressObject

Returns:

  • (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_modeObject

Returns:

  • (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_modeObject

Returns:

  • (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_modeObject

Returns:

  • (Object)


14
# File 'sig/generated/test/application_test.rbs', line 14

def test_run_in_exec_mode: () -> untyped

#test_run_refuses_a_filesystem_rootObject

Returns:

  • (Object)


22
# File 'sig/generated/test/application_test.rbs', line 22

def test_run_refuses_a_filesystem_root: () -> untyped