yorkie-ios-sdk/Tests/Unit/Util
Jung gyun Ahn 0d82516d08
Implement Text editor sample (#54)
Fix various bugs and improve functionality in different classes

CRDTText
- Change access control of 'actor' to public
- Change content type to NSString to work with NSRange

RGATreeSplit
- Fix the issue with the incorrect split value

Document
- Fix the missing local changes when applyChangePack()

JSONCounter, JSONText:
- Add public init()

LLRBTree
- Refactor the code

SplayTree
- Fix the misbehavior of delete()
- Rename removeRange() to cutOffRange() to improve clarity
2023-02-21 11:26:35 +09:00
..
Helper.swift Implement Text Element (#50) 2023-01-13 10:25:07 +09:00
LLRBTreeTests.swift Implement Text editor sample (#54) 2023-02-21 11:26:35 +09:00
SplayTreeTests.swift Implement Text editor sample (#54) 2023-02-21 11:26:35 +09:00
StringExtensionsTests.swift Setup for integration tests (#39) 2022-11-23 11:29:57 +09:00
TrieTests.swift Setup for integration tests (#39) 2022-11-23 11:29:57 +09:00