Kraken\_Unit\Runtime\Container\ThreadManagerFactoryTest::testCaseThreadManagerFactory_HasProperDefinitions PHP Метод

testCaseThreadManagerFactory_HasProperDefinitions() публичный Метод

    public function testCaseThreadManagerFactory_HasProperDefinitions()
    {
        $factory = $this->createThreadManagerFactory();
        $expected = $this->getExpectedDefinitions();
        foreach ($expected as $expectation) {
            $this->assertTrue($factory->hasDefinition($expectation));
        }
    }