Module: TheArrayComparator

Defined in:
lib/the_array_comparator.rb,
lib/the_array_comparator/cache.rb,
lib/the_array_comparator/check.rb,
lib/the_array_comparator/result.rb,
lib/the_array_comparator/sample.rb,
lib/the_array_comparator/version.rb,
lib/the_array_comparator/comparator.rb,
lib/the_array_comparator/exceptions.rb,
lib/the_array_comparator/testing_helper.rb,
lib/the_array_comparator/strategy_dispatcher.rb,
lib/the_array_comparator/testing_helper/data_set.rb,
lib/the_array_comparator/testing_helper/test_data.rb,
lib/the_array_comparator/searching_strategies/base.rb,
lib/the_array_comparator/searching_strategies/is_equal.rb,
lib/the_array_comparator/searching_strategies/contains_all.rb,
lib/the_array_comparator/searching_strategies/contains_any.rb,
lib/the_array_comparator/searching_strategies/contains_not.rb,
lib/the_array_comparator/searching_strategies/is_not_equal.rb,
lib/the_array_comparator/caching_strategies/anonymous_cache.rb,
lib/the_array_comparator/caching_strategies/single_value_cache.rb,
lib/the_array_comparator/searching_strategies/contains_all_with_substring_search.rb,
lib/the_array_comparator/searching_strategies/contains_any_with_substring_search.rb,
lib/the_array_comparator/searching_strategies/contains_not_with_substring_search.rb

Overview

the main module

Defined Under Namespace

Modules: CachingStrategies, Exceptions, SearchingStrategies, TestingHelper Classes: Cache, Check, Comparator, Result, Sample, StrategyDispatcher

Constant Summary collapse

VERSION =
'0.5.0'