Class: FloatTest (Umu::Test::Library::Class::Atom::Number)

Overview
Module Structure
Class Hierarchy
Instance Methods
FloatTest#setup
FloatTest#test_cmess_make_nan
FloatTest#test_cmess_make_infinity
FloatTest#test_imess_is_zero
FloatTest#test_imess_is_positive
FloatTest#test_imess_is_negative
FloatTest#test_imess_show_finite
FloatTest#test_imess_finite_to_s
FloatTest#test_imess_show_nan
FloatTest#test_imess_nan_to_s
FloatTest#test_imess_show_positive_infinite
FloatTest#test_imess_positive_infinite_to_s
FloatTest#test_imess_show_negative_infinite
FloatTest#test_imess_negative_infinite_to_s
FloatTest#test_imess_to_i
FloatTest#test_imess_to_f
FloatTest#test_imess_negate
FloatTest#test_imess_abs
FloatTest#test_imess_add
FloatTest#test_imess_sub
FloatTest#test_imess_multiply
FloatTest#test_imess_divide
FloatTest#test_imess_divide_by_zero
FloatTest#test_imess_mod
FloatTest#test_imess_pow
FloatTest#test_imess_random
FloatTest#test_parameter_value_should_not_be_negative_number
FloatTest#test_parameter_of_computer_should_be_a_float
FloatTest#test_parameter_of_relation_operator_should_be_a_float
is a submodule of
module: Number ( Umu::Test::Library::Class::Atom )
has modular siblings
class: IntTest   
inherits from
  Test ( Minitest )
has properties
method: setup   
method: test_cmess_make_nan   
method: test_cmess_make_infinity   
method: test_imess_is_zero   
method: test_imess_is_positive   
method: test_imess_is_negative   
method: test_imess_show_finite   
method: test_imess_finite_to_s   
method: test_imess_show_nan   
method: test_imess_nan_to_s   
method: test_imess_show_positive_infinite   
method: test_imess_positive_infinite_to_s   
method: test_imess_show_negative_infinite   
method: test_imess_negative_infinite_to_s   
method: test_imess_to_i   
method: test_imess_to_f   
method: test_imess_negate   
method: test_imess_abs   
method: test_imess_add   
method: test_imess_sub   
method: test_imess_multiply   
method: test_imess_divide   
method: test_imess_divide_by_zero   
method: test_imess_mod   
method: test_imess_pow   
method: test_imess_random   
method: test_parameter_value_should_not_be_negative_number   
method: test_parameter_of_computer_should_be_a_float   
method: test_parameter_of_relation_operator_should_be_a_float   
is defined at
#18 in class_library/atom/float_test.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Minitest
class: Test     
  module: Umu
  module: Test
  module: Library
  module: Class
  module: Atom
  module: Number
class: IntTest     
class: FloatTest     

Instance Methods

FloatTest#setup

#19 in class_library/atom/float_test.rb

setup

FloatTest#test_cmess_make_nan

#26 in class_library/atom/float_test.rb

test_cmess_make_nan

FloatTest#test_cmess_make_infinity

#33 in class_library/atom/float_test.rb

test_cmess_make_infinity

FloatTest#test_imess_is_zero

#42 in class_library/atom/float_test.rb

test_imess_is_zero

FloatTest#test_imess_is_positive

#53 in class_library/atom/float_test.rb

test_imess_is_positive

FloatTest#test_imess_is_negative

#64 in class_library/atom/float_test.rb

test_imess_is_negative

FloatTest#test_imess_show_finite

#77 in class_library/atom/float_test.rb

test_imess_show_finite

FloatTest#test_imess_finite_to_s

#84 in class_library/atom/float_test.rb

test_imess_finite_to_s

FloatTest#test_imess_show_nan

#91 in class_library/atom/float_test.rb

test_imess_show_nan

FloatTest#test_imess_nan_to_s

#98 in class_library/atom/float_test.rb

test_imess_nan_to_s

FloatTest#test_imess_show_positive_infinite

#105 in class_library/atom/float_test.rb

test_imess_show_positive_infinite

FloatTest#test_imess_positive_infinite_to_s

#112 in class_library/atom/float_test.rb

test_imess_positive_infinite_to_s

FloatTest#test_imess_show_negative_infinite

#119 in class_library/atom/float_test.rb

test_imess_show_negative_infinite

FloatTest#test_imess_negative_infinite_to_s

#126 in class_library/atom/float_test.rb

test_imess_negative_infinite_to_s

FloatTest#test_imess_to_i

#135 in class_library/atom/float_test.rb

test_imess_to_i

FloatTest#test_imess_to_f

#142 in class_library/atom/float_test.rb

test_imess_to_f

FloatTest#test_imess_negate

#151 in class_library/atom/float_test.rb

test_imess_negate

FloatTest#test_imess_abs

#162 in class_library/atom/float_test.rb

test_imess_abs

FloatTest#test_imess_add

#173 in class_library/atom/float_test.rb

test_imess_add

FloatTest#test_imess_sub

#180 in class_library/atom/float_test.rb

test_imess_sub

FloatTest#test_imess_multiply

#187 in class_library/atom/float_test.rb

test_imess_multiply

FloatTest#test_imess_divide

#194 in class_library/atom/float_test.rb

test_imess_divide

FloatTest#test_imess_divide_by_zero

#201 in class_library/atom/float_test.rb

test_imess_divide_by_zero

FloatTest#test_imess_mod

#208 in class_library/atom/float_test.rb

test_imess_mod

FloatTest#test_imess_pow

#215 in class_library/atom/float_test.rb

test_imess_pow

FloatTest#test_imess_random

#222 in class_library/atom/float_test.rb

test_imess_random

FloatTest#test_parameter_value_should_not_be_negative_number

#229 in class_library/atom/float_test.rb

test_parameter_value_should_not_be_negative_number

FloatTest#test_parameter_of_computer_should_be_a_float

#238 in class_library/atom/float_test.rb

test_parameter_of_computer_should_be_a_float

FloatTest#test_parameter_of_relation_operator_should_be_a_float

#253 in class_library/atom/float_test.rb

test_parameter_of_relation_operator_should_be_a_float