Overview

Namespaces

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

Classes

  • DefaultMatcherRegistry

Exceptions

  • MatcherAlreadyRegisteredException
  • MatcherNotRegisteredException
  • Overview
  • Namespace
  • Class

Class DefaultMatcherRegistry

Container that register the matcher class.

expect\registry\DefaultMatcherRegistry implements expect\MatcherRegistry uses expect\MatcherLookupTable
Final
Namespace: expect\registry
Copyright: Noritaka Horio holy.shared.design@gmail.com
Author: Noritaka Horio holy.shared.design@gmail.com
Located at registry/DefaultMatcherRegistry.php
Methods summary
public
# __construct( array $matchers = [] )
public
# register( expect\package\MatcherClass $matcherClass )

Register the matcher class.

Register the matcher class.

Parameters

$matcherClass
matcher class

Implementation of

expect\MatcherRegistry::register()
public
# count( )
public
# toDictionary( )
Methods inherited from expect\MatcherContainer
get(), has()
Methods used from expect\MatcherLookupTable
get(), has(), hasNot()
Expect API documentation generated by ApiGen