C# Class Nfield.Services.NfieldSurveysServiceTests

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

Private Methods

Method Description
TestAddAsync_ServerAccepts_ReturnsSurvey ( ) : void
TestAddAsync_SurveyIsNull_ThrowsArgumentNullException ( ) : void
TestCountsQueryAsync_ServerReturnsQuery_ReturnsCounts ( ) : void
TestCreateOrUpdateOnlineQuotaAsync_ReturnsCorrectQuotaFrame ( ) : void
TestCreateOrUpdateQuotaAsync_Normal_CallsCorrectRoute ( ) : void
TestCreateOrUpdateQuotaAsync_Normal_CorrectQuotaFrame ( ) : void
TestOnlineQuotaQueryAsync_ServerReturnsQuery_ReturnsAppropriateQuota ( ) : void
TestQueryAsync_ServerReturnsQuery_ReturnsListWithSurveys ( ) : void
TestQuotaQueryAsync_ServerReturnsQuery_ReturnsListWithQuotaLevel ( ) : void
TestRemoveAsync_ServerRemovedSurvey_DoesNotThrow ( ) : void
TestRemoveAsync_SurveyIsNull_ThrowsArgumentNullException ( ) : void
TestSamplingPointAddAsync_ServerAcceptsSamplingPoint_ReturnsSamplingPoint ( ) : void
TestSamplingPointImageAddAsync_ServerAcceptsSamplingPointImage_ReturnsFilename ( ) : void
TestSamplingPointImageDeleteAsync_ServerAcceptsDelete_ReturnsNoError ( ) : void
TestSamplingPointImageGetAsync_ServerAcceptsGet_ReturnsFilename ( ) : void
TestSamplingPointQueryAsync_ServerReturnsQuery_ReturnsListWithSamplingPoint ( ) : void
TestSamplingPointQuotaTargetUpdateAsync_SamplingPointQuotaTargetArgumentIsNull_ThrowsArgumentNullException ( ) : void
TestSamplingPointQuotaTargetUpdateAsync_SamplingPointQuotaTargetExists_ReturnsSamplingPointQuotaTarget ( ) : void
TestSamplingPointQuotaTargetsQueryAsync_ServerReturnsQuery_ReturnsListWithSamplingPointQuotaTargets ( ) : void
TestSamplingPointRemoveAsync_SamplingPointIdIsNull_ThrowsArgumentNullException ( ) : void
TestSamplingPointRemoveAsync_ServerRemovedSamplingPoint_DoesNotThrow ( ) : void
TestSamplingPointUpdateAsync_SamplingPointArgumentIsNull_ThrowsArgumentNullException ( ) : void
TestSamplingPointUpdateAsync_SamplingPointExists_ReturnsSamplingPoint ( ) : void
TestSamplingPointsCountAsync_ServerReturnsCount_ReturnsNumberOfSamplingPointsForTheSurvey ( ) : void
TestUpdateAsync_InterviewerExists_ReturnsInterviewer ( ) : void
TestUpdateAsync_SurveyArgumentIsNull_ThrowsArgumentNullException ( ) : void
TestUploadInterviewerInstructionsAsync_FileDoesNotExist_ThrowsFileNotFoundException ( ) : void
TestUploadInterviewerInstructionsAsync_FileExists_FileUpload ( ) : void
TestUploadInterviewerInstructionsAsync_ValidByteArray_FileUpload ( ) : void