C# Class Nfield.Services.NfieldSamplingPointInterviewerAssignmentsServiceTests

Tests for NfieldSamplingPointInterviewerAssignmentsService
Inheritance: NfieldServiceTestsBase
Show file Open project: NIPOSoftware/Nfield-SDK

Private Methods

Method Description
TestAssignAsync_InterviewerIdIsEmpty_Throws ( ) : void
TestAssignAsync_InterviewerIdIsNull_Throws ( ) : void
TestAssignAsync_SamplingPointIdIsEmpty_Throws ( ) : void
TestAssignAsync_SamplingPointIdIsNull_Throws ( ) : void
TestAssignAsync_ServerAcceptsAssign_ReturnsNoError ( ) : void
TestAssignAsync_SurveyIdIsEmpty_Throws ( ) : void
TestAssignAsync_SurveyIdIsNull_Throws ( ) : void
TestBatchAssignAsync_ModelIsNull_Throws ( ) : void
TestBatchAssignAsync_ServerAcceptsAssign_ReturnsNoError ( ) : void
TestBatchAssignAsync_SurveyIdIsNull_Throws ( ) : void
TestBatchUnassignAsync_ModelIsNull_Throws ( ) : void
TestBatchUnassignAsync_ServerAcceptsUnassign_ReturnsNoError ( ) : void
TestBatchUnassignAsync_SurveyIdIsNull_Throws ( ) : void
TestQueryAsync_SamplingPointIdIsEmpty_Throws ( ) : void
TestQueryAsync_SamplingPointIdIsNull_Throws ( ) : void
TestQueryAsync_ServerReturnsQuery_ReturnsListWithAssignments ( ) : void
TestQueryAsync_SurveyIdIsEmpty_Throws ( ) : void
TestQueryAsync_SurveyIdIsNull_Throws ( ) : void
TestUnassignAsync_InterviewerIdIsEmpty_Throws ( ) : void
TestUnassignAsync_InterviewerIdIsNull_Throws ( ) : void
TestUnassignAsync_SamplingPointIdIsEmpty_Throws ( ) : void
TestUnassignAsync_SamplingPointIdIsNull_Throws ( ) : void
TestUnassignAsync_ServerAcceptsUnassign_ReturnsNoError ( ) : void
TestUnassignAsync_SurveyIdIsEmpty_Throws ( ) : void
TestUnassignAsync_SurveyIdIsNull_Throws ( ) : void