Nfield.Services.NfieldSurveyRelocationsServiceTests.TestQueryAsync_SurveyIdIsEmpty_Throws C# (CSharp) Méthode

TestQueryAsync_SurveyIdIsEmpty_Throws() private méthode

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