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

#base_dirObject (readonly)

Returns the value of attribute base_dir.

Returns:

  • (Object)


18
19
20
# File 'sig/generated/test/application_test.rbs', line 18

def base_dir
  @base_dir
end

Instance Method Details

#fixture_pathsArray[String]

Returns:

  • (Array[String])


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

def fixture_paths: () -> Array[String]

#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_replace_space_with_specific_delimiter_in_execution_modeObject

Returns:

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

Returns:

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

Returns:

  • (Object)


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

def test_replace_space_with_underscore_in_execution_mode: () -> untyped