| 49 | testInstaller = new TestInstaller(shell, "TestInstaller", "test", __FILE__, __LINE__); |
| 50 | } |
| 51 | void teardown() |
| 52 | { |
| 53 | myRegistry->setCurrentRegistry(NULLPTR); |
| 54 | testInstaller->unDo(); |
| 55 | delete testInstaller; |
| 56 | delete myRegistry; |
| 57 | } |
| 58 | }; |
| 59 | |
| 60 | TEST(TestInstaller, Create) |
nothing calls this directly
no test coverage detected