()
| 263 | } |
| 264 | |
| 265 | func (t *objectTracker) Populated() bool { |
| 266 | t.mu.RLock() |
| 267 | defer t.mu.RUnlock() |
| 268 | |
| 269 | return t.populated |
| 270 | } |
| 271 | |
| 272 | // Satisfied returns true if all expectations have been satisfied. |
| 273 | // Expectations must be populated before the tracker can be considered satisfied. |