maithilish / uknit

uKnit unit test generator

Home Page:https://www.codetab.org/guide/uknit/introduction/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uKnit

uKnit is a unit test generator with Mockito mocks. It reduces the typing by more than 80 to 90%, and the developer just has to step in and fine-tune the final test.

Features

uKnit is quite powerful and generates tests for complex Java classes. Some of the highlights are

  • Easy to install and use; tested in Eclipse and Idea IDE.
  • Defines, initializes the variables, constructs when, then, and verify statements.
  • Generates separate test for each and every control flow path with test coverage greater than 90%.
  • Variable names are closely tied to source code for easy comparison between source and test code.
  • Use of a mock or real object for a type is user-defined.
  • Handles nested method calls such as private or super methods.
  • Supports lambda and method reference constructs.

uKnit Installation

To install and generate test with uKnit refer uKnit Quickstart and Guide

About

uKnit unit test generator

https://www.codetab.org/guide/uknit/introduction/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%