public function testItIsCamelCaseThrowsException()
 {
     $this->setExpectedException(Exception::class);
     Assert::isCamelCase('thunderBolt');
 }