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

Trait MatcherLookupTable

Implementation of container.

Direct Known Users

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

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

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

Parameters

$name
macther name

Returns

boolean
public
# get( $name )
Expect API documentation generated by ApiGen