Beispiel #1
0
 public void ItShouldGetSentimentFromService()
 {
     SentimentApiAdapter.Verify(x => x.GetSentiment(_tweet));
 }