public void ReadUnsetOptionsWithDefaultValueTest() { var provider = new FileConfigurationProvider(CONFIG_FILE_NAME); CommonTestRunner commonTests = new CommonTestRunner(provider); commonTests.RunReadUnsetOptionsWithDefaultValueTest(); }
public void BasicSetGetTest() { var provider = new MemoryConfigurationProvider(); CommonTestRunner commonTests = new CommonTestRunner(provider); commonTests.RunBasicSetGetTest(); }
public void BulkSetGetTest() { var provider = new FileConfigurationProvider(CONFIG_FILE_NAME); CommonTestRunner commonTests = new CommonTestRunner(provider); commonTests.RunBulkSetGetTest(); }
public void ReadUnsetOptionsWithDefaultValueTest() { var provider = new MemoryConfigurationProvider(); CommonTestRunner commonTests = new CommonTestRunner(provider); commonTests.RunReadUnsetOptionsWithDefaultValueTest(); }