mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
* **Test cases** - Create `KanaKanjiConverter` instance - Use `makeDirectInput` to create `ComposingText` instances for test cases - Call `convertToTimeExpression` function with different inputs - Verify the results using `XCTAssertEqual` and `XCTAssertTrue` * **Helper function** - Add `makeDirectInput(direct input: String) -> ComposingText` helper function * **Concurrency** - Use `await` for the call of `convertToTimeExpression` - Call `convertToTimeExpression` outside of XCTest function