ParaTest\Logging\JUnit\WriterTest::testConstructor PHP Method

testConstructor() public method

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('ParaTest\\Logging\\LogInterpreter', $this->getObjectValue($this->writer, 'interpreter'));
        $this->assertEquals("test/fixtures/tests/", $this->writer->getName());
    }