public void QueryErrorDetectionStrategyTestDataServiceQueryException() { var exception = new System.Data.Services.Client.DataServiceQueryException(); bool actual = new TestQueryErrorDetectionStrategy().CheckIsTransientTest(exception); Assert.IsFalse(actual); }