public function test_checkMetricCondition_ShouldNotFail_IfValid()
 {
     $this->assertNull($this->validator->checkMetricCondition('less_than'));
 }