| 260 | } |
| 261 | |
| 262 | SimpleString UtestShell::getFormattedName() const |
| 263 | { |
| 264 | SimpleString formattedName(getMacroName()); |
| 265 | formattedName += "("; |
| 266 | formattedName += group_; |
| 267 | formattedName += ", "; |
| 268 | formattedName += name_; |
| 269 | formattedName += ")"; |
| 270 | |
| 271 | return formattedName; |
| 272 | } |
| 273 | |
| 274 | bool UtestShell::hasFailed() const |
| 275 | { |
no outgoing calls
no test coverage detected