Nfield.Services.NfieldSurveyPublicIdsServiceTests.TestQueryAsync_SurveyIdIsNull_Throws C# (CSharp) 메소드

TestQueryAsync_SurveyIdIsNull_Throws() 개인적인 메소드

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