コード例 #1
0
ファイル: CommonNamesTests.cs プロジェクト: pykarun/njupiter
        public void GetName_NoSupportedName_TrhowsNotSupportedException()
        {
            var commonNames = DummyFactory.GetDummyCommonNames();

            Assert.Throws <NotSupportedException>(() => commonNames.GetName("NonExistantName"));
        }