public function testListAll()
 {
     $rules = $this->alarmRuleMapper->findAll();
     $this->assertNotNull($rules);
 }