Exemplo n.º 1
0
 public void TestLogout()
 {
     _spotifyController.Logout();
     _spotifyWebApi.Received(1).Logout();
 }