public function testItShouldCheckIfItIsNegativeOrZeroThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isNegativeOrZero(3);
 }