Signal-iOS/SignalServiceKit/tests/Messages
Jordan Rose 68a27a76e2 Move AxolotlKit model classes into SSK and remove the dependency
We still need the AxolotlKit model classes to migrate old sessions,
but we don't need any of the actual protocol support. This also
means we can drop HKDFKit.

Additionally, we do still use some utilities from AxolotlKit:

- AxolotlExceptions.h: NSException names, should eventually be
  replaced by NSErrors everywhere

- NSData+keyVersionByte.h: prepend/remove public key type byte,
  should eventually be replaced by strong types (ECPublicKey)

- SPKProtocolContext.h: defines the SPKProtocol{Read,Write}Context
  marker protocols, should be replaced by direct use of
  SDSAny{Read,Write}Transaction
2021-03-22 16:17:47 -07:00
..
Interactions Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
Stickers SSK: Add a test for sticker decryption 2021-01-28 12:03:49 -08:00
MessagePipelineSupervisorTest.swift Adds a whole bunch of tests for MessagePipelineSupervisor 2020-07-22 21:10:27 -07:00
MessageProcessingIntegrationTest.swift Fix tests 2021-02-23 10:45:50 -08:00
OWSDisappearingMessageFinderTest.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSDisappearingMessagesJobTest.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSIncomingMessageFinderTest.m Add TSIncomingMessageBuilder. 2020-05-11 09:28:13 -03:00
OWSLinkPreviewTest.swift IOS-823: Add description/date to link preview model 2020-09-03 18:19:20 -07:00
OWSMessageManagerTest.m Rename OWSMessageSender -> MessageSender. 2020-09-17 21:35:35 -03:00
OWSMessageSenderTest.m Move AxolotlKit model classes into SSK and remove the dependency 2021-03-22 16:17:47 -07:00
OWSSignalAddressTest.swift fixup test typo 2019-10-17 10:43:13 -06:00
OWSUDManagerTest.swift SSK: Update for 'throws' removal in SignalClient 2021-01-28 12:03:50 -08:00
SignalServiceAddressTest.swift Respond to CR. 2020-08-11 17:25:47 -03:00
TestProtocolRunnerTest.swift SSK: Migrate TestProtocolRunner to SignalClient 2021-03-22 16:10:42 -07:00