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

TestUnassignAsync_SurveyIdIsEmpty_Throws() private method

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