Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 513 Bytes

kTest :: Core

Core modules of kTest

Modules

  1. API - kTest itself - definitions of spec styles
  2. Runner - Test framework specific runners, allowing to execute kTest specifications under one or another test framework
    1. JUnit4 Runner - Runner for JUnit 4
  3. Utilities - some utilities that can't be in other modules (IO, reflection, ...)
  4. Config - easy to use configuration for your tests in HOCON