Class: ListTest (Umu::Test::Grammar::CoreLanguage::Pattern)

Overview
Module Structure
Class Hierarchy
Instance Methods
ListTest#setup
ListTest#test_value_empty
ListTest#test_should_not_be_matched_list_to_empty_pattern_in_declaration
ListTest#test_value_singleton
ListTest#test_value
ListTest#test_value_with_last_1
ListTest#test_value_with_last_2
ListTest#test_should_not_be_matched_list_to_shorter_pattern_in_declaration
ListTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_1
ListTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_2
ListTest#test_value_type
ListTest#test_should_be_kind_of_specified_type_in_declaration
ListTest#test_should_not_specify_type_to_tail_pattern_in_declaration
ListTest#test_lambda
ListTest#test_lambda_empty
ListTest#test_should_not_be_matched_list_to_empty_pattern_in_lambda
ListTest#test_lambda_singleton
ListTest#test_lambda_with_last_1
ListTest#test_lambda_with_last_2
ListTest#test_should_not_be_matched_list_to_shorter_pattern_in_lambda
ListTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_1
ListTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_2
ListTest#test_lambda_type
ListTest#test_should_be_kind_of_specified_type_in_lambda
ListTest#test_should_not_specify_type_to_tail_pattern_in_lambda
is a submodule of
module: Pattern ( Umu::Test::Grammar::CoreLanguage )
has modular siblings
module: Variable   
class: UnitTest   
class: TupleTest   
class: NamedTupleTest   
class: PolyTest   
inherits from
  Test ( Minitest )
has properties
method: setup   
method: test_value_empty   
method: test_should_not_be_matched_list_to_empty_pattern_in_declaration   
method: test_value_singleton   
method: test_value   
method: test_value_with_last_1   
method: test_value_with_last_2   
method: test_should_not_be_matched_list_to_shorter_pattern_in_declaration   
method: test_should_not_be_matched_list_to_longer_pattern_in_declaration_1   
method: test_should_not_be_matched_list_to_longer_pattern_in_declaration_2   
method: test_value_type   
method: test_should_be_kind_of_specified_type_in_declaration   
method: test_should_not_specify_type_to_tail_pattern_in_declaration   
method: test_lambda   
method: test_lambda_empty   
method: test_should_not_be_matched_list_to_empty_pattern_in_lambda   
method: test_lambda_singleton   
method: test_lambda_with_last_1   
method: test_lambda_with_last_2   
method: test_should_not_be_matched_list_to_shorter_pattern_in_lambda   
method: test_should_not_be_matched_list_to_longer_pattern_in_lambda_1   
method: test_should_not_be_matched_list_to_longer_pattern_in_lambda_2   
method: test_lambda_type   
method: test_should_be_kind_of_specified_type_in_lambda   
method: test_should_not_specify_type_to_tail_pattern_in_lambda   
is defined at
#16 in core_language/pattern/list_test.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Minitest
class: Test     
  module: Umu
  module: Test
  module: Grammar
  module: CoreLanguage
  module: Pattern
module: Variable     
class: UnitTest     
class: TupleTest     
class: NamedTupleTest     
class: ListTest     
class: PolyTest     

Class Hierarchy

Object ( Builtin-Module )
Test ( Minitest )
UnitTest ( Umu::Test::Grammar::CoreLanguage::Pattern )
TupleTest ( Umu::Test::Grammar::CoreLanguage::Pattern )
NamedTupleTest ( Umu::Test::Grammar::CoreLanguage::Pattern )
ListTest ( Umu::Test::Grammar::CoreLanguage::Pattern )
PolyTest ( Umu::Test::Grammar::CoreLanguage::Pattern )

Instance Methods

ListTest#setup

#26 in core_language/pattern/list_test.rb

setup

ListTest#test_value_empty

#31 in core_language/pattern/list_test.rb

test_value_empty

ListTest#test_should_not_be_matched_list_to_empty_pattern_in_declaration

#40 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_empty_pattern_in_declaration

ListTest#test_value_singleton

#49 in core_language/pattern/list_test.rb

test_value_singleton

ListTest#test_value

#60 in core_language/pattern/list_test.rb

test_value

ListTest#test_value_with_last_1

#75 in core_language/pattern/list_test.rb

test_value_with_last_1

ListTest#test_value_with_last_2

#89 in core_language/pattern/list_test.rb

test_value_with_last_2

ListTest#test_should_not_be_matched_list_to_shorter_pattern_in_declaration

#106 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_shorter_pattern_in_declaration

ListTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_1

#115 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_declaration_1

ListTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_2

#124 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_declaration_2

ListTest#test_value_type

#133 in core_language/pattern/list_test.rb

test_value_type

ListTest#test_should_be_kind_of_specified_type_in_declaration

#147 in core_language/pattern/list_test.rb

test_should_be_kind_of_specified_type_in_declaration

ListTest#test_should_not_specify_type_to_tail_pattern_in_declaration

#156 in core_language/pattern/list_test.rb

test_should_not_specify_type_to_tail_pattern_in_declaration

ListTest#test_lambda

#165 in core_language/pattern/list_test.rb

test_lambda

ListTest#test_lambda_empty

#174 in core_language/pattern/list_test.rb

test_lambda_empty

ListTest#test_should_not_be_matched_list_to_empty_pattern_in_lambda

#183 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_empty_pattern_in_lambda

ListTest#test_lambda_singleton

#192 in core_language/pattern/list_test.rb

test_lambda_singleton

ListTest#test_lambda_with_last_1

#201 in core_language/pattern/list_test.rb

test_lambda_with_last_1

ListTest#test_lambda_with_last_2

#215 in core_language/pattern/list_test.rb

test_lambda_with_last_2

ListTest#test_should_not_be_matched_list_to_shorter_pattern_in_lambda

#234 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_shorter_pattern_in_lambda

ListTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_1

#243 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_lambda_1

ListTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_2

#252 in core_language/pattern/list_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_lambda_2

ListTest#test_lambda_type

#261 in core_language/pattern/list_test.rb

test_lambda_type

ListTest#test_should_be_kind_of_specified_type_in_lambda

#275 in core_language/pattern/list_test.rb

test_should_be_kind_of_specified_type_in_lambda

ListTest#test_should_not_specify_type_to_tail_pattern_in_lambda

#284 in core_language/pattern/list_test.rb

test_should_not_specify_type_to_tail_pattern_in_lambda