GetItem() public méthode

public GetItem ( string formattedId, string channelName ) : string
formattedId string
channelName string
Résultat string
Exemple #1
0
 public void GetRallyItemTest()
 {
     RallyController c =new RallyController();
     var item = c.GetItem("DE1877", "de-support");
     Assert.IsNotNull(item);
 }