| 702 | |
| 703 | protected: |
| 704 | void SetUp() override |
| 705 | { |
| 706 | ZooKeeperTest::SetUp(); |
| 707 | storage = new mesos::state::ZooKeeperStorage( |
| 708 | server->connectString(), |
| 709 | NO_TIMEOUT, |
| 710 | "/state/"); |
| 711 | state = new State(storage); |
| 712 | } |
| 713 | |
| 714 | void TearDown() override |
| 715 | { |
nothing calls this directly
no test coverage detected