Class: Mutest::Selector Private

Inherits:
Object
  • Object
show all
Includes:
AbstractType, Adamantium::Flat
Defined in:
lib/mutest/selector.rb,
lib/mutest/selector/expression.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 base class for test selectors

Direct Known Subclasses

Expression

Defined Under Namespace

Classes: Expression

Instance Method Summary collapse

Instance Method Details

#callEnumerable<Test>

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.

Tests for subject

Parameters:

Returns:

  • (Enumerable<Test>)


11
# File 'lib/mutest/selector.rb', line 11

abstract_method :call