$this->assertEquals(2,$namespace->countMatchingNamespaceSegments('MyPSR4Root\\Foot\\Baz'),'countMatchingNamespaceSegments should only report matches against the registered namespace root. It should not attempt to resolve segments after the registered root.');
$this->assertEquals(2,$namespace->countMatchingNamespaceSegments('MyPSR4Root\\Foot\\Baz\\Foo'),'countMatchingNamespaceSegments should only report matches against the registered namespace root. It should not attempt to resolve segments after the registered root.');