GetItem() public method

public GetItem ( string formattedId, string channelName ) : string
formattedId string
channelName string
return string
Ejemplo n.º 1
0
 public void GetRallyItemTest()
 {
     RallyController c =new RallyController();
     var item = c.GetItem("DE1877", "de-support");
     Assert.IsNotNull(item);
 }