Nfield.Services.NfieldSurveyRelocationsServiceTests.TestUpdateAsync_SurveyIdIsNull_Throws C# (CSharp) 메소드

TestUpdateAsync_SurveyIdIsNull_Throws() 개인적인 메소드

private TestUpdateAsync_SurveyIdIsNull_Throws ( ) : void
리턴 void
        public void TestUpdateAsync_SurveyIdIsNull_Throws()
        {
            var target = new NfieldSurveyRelocationsService();
            Assert.Throws<ArgumentNullException>(() => UnwrapAggregateException(target.UpdateAsync(null, new SurveyRelocation())));
        }