コード例 #1
0
ファイル: TagFactoryTesting.cs プロジェクト: Morr0/Atheer
        public void ShouldCreateId(string title, string expectedId)
        {
            string actualId = _factory.GetId(title);

            Assert.Equal(expectedId, actualId);
        }