Kotest 프레임워크(Framework)
Kotlin의 테스팅 프레임워크에 대해 소개한다.
- Kotest 개요(overview)
- Kotest 프로젝트 설정(Setup)
- Kotest 기본 작성법(Writing tests)
- Kotest 테스팅 스타일(Testing Styles)
- Kotest 조건부 테스트(Conditional evaluation)
- Kotest 격리 모드(Isolation Modes)
- Kotest 라이프사이클 후크(Lifecycle Hooks)
- Kotest 기본 확장(Extensions)
- Kotest 코루틴(Coroutines)
- Kotest 예외 테스트(Testing Exceptions)
- Kotest 데이터 기반 테스트(Data-Driven Testing)
- Kotest 비결정적 테스트(Non-deterministic Testing)
- Kotest 통합(Intergrations)
- Kotest 테스트 순서 제어(Ordering)
- Kotest 태그를 사용하여 테스트 그룹화(Grouping Tests with Tags)
- Kotest 자원(Resources)
- Kotest 구성(Configuration)
- Kotest 테스트 팩토리(Test Factories)
- Kotest 테스트 출력(Test Output)
- Kotest 타임아웃(timeouts)
- Kotest 다른 설정(Other settings)