PopTest\Code\PropertyTest::testFactory PHP Method

testFactory() public method

public testFactory ( )
    public function testFactory()
    {
        $this->assertInstanceOf('Pop\\Code\\Generator\\PropertyGenerator', PropertyGenerator::factory('testProp', 'string', 123));
    }