Nfield.Services.NfieldSurveyPublicIdsServiceTests.TestQueryAsync_SurveyIdIsNull_Throws C# (CSharp) Method

TestQueryAsync_SurveyIdIsNull_Throws() private method

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