/**
  * @expectedException \InvalidArgumentException
  */
 public function testConstraintsValidationCanBeUsedManually()
 {
     $testCase = new TestsCases\BaseTestCase();
     $testCase->testPropertyAssertion(10);
 }