Files
AzooKeyKanaKanjiConverter/Tests/KanaKanjiConverterModuleTests
Miwa 19dbbccd9f Add test cases for convertToTimeExpression function
* **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
2025-03-30 16:55:34 +09:00
..
2023-07-23 00:34:27 +09:00
2023-07-23 00:34:27 +09:00
2023-07-23 00:34:27 +09:00
2024-05-15 01:36:45 +09:00
2023-07-23 00:34:27 +09:00