Bluz\Tests\Validator\Rule\NegativeTest::testNotNegativeNumbersShouldThrowNegativeException PHP Method

testNotNegativeNumbersShouldThrowNegativeException() public method

    public function testNotNegativeNumbersShouldThrowNegativeException($input)
    {
        $this->assertFalse($this->validator->validate($input));
        $this->assertFalse($this->validator->assert($input));
    }