コード例 #1
0
ファイル: DefaultTypeTests.cs プロジェクト: yuryk53/dotnetrdf
        private void TestDefaultType(String typeUri, String expectedType)
        {
            String actualType = ConfigurationLoader.GetDefaultType(typeUri);

            Assert.AreEqual(expectedType, actualType);
        }