행위

Kotest

라이언의 꿀팁백과

103.159.161.129 (토론)님의 2023년 7월 19일 (수) 14:20 판 (새 문서: Kotest는 순정 Kotlin으로 구현된 테스팅 프레임워크이다. Kotest라는 테스트 프레임워크를 사용하면 JUnit에 비해 Kotlin의 Syntax를 사용할 수 있으므로 코드 양을 줄일 수 있다. 그리고 테스트 케이스를 중첩하여 쓸 수 있는 이점이 있다. **Kotest is a flexible and elegant multi-platform test framework for Kotlin with extensive assertions and integrated property testing** https://kotest.io/ https://github.com/kot...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

Kotest는 순정 Kotlin으로 구현된 테스팅 프레임워크이다. Kotest라는 테스트 프레임워크를 사용하면 JUnit에 비해 Kotlin의 Syntax를 사용할 수 있으므로 코드 양을 줄일 수 있다. 그리고 테스트 케이스를 중첩하여 쓸 수 있는 이점이 있다.

    • Kotest is a flexible and elegant multi-platform test framework for Kotlin with extensive assertions and integrated property testing**

https://kotest.io/

https://github.com/kotest/kotest/blob/master/doc/reference.md