Shin Yamamoto
3b4c1bd51c
test: increase timeout durations
2024-07-02 20:48:44 +09:00
Shin Yamamoto
dbef6a691a
Fix an invalid behavior after switching to a new layout object ( #611 )
...
* Added a test for the use case, ControllerTests.test_switching_layout()
2023-11-04 13:25:25 +09:00
Shin Yamamoto
8ab3b7986c
Fix test failures in ControllerTests
2023-07-20 22:42:58 +09:00
Shin Yamamoto
bbdf3e7c6f
Update the logging impl using unified logging system for Xcode 15
...
The Logging API document says that `os_log` is one of the legacy logging
symbols. However, this library needs to be supported below iOS 14 so
`log(level:_:)` cannot be used.
2023-07-19 22:16:43 +09:00
Shin Yamamoto
67495961e5
Remove unnecessary prints in unit testing
2023-06-11 21:59:29 +09:00
Shin Yamamoto
0a5bc19d0f
Remove the host app for the unit testing
2023-06-03 10:12:13 +09:00
Shin Yamamoto
c47fc3d1d5
Better to declare FloatingPanelLayout.anchors as constants if possible
2022-10-05 22:03:59 +09:00
Shin Yamamoto
802b6f9b6b
Ease time out conditions for ControllerTests.test_moveTo_bottomEdge()
2020-09-19 16:06:17 +09:00
Shin Yamamoto
6e509481bb
Ease time out conditions in ControllerTests.test_moveTo()
2020-09-19 14:00:14 +09:00
Shin Yamamoto
0c2275def1
Address test failures on iOS 10 and 11
2020-09-05 14:46:23 +09:00
Shin Yamamoto
02af74894a
Rename Tests
2020-07-11 13:00:15 +09:00