コード例 #1
0
    public void TestPatchCourse()
    {
        var course = PatchUpdate.ClassroomPatchUpdate(this.TestCourse.Id);

        Assert.IsNotNull(course, "Course not returned.");
        Assert.AreEqual(this.TestCourse.Id, course.Id, "Wrong course returned.");
    }