ParaTest\Logging\JUnit\TestCase::__construct PHP Method

__construct() public method

public __construct ( $name, $class, $file, $line, $assertions, $time )
    public function __construct($name, $class, $file, $line, $assertions, $time)
    {
        $this->name = $name;
        $this->class = $class;
        $this->file = $file;
        $this->line = $line;
        $this->assertions = $assertions;
        $this->time = $time;
    }