GetAllRateAPIs() 공개 메소드

public GetAllRateAPIs ( ) : IEnumerable
리턴 IEnumerable
예제 #1
0
 public void GetAllRateAPIsTest()
 {
     RateAPIController target = new RateAPIController(); // TODO: Initialize to an appropriate value
     IEnumerable<RateAPI> expected = null; // TODO: Initialize to an appropriate value
     IEnumerable<RateAPI> actual;
     actual = target.GetAllRateAPIs();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }