Nfield.Services.NfieldSurveyRelocationsServiceTests.TestQueryAsync_SurveyIdIsNull_Throws C# (CSharp) Метод

TestQueryAsync_SurveyIdIsNull_Throws() приватный Метод

private TestQueryAsync_SurveyIdIsNull_Throws ( ) : void
Результат void
        public void TestQueryAsync_SurveyIdIsNull_Throws()
        {
            var target = new NfieldSurveyRelocationsService();
            Assert.Throws<ArgumentNullException>(() => UnwrapAggregateException(target.QueryAsync(null)));
        }