bool all_ok() const
 {
     return not_passed.empty();
 }
 bool all_ok() const override
 {
     return not_passed.empty();
 }