Tests.SatisfactionRatingTests.CanGetSatisfactionRatings C# (CSharp) Method

CanGetSatisfactionRatings() private method

private CanGetSatisfactionRatings ( ) : void
return void
        public void CanGetSatisfactionRatings()
        {
            //there is no way to create satisfaction ratings through the api so they can't be tested
        }
    }
SatisfactionRatingTests