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

TestQueryAsync_SamplingPointIdIsEmpty_Throws() private method

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