public function testAssertWebmozartFacade()
 {
     \UnicadeAssert\Useup::webmozart()->startsWith('fooBar', 'foo');
     $this->useup->webmozart()->startsWith('fooBar', 'foo');
 }
 public function testAssertCustomMethodAssert()
 {
     $this->assertTrue(in_array('elementIsVisible', get_class_methods(\UnicadeAssert\Useup::webAssert($this->mink))));
 }