| 6537 | bool spawned() const { return spawned_; } |
| 6538 | void set_spawned(bool is_spawned) { spawned_ = is_spawned; } |
| 6539 | int status() const { return status_; } |
| 6540 | void set_status(int a_status) { status_ = a_status; } |
| 6541 | DeathTestOutcome outcome() const { return outcome_; } |
| 6542 | void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; } |
no outgoing calls
no test coverage detected