コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: bobbyache/SmartSession
        public void GetGoalDocument()
        {
            var repository = new GoalRepository(GetTestFileFolder());
            var goal       = repository.GetGoalDocument("8D642D0F-9CE1-4CF9-8CA6-828DFA25214E");

            Assert.Equal("8D642D0F-9CE1-4CF9-8CA6-828DFA25214E", goal.Id);
            Assert.Equal("Highway to Hell Solo", goal.Title);
        }