Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also...
commit2230e1f901c84ce7fb9a69b2055ba9879a0461a2
authorjoedow <joedow@chromium.org>
Wed, 25 Mar 2015 06:10:12 +0000 (24 23:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Mar 2015 06:11:03 +0000 (25 06:11 +0000)
treea2c91ad6b6c57e14bb6eb724512a6c3cbc21c05d
parenta73fbeaa64b86689506bbbb9a2473460b976dbf8
Adding Test Fixture for initial test cases for the App Remoting Test Driver.  Also includes the public stubs for the remote application data methods.

Also ran clang-format on edited files to keep consistent with formatting
in my previous changelist.

BUG=467200

Review URL: https://codereview.chromium.org/1008043003

Cr-Commit-Position: refs/heads/master@{#322119}
17 files changed:
remoting/BUILD.gn
remoting/app_remoting_test.gyp
remoting/remoting_all.gyp
remoting/remoting_test.gypi
remoting/test/access_token_fetcher.cc
remoting/test/access_token_fetcher.h
remoting/test/app_remoting_connected_client_fixture.cc [new file with mode: 0644]
remoting/test/app_remoting_connected_client_fixture.h [new file with mode: 0644]
remoting/test/app_remoting_test_driver.cc
remoting/test/app_remoting_test_driver_environment.cc
remoting/test/app_remoting_test_driver_environment.h
remoting/test/app_remoting_test_driver_environment_app_details.cc [new file with mode: 0644]
remoting/test/remote_application_details.h [new file with mode: 0644]
remoting/test/remote_host_info_fetcher.cc
remoting/test/remote_host_info_fetcher.h
remoting/test/test_chromoting_client.cc
remoting/test/test_chromoting_client.h