Class: HomeTest

Inherits:
ApplicationTest show all
Defined in:
sig/generated/test/home_test.rbs

Defined Under Namespace

Modules: English, Japanese

Constant Summary

Constants inherited from ApplicationTest

ApplicationTest::TEST_FILE_MAPS

Instance Attribute Summary collapse

Attributes inherited from ApplicationTest

#base_path, #group_by, #home_overflow, #language

Instance Method Summary collapse

Methods inherited from ApplicationTest

#teardown, #test_file_maps, #test_self_run, #test_validate_group_by!, #test_validate_home_overflow!, #test_validate_language!

Instance Attribute Details

#homeObject (readonly)

Returns the value of attribute home.

Returns:

  • (Object)


10
11
12
# File 'sig/generated/test/home_test.rbs', line 10

def home
  @home
end

#path_to_homeObject (readonly)

Returns the value of attribute path_to_home.

Returns:

  • (Object)


8
9
10
# File 'sig/generated/test/home_test.rbs', line 8

def path_to_home
  @path_to_home
end

#path_to_wikis_by_ownerObject (readonly)

Returns the value of attribute path_to_wikis_by_owner.

Returns:

  • (Object)


12
13
14
# File 'sig/generated/test/home_test.rbs', line 12

def path_to_wikis_by_owner
  @path_to_wikis_by_owner
end

Instance Method Details

#expected_homeString

Expected Home pages live under test/fixtures/home/.

Parameters:

  • basename (String)

Returns:

  • (String)


17
# File 'sig/generated/test/home_test.rbs', line 17

def expected_home: (String basename) -> String

#setupObject

Parameters:

  • group_by: (Object)
  • language: (Object)
  • home_overflow: (Object)

Returns:

  • (Object)


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

def setup: (?group_by: untyped, ?language: untyped, ?home_overflow: untyped) -> untyped