コード例 #1
0
 public async Task AddStudentTest()
 {
     Assert.IsTrue(await webAPI.AddStudent(testRegistrant));
 }