()
| 189 | } |
| 190 | |
| 191 | private String getErrorsString() { |
| 192 | var sb = new StringBuilder(); |
| 193 | ByteBuffer.BuildString(sb, errors); |
| 194 | return sb.toString(); |
| 195 | } |
| 196 | |
| 197 | private boolean checkCurrentCount(String stepName) { |
| 198 | return checkCurrentCount(stepName, true); |
no test coverage detected