Nfield.Services.NfieldSamplingPointInterviewerAssignmentsServiceTests.TestQueryAsync_SamplingPointIdIsNull_Throws C# (CSharp) Method

TestQueryAsync_SamplingPointIdIsNull_Throws() private method

private TestQueryAsync_SamplingPointIdIsNull_Throws ( ) : void
return void
        public void TestQueryAsync_SamplingPointIdIsNull_Throws()
        {
            var target = new NfieldSamplingPointInterviewerAssignmentsService();
            Assert.Throws<ArgumentNullException>(() =>
                    UnwrapAggregateException(target.QueryAsync(SurveyId, null)));
        }