Nfield.Services.NfieldSurveyPublicIdsServiceTests.TestQueryAsync_SurveyIdIsNull_Throws C# (CSharp) Méthode

TestQueryAsync_SurveyIdIsNull_Throws() private méthode

private TestQueryAsync_SurveyIdIsNull_Throws ( ) : void
Résultat void
        public void TestQueryAsync_SurveyIdIsNull_Throws()
        {
            var target = new NfieldSurveyPublicIdsService();
            Assert.Throws<ArgumentNullException>(() => UnwrapAggregateException(target.QueryAsync(null)));
        }