AppserverIo\Appserver\Core\ContainerThreadTest::testNewInstance PHP Method

testNewInstance() public method

Checks if the new instance method works correctly.
public testNewInstance ( ) : void
return void
    public function testNewInstance()
    {
        $className = 'AppserverIo\\Configuration\\Configuration';
        $this->assertInstanceOf($className, $this->containerThread->newInstance($className));
    }