bool all_ok() const
 {
     return not_passed.empty();
 }
コード例 #2
0
 bool all_ok() const override
 {
     return not_passed.empty();
 }