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

TestBatchUnassignAsync_SurveyIdIsNull_Throws() private method

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