matrix-dart-sdk/test
Christian Pauly 14ee16fe16 feat: Implement new Hive Database
The hive database now implements the whole API except for storing files which
should be better done by the flutter_cache_manager package inside of the
flutter app. All tests already run with Hive now but the Moor database is still
tested too. We needed to change some wait jobs in the tests because the Hive
database is not 100% in memory for the tests like Moor.
For now both database implementations are equal and the developer can pick
which one to use but we plan to get rid of Moor in the future.
2021-06-16 08:43:33 +02:00
..
encryption feat: Implement new Hive Database 2021-06-16 08:43:33 +02:00
matrix_api refactor: External matrix api 2021-01-04 10:26:29 +01:00
canonical_json_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
client_test.dart feat: Implement new Hive Database 2021-06-16 08:43:33 +02:00
commands_test.dart refactor: enable more linter rules 2021-04-14 10:29:29 +02:00
database_api_test.dart feat: Implement new Hive Database 2021-06-16 08:43:33 +02:00
device_keys_list_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
event_test.dart refactor: Make support for file storing optional in database API 2021-06-01 15:27:18 +02:00
fake_client.dart refactor: Constants names 2021-03-30 12:43:50 +02:00
fake_database.dart style: fix format and lint 2021-04-12 14:49:03 +02:00
fake_database_native.dart feat: Implement new Hive Database 2021-06-16 08:43:33 +02:00
fake_database_web.dart test: fix test on web 2021-04-12 14:47:59 +02:00
fake_matrix_api.dart refactor: upgrade http package 2021-04-01 13:43:24 +02:00
fake_matrix_localizations.dart feat: Replay last sent olm message on olm session recovery from other device 2021-01-20 12:50:52 +01:00
markdown_test.dart fix: escape attributes in markdown less aggressively 2021-02-17 22:56:31 +01:00
matrix_database_test.dart fix: Minor test glitches 2021-06-01 15:27:57 +02:00
matrix_default_localizations.dart feat: Replay last sent olm message on olm session recovery from other device 2021-01-20 12:50:52 +01:00
matrix_exception_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
matrix_file_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
matrix_id_string_extension_test.dart chore: Update matrix scheme parsing to match updated MSC 2021-02-23 16:34:43 +01:00
matrix_localizations_test.dart refactor: Constants names 2021-03-30 12:43:50 +02:00
mxc_uri_extension_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
room_test.dart feat: Add fromJson method for Room 2021-06-01 12:54:16 +02:00
sync_filter_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
timeline_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
uia_test.dart refactor: Update matrix_api_lite and remove no longer necessary dep override 2021-05-17 07:50:54 +00:00
user_test.dart test: use setUp and tearDown 2021-06-09 17:12:14 +02:00