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

Overview
Module Structure
Class Hierarchy
Instance Methods
PolyTest#setup
PolyTest#test_value_empty
PolyTest#test_should_not_be_matched_list_to_empty_pattern_in_declaration
PolyTest#test_value_singleton
PolyTest#test_value
PolyTest#test_value_with_last_1
PolyTest#test_value_with_last_2
PolyTest#test_should_not_be_matched_list_to_shorter_pattern_in_declaration
PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_1
PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_2
PolyTest#test_value_type
PolyTest#test_should_be_kind_of_specified_type_in_declaration_1_head
PolyTest#test_should_be_kind_of_specified_type_in_declaration_2_tail
PolyTest#test_lambda
PolyTest#test_lambda_empty
PolyTest#test_should_not_be_matched_list_to_empty_pattern_in_lambda
PolyTest#test_lambda_singleton
PolyTest#test_lambda_with_last_1
PolyTest#test_lambda_with_last_2
PolyTest#test_should_not_be_matched_list_to_shorter_pattern_in_lambda
PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_1
PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_2
PolyTest#test_lambda_type
PolyTest#test_should_be_kind_of_specified_type_in_lambda_1_head
PolyTest#test_should_be_kind_of_specified_type_in_lambda_2_tail
is a submodule of
module: Pattern ( Umu::Test::Grammar::CoreLanguage )
has modular siblings
module: Variable   
class: UnitTest   
class: TupleTest   
class: NamedTupleTest   
class: ListTest   
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_1_head   
method: test_should_be_kind_of_specified_type_in_declaration_2_tail   
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_1_head   
method: test_should_be_kind_of_specified_type_in_lambda_2_tail   
is defined at
#16 in core_language/pattern/poly_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

PolyTest#setup

#26 in core_language/pattern/poly_test.rb

setup

PolyTest#test_value_empty

#31 in core_language/pattern/poly_test.rb

test_value_empty

PolyTest#test_should_not_be_matched_list_to_empty_pattern_in_declaration

#40 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_empty_pattern_in_declaration

PolyTest#test_value_singleton

#49 in core_language/pattern/poly_test.rb

test_value_singleton

PolyTest#test_value

#60 in core_language/pattern/poly_test.rb

test_value

PolyTest#test_value_with_last_1

#75 in core_language/pattern/poly_test.rb

test_value_with_last_1

PolyTest#test_value_with_last_2

#89 in core_language/pattern/poly_test.rb

test_value_with_last_2

PolyTest#test_should_not_be_matched_list_to_shorter_pattern_in_declaration

#106 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_shorter_pattern_in_declaration

PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_1

#115 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_declaration_1

PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_declaration_2

#124 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_declaration_2

PolyTest#test_value_type

#133 in core_language/pattern/poly_test.rb

test_value_type

PolyTest#test_should_be_kind_of_specified_type_in_declaration_1_head

#147 in core_language/pattern/poly_test.rb

test_should_be_kind_of_specified_type_in_declaration_1_head

PolyTest#test_should_be_kind_of_specified_type_in_declaration_2_tail

#156 in core_language/pattern/poly_test.rb

test_should_be_kind_of_specified_type_in_declaration_2_tail

PolyTest#test_lambda

#165 in core_language/pattern/poly_test.rb

test_lambda

PolyTest#test_lambda_empty

#174 in core_language/pattern/poly_test.rb

test_lambda_empty

PolyTest#test_should_not_be_matched_list_to_empty_pattern_in_lambda

#183 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_empty_pattern_in_lambda

PolyTest#test_lambda_singleton

#192 in core_language/pattern/poly_test.rb

test_lambda_singleton

PolyTest#test_lambda_with_last_1

#201 in core_language/pattern/poly_test.rb

test_lambda_with_last_1

PolyTest#test_lambda_with_last_2

#215 in core_language/pattern/poly_test.rb

test_lambda_with_last_2

PolyTest#test_should_not_be_matched_list_to_shorter_pattern_in_lambda

#234 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_shorter_pattern_in_lambda

PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_1

#243 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_lambda_1

PolyTest#test_should_not_be_matched_list_to_longer_pattern_in_lambda_2

#252 in core_language/pattern/poly_test.rb

test_should_not_be_matched_list_to_longer_pattern_in_lambda_2

PolyTest#test_lambda_type

#261 in core_language/pattern/poly_test.rb

test_lambda_type

PolyTest#test_should_be_kind_of_specified_type_in_lambda_1_head

#275 in core_language/pattern/poly_test.rb

test_should_be_kind_of_specified_type_in_lambda_1_head

PolyTest#test_should_be_kind_of_specified_type_in_lambda_2_tail

#284 in core_language/pattern/poly_test.rb

test_should_be_kind_of_specified_type_in_lambda_2_tail