yorkie-ios-sdk/Tests/Unit/Document/CRDT
Jung gyun Ahn b5ec0befd8
Add RemoveDocument API (#64)
* Add RemoveDocument API

* Elaborate on the value of the PeersChanged event

* Add TC for the stream connection status change event

* Fix the watchLoop start and stop for pause, resume

* Removed the codes for changing the status of the doc, before sending the API

* Invalidate watchLoop reconnection timer when disconnecting stream

* Throws an error when server returns removed doc for the attached result
2023-03-23 09:23:35 +09:00
..
CRDTArrayTests.swift Setup for integration tests (#39) 2022-11-23 11:29:57 +09:00
CRDTCountTests.swift Implement the Counter (#40) 2022-11-23 23:43:06 +09:00
CRDTElementTests.swift Setup for integration tests (#39) 2022-11-23 11:29:57 +09:00
CRDTObjectTests.swift Setup for integration tests (#39) 2022-11-23 11:29:57 +09:00
CRDTRootTests.swift Setup for integration tests (#39) 2022-11-23 11:29:57 +09:00
CRDTTextTests.swift Add RemoveDocument API (#64) 2023-03-23 09:23:35 +09:00
ElementRHTTests.swift Remove priority queue from RHTPQMap and entire project (#56) 2023-02-20 15:25:27 +09:00
PrimitiveTests.swift Setup for integration tests (#39) 2022-11-23 11:29:57 +09:00
RGATreeListTests.swift Add RemoveDocument API (#64) 2023-03-23 09:23:35 +09:00
RHTTests.swift Update toJson() of Text to match results with JS (#57) 2023-02-21 16:20:41 +09:00