|
static bool | alexaClientSDK::acsdkBluetooth::test::fileExists (const std::string &file) |
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, uninitializedDatabase) |
| Test database not created yet, open should fail. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, openDatabase) |
| Test if 2.0 database already created, open should succeed. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, openLegacyDatabase) |
| Test if 1.0 database already created, open should succeed. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, retrieveCategoryforUnknownUUID) |
| Test retrieving category for a UUID that does not exist after database migration. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, insertByMacPostDatabaseUpgrade) |
| Test insertByMac after database migration. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, retrieveMacforKnownUUID) |
| Test retrieving mac for a UUID saved before migration after database migration. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, retrieveCategoryforKnownUUID) |
| Test retrieving category for a UUID saved before migration after database migration. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, retrieveCategoryforKnownMultipleUUID) |
| Test retrieving category for multiple UUIDs saved before migration after database migration. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_F (SQLiteBluetoothStorageTest, testEmptyDatabase) |
| Test when a database is empty. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::INSTANTIATE_TEST_CASE_P (Parameterized, SQLiteBluetoothStorageParameterizedTests, ::testing::Values(true, false)) |
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_createInvalidConfigurationRoot) |
| Tests the create function with an invalid root. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_createValidConfigurationRoot) |
| Tests creating a database object. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_createDatabaseSucceeds) |
| Test creating a valid DB. This is implicitly tested in the SetUp() function, but we formally test it here. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_createExistingDatabaseFails) |
| Test that creating an existing DB fails. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_openExistingDatabaseSucceeds) |
| Test opening an existing database. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_clearOnOneRowSucceeds) |
| Test clearing the table with one row. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_clearOnMultipleRowsSucceeds) |
| Test clearing the table with multiple rows. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_clearOnEmptySucceeds) |
| Test clearing the table when it's already empty. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getUuidWithOneSucceeds) |
| Test getUuid with one row containing UUID. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getUuidWithMultipleSucceeds) |
| Test getUuid with multiple rows, one of which contains the UUID. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getUuidNoMatchingFails) |
| Test getUuid with no matching UUID. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getMacWithOneSucceeds) |
| Test getMac with one row containing MAC. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getMacWithMultipleSucceeds) |
| Test getMac with multiple rows, one of which contains the MAC. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getMacNoMatchingFails) |
| Test getMac with no matching MAC. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getCategoryWithOneSucceeds) |
| Test getCategory with one row containing Unknown Category. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getCategoryWithMultipleSucceeds) |
| Test getCategory with multiple rows, two of which contains UNKNOWN, one is updated to PHONE. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getCategoryWithMultipleInsertByMacSucceeds) |
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getCategoryNoMatchingFails) |
| Test getCategory with no matching category for given uuid. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getMacToUuidWithOneRowSucceeds) |
| Test getMacToUuid with one row. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getMacToUuidWithMultipleRowsSucceeds) |
| Test getMacToUuid with multiple expected. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getMacToUuidWithEmptySucceeds) |
| Test getMacToUuid when empty. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getUuidToMacWithOneRowSucceeds) |
| Test getUuidToMac with one row. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getUuidToMacWithMultipleRowsSucceeds) |
| Test getUuidToMac with multiple expected. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getUuidToMacWithEmptySucceeds) |
| Test getUuidToMac when empty. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getUuidToCategoryWithOneRowSucceeds) |
| Test getUuidToCategory with one row. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getUuidToCategoryWithOneRowUpdateCategorySucceeds) |
| Test getUuidToCategory with one row, updated category to PHONE. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getUuidToCategoryWithMultipleRowsSucceeds) |
| Test getUuidToCategory with multiple expected. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getUuidToCategoryWithEmptySucceeds) |
| Test getUuidToCategory when empty. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getMacToCategoryWithOneRowSucceeds) |
| Test getMacToCategory with one row. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getMacToCategoryWithOneRowUpdateCategorySucceeds) |
| Test getMacToCategory with one row, updated category to PHONE. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getMacToCategoryWithMultipleRowsSucceeds) |
| Test getMacToCategory with multiple expected. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, getMacToCategoryWithEmptySucceeds) |
| Test getMacToCategory when empty. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getOrderedMacAscending) |
| Test getOrderedMac and retrieve the macs in ascending insertion order (oldest first). More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_getOrderedMacDescending) |
| Test getOrderedMac and retrieve the macs in descending insertion order (newest first). More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, updateByCategorySucceeds) |
| Test updateByCategory succeeds. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, updateByCategoryNoMatchingFails) |
| Test updateByCategory with no matching uuid. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_insertByMacSucceeds) |
| Test insertByMac succeeds. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_insertByMacDuplicateFails) |
| Test insertByMac existing fails. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_insertByMacOverwriteSucceeds) |
| Test insertByMac with overwrite succeeds. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_removeExistingSucceeds) |
| Test remove succeeds. More...
|
|
| alexaClientSDK::acsdkBluetooth::test::TEST_P (SQLiteBluetoothStorageParameterizedTests, test_removeNonExistingSucceeds) |
| Test remove on non-existing record succeeds. More...
|
|