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())));
        }