コード例 #1
0
 public void VideoFromFileThreadPauseTest()
 {
     MainWindow main_window = new MainWindow();
     VideoFromFileThread thread = new VideoFromFileThread(Singleton.VIDEO_FILE_PATH);
     bool sucess=thread.Pause();
     Assert.IsTrue(sucess);
 }