| 43 | TestRegistry* myRegistry; |
| 44 | TestInstallerTestUtestShell shell; |
| 45 | void setup() |
| 46 | { |
| 47 | myRegistry = new TestRegistry(); |
| 48 | myRegistry->setCurrentRegistry(myRegistry); |
| 49 | testInstaller = new TestInstaller(shell, "TestInstaller", "test", __FILE__, __LINE__); |
| 50 | } |
| 51 | void teardown() |
| 52 | { |
| 53 | myRegistry->setCurrentRegistry(NULLPTR); |
nothing calls this directly
no test coverage detected