예제 #1
0
        public void GetDelegateCourseInfo_should_return_delegate_course_info_correctly()
        {
            // When
            var result = courseDataService.GetDelegateCourseInfoByProgressId(284998);

            // Then
            result.Should().BeEquivalentTo(ExpectedCourseInfo);
        }