mageekguy\atoum\tests\units\report\fields\runner\tests\coverage\phing::test__construct PHP Method

test__construct() public method

public test__construct ( )
    public function test__construct()
    {
        $this->if($field = new testedClass())->then->object($field->getTitlePrompt())->isEqualTo(new prompt())->object($field->getClassPrompt())->isEqualTo(new prompt())->object($field->getMethodPrompt())->isEqualTo(new prompt())->object($field->getTitleColorizer())->isEqualTo(new colorizer())->object($field->getCoverageColorizer())->isEqualTo(new colorizer())->object($field->getLocale())->isEqualTo(new locale())->variable($field->getCoverage())->isNull()->array($field->getEvents())->isEqualTo(array(atoum\runner::runStop))->boolean($field->missingCodeCoverageIsShowed())->isTrue();
    }