コード例 #1
0
ファイル: TestConfiguration.cs プロジェクト: hahanonym/nesper
 public void TestFile()
 {
     config.Configure(container.ResourceManager().ResolveResourceFile(ESPER_TEST_CONFIG));
     TestConfigurationParser.AssertFileConfig(config);
 }
コード例 #2
0
ファイル: TestConfiguration.cs プロジェクト: hahanonym/nesper
 public void TestString()
 {
     config.Configure(ESPER_TEST_CONFIG);
     TestConfigurationParser.AssertFileConfig(config);
 }