chromium/chrome/test/chromedriver/command_listener_proxy_unittest.cc

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <string>

#include "base/compiler_specific.h"
#include "base/values.h"
#include "chrome/test/chromedriver/chrome/status.h"
#include "chrome/test/chromedriver/command_listener_proxy.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

class MockCommandListener : public CommandListener {};

}  // namespace

TEST(CommandListenerProxy, ForwardsCommands) {}