|
static void | alexaClientSDK::bluetoothImplementations::blueZ::test::onNameAcquired (GDBusConnection *connection, const gchar *name, gpointer user_data) |
| Callback passed to GDBus for when a bus name is acquired. More...
|
|
static void | alexaClientSDK::bluetoothImplementations::blueZ::test::onNameLost (GDBusConnection *connection, const gchar *name, gpointer user_data) |
| Callback passed to GDBus for when a bus name is lost. More...
|
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::TEST_F (MPRISPlayerTest, test_createSucceeds) |
| Test that the happy create() case succeeds. More...
|
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::TEST_F (MPRISPlayerTest, test_createWithNullFails) |
| Tests that missing parameters result in a nullptr. More...
|
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::TEST_F (MPRISPlayerTest, test_playerRegistration) |
| Tests that the MPRISPlayer properly registers and unregisters throughout its life time. More...
|
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::INSTANTIATE_TEST_CASE_P (Parameterized, MPRISPlayerSupportedMediaTest, ::testing::Values(std::make_pair< std::string, MediaCommand >("Play", MediaCommand::PLAY), std::make_pair< std::string, MediaCommand >("Pause", MediaCommand::PAUSE), std::make_pair< std::string, MediaCommand >("Next", MediaCommand::NEXT), std::make_pair< std::string, MediaCommand >("Previous", MediaCommand::PREVIOUS)), [](testing::TestParamInfo< std::pair< std::string, MediaCommand >> info) { return info.param.first;}) |
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::MATCHER_P (ContainsMediaCommand, cmd, "") |
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::TEST_P (MPRISPlayerSupportedMediaTest, test_mediaCommand) |
| Test that a supported DBus method sends the correct corresponding MediaCommand. More...
|
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::INSTANTIATE_TEST_CASE_P (Parameterized, MPRISPlayerUnsupportedTest, ::testing::Values("PlayPause", "Stop", "Seek", "SetPosition", "OpenUri"), [](testing::TestParamInfo< std::string > info) { return info.param;}) |
|
| alexaClientSDK::bluetoothImplementations::blueZ::test::TEST_P (MPRISPlayerUnsupportedTest, test_unsupportedMethod) |
| Test that unsupported DBus methods do not send any Bluetooth events. More...
|
|
int | main (int argc, char **argv) |
|