예제 #1
0
 public void TestOpenSpotify()
 {
     _spotifyController.OpenSpotify();
     _nativeApi.Received(1).OpenSpotify();
 }