Class: Mutest::Matcher Private

Inherits:
Object
  • Object
show all
Includes:
AbstractType, Adamantium::Flat
Defined in:
lib/mutest/matcher.rb,
lib/mutest/matcher/null.rb,
lib/mutest/matcher/chain.rb,
lib/mutest/matcher/scope.rb,
lib/mutest/matcher/config.rb,
lib/mutest/matcher/filter.rb,
lib/mutest/matcher/method.rb,
lib/mutest/matcher/static.rb,
lib/mutest/matcher/methods.rb,
lib/mutest/matcher/compiler.rb,
lib/mutest/matcher/namespace.rb,
lib/mutest/matcher/method/instance.rb,
lib/mutest/matcher/method/singleton.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Abstract matcher to find subjects to mutate

Direct Known Subclasses

Chain, Filter, Method, Methods, Namespace, Null, Scope

Defined Under Namespace

Classes: Chain, Compiler, Config, Filter, Method, Methods, Namespace, Null, Scope, Static

Instance Method Summary collapse

Instance Method Details

#callEnumerable<Subject>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Call matcher

Parameters:

Returns:



12
# File 'lib/mutest/matcher.rb', line 12

abstract_method :call