https://github.com/willowtreeapps/opentest4k
kotlin multiplatform implementation/bindings of opentest4j
https://github.com/willowtreeapps/opentest4k
Last synced: about 1 year ago
JSON representation
kotlin multiplatform implementation/bindings of opentest4j
- Host: GitHub
- URL: https://github.com/willowtreeapps/opentest4k
- Owner: willowtreeapps
- License: apache-2.0
- Created: 2018-05-13T17:00:19.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T23:09:19.000Z (over 2 years ago)
- Last Synced: 2024-04-14T23:17:16.711Z (about 2 years ago)
- Language: Kotlin
- Homepage:
- Size: 348 KB
- Stars: 20
- Watchers: 115
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opentest4k
multiplatform implementation/bindings of [opentest4j](https://github.com/ota4j-team/opentest4j)
## Platform Differences
1. Serialization support is dropped for js and native targets.
2. `getType()` is exposed as `valueType` in order for it to be a `KClass<*>`.
3. `ValueWrapper.create()` is exposed as the extension method `toValueWrapper()`.
4. `FileInfo` only supports decoding contents to `UTF-8`.