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

TestAssignAsync_InterviewerIdIsEmpty_Throws() private method

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