geary/test/engine
Michael James Gratton 57f40ffec3 Make Geary.App.Conversation unit testable, add some tests.
* src/engine/app/app-conversation.vala (Conversation): We currently can't
  easily unit test Conversation instances since the ctor requires a
  ConversationMonitor argument, which is complicated. Replace the monitor
  arg with a base folder (which is what it actually needs the monitor for
  anyway) and remove the signals in favour of adding and modifying the
  API to allow folder paths to be explicitly updated. Remove
  clear_owner() method and dtor now it's useless. Update call sites. Add
  unit tests to make sure the add/remove and multi-path related code
  still works at least.
2017-12-18 14:49:04 +11:00
..
api Add some useful Engine API mock objects. 2017-12-18 14:49:04 +11:00
app Make Geary.App.Conversation unit testable, add some tests. 2017-12-18 14:49:04 +11:00
imap Update unit tests after recent changes. 2017-11-23 09:37:59 +11:00
mime-content-type-test.vala Add ContentType.is_default and unit test. 2017-02-15 17:50:49 +11:00
rfc822-mailbox-address-test.vala Allow email address with "localhost" as the domain part. Fixes Bug 714299. 2017-12-04 16:42:04 +11:00
rfc822-message-data-test.vala Make to_preview_text() require UNIX (LF), not RFC833 (CRLF) strings. 2016-12-21 10:45:21 +11:00
rfc822-message-test.vala Add unit test for Geary.RFC822.Message::get_preview. 2016-12-23 10:38:23 +10:30
rfc822-utils-test.vala Make to_preview_text() require UNIX (LF), not RFC833 (CRLF) strings. 2016-12-21 10:45:21 +11:00
util-html-test.vala Update unit tests after recent changes. 2017-11-23 09:37:59 +11:00
util-idle-manager-test.vala Split test running up into test-engine and test-client. 2017-12-18 14:49:04 +11:00
util-inet-test.vala Add Geary.Inet::is_valid_display_host and tests. 2017-02-01 00:41:44 +11:00
util-js-test.vala Workaround a xgettext warning about a Vala verbatim comment. 2017-11-02 19:10:29 +11:00
util-timeout-manager-test.vala Split test running up into test-engine and test-client. 2017-12-18 14:49:04 +11:00