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

TestAssignAsync_SurveyIdIsEmpty_Throws() private method

private TestAssignAsync_SurveyIdIsEmpty_Throws ( ) : void
return void
        public void TestAssignAsync_SurveyIdIsEmpty_Throws()
        {
            var target = new NfieldSamplingPointInterviewerAssignmentsService();
            Assert.Throws<ArgumentException>(() => UnwrapAggregateException(target.AssignAsync("", SamplingPointId, InterviewerId)));
        }