Overview

Namespaces

  • expect
    • config
    • configurator
    • context
    • factory
    • matcher
      • strategy
    • package
    • registry
    • reporter

Classes

  • Dictionary
  • Expect
  • FailedMessage
  • MatcherDictionary
  • MatcherEvaluator
  • MatcherPackage
  • Result

Interfaces

  • Configurable
  • Configuration
  • Configurator
  • Context
  • ContextFactory
  • Evaluator
  • Matcher
  • MatcherContainer
  • MatcherFactory
  • MatcherRegistry
  • Message
  • PackageRegistrar
  • RegisterablePackage
  • ResultReporter

Traits

  • MatcherLookupTable

Functions

  • expect
  • Overview
  • Namespace
  • Class

Interface MatcherContainer

Container of matcher.

expect\MatcherContainer implements Countable

Direct known implementers

expect\MatcherDictionary, expect\MatcherRegistry

Indirect known implementers

expect\registry\DefaultMatcherRegistry
Namespace: expect
Copyright: Noritaka Horio holy.shared.design@gmail.com
Author: Noritaka Horio holy.shared.design@gmail.com
Located at MatcherContainer.php
Methods summary
public boolean
# has( string $name )

Find the matcher class by name. Returns true if it is found.

Find the matcher class by name. Returns true if it is found.

Parameters

$name
name

Returns

boolean
public expect\package\MatcherClass
# get( string $name )

Get the matcher class.

Get the matcher class.

Parameters

$name
name

Returns

expect\package\MatcherClass
Methods inherited from Countable
count()
Expect API documentation generated by ApiGen