Sha256: 95d892e90d1a7a998957fc1324636d41c8287465d2f5849fa96219fcf0f27a67

Contents?: true

Size: 307 Bytes

Versions: 47

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

module Mutant
  # Abstract base class for test selectors
  class Selector
    include AbstractType, Adamantium::Flat

    # Tests for subject
    #
    # @param [Subject] subjecto
    #
    # @return [Enumerable<Test>]
    abstract_method :call

  end # Selector
end # Mutant

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
mutant-0.10.25 lib/mutant/selector.rb
mutant-0.10.24 lib/mutant/selector.rb
mutant-0.10.23 lib/mutant/selector.rb
mutant-0.10.22 lib/mutant/selector.rb
mutant-0.10.21 lib/mutant/selector.rb
mutant-0.10.20 lib/mutant/selector.rb
mutant-0.10.19 lib/mutant/selector.rb
mutant-0.10.18 lib/mutant/selector.rb
mutant-0.10.17 lib/mutant/selector.rb
mutant-0.10.16 lib/mutant/selector.rb
mutant-0.10.15 lib/mutant/selector.rb
mutant-0.10.14 lib/mutant/selector.rb
mutant-0.10.13 lib/mutant/selector.rb
mutant-0.10.12 lib/mutant/selector.rb
mutant-0.10.11 lib/mutant/selector.rb
mutant-0.10.10 lib/mutant/selector.rb
mutant-0.10.9 lib/mutant/selector.rb
mutant-0.10.8 lib/mutant/selector.rb
mutant-0.10.7 lib/mutant/selector.rb
mutant-0.10.6 lib/mutant/selector.rb