#include "content/browser/mojo_binder_policy_map_impl.h"
#include "base/test/gtest_util.h"
#include "base/test/task_environment.h"
#include "content/browser/browser_interface_binders.h"
#include "content/public/test/mojo_capability_control_test_interfaces.mojom.h"
#include "content/test/test_content_browser_client.h"
#include "mojo/public/cpp/bindings/binder_map.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
namespace {
class MojoBinderPolicyMapImplTest : public testing::Test { … };
TEST_F(MojoBinderPolicyMapImplTest, SetNonAssociatedPolicy) { … }
TEST_F(MojoBinderPolicyMapImplTest, SetAssociatedPolicy) { … }
TEST_F(MojoBinderPolicyMapImplTest, InterfaceNotFound) { … }
class MojoBinderPolicyTestContentBrowserClient
: public TestContentBrowserClient { … };
TEST_F(MojoBinderPolicyMapImplTest, RegisterMojoBinderPolicyMap) { … }
}
}