/**
  * Evaluates that layout was loaded
  *
  *
  * @param EcomDev_PHPUnit_Constraint_Layout_LoggerInterface $other
  * @return boolean
  */
 protected function evaluateLoaded($other)
 {
     return $other->isLoaded();
 }