Nfield.Services.NfieldSurveyRelocationsServiceTests.TestQueryAsync_SurveyIdIsEmpty_Throws C# (CSharp) Method

TestQueryAsync_SurveyIdIsEmpty_Throws() private method

private TestQueryAsync_SurveyIdIsEmpty_Throws ( ) : void
return void
        public void TestQueryAsync_SurveyIdIsEmpty_Throws()
        {
            var target = new NfieldSurveyRelocationsService();
            Assert.Throws<ArgumentException>(() => UnwrapAggregateException(target.QueryAsync("")));
        }