public function testItShouldCheckIfItIsPositiveThrowsException2()
 {
     $this->setExpectedException(Exception::class);
     Assert::isPositive(0);
 }