Skip to content
CharliePoole edited this page Jun 4, 2020 · 4 revisions

The TC-Lite framework is currently under development. This wiki describes our vision and design.

TC-Lite will be a lightweight test framework in the spirit of the original NUnitLite, which was released in 2013 and later merged into the larger NUnit framework.

It aims to provide a very simple approach to testing in which a single test assembly is written in the form of a console application, referencing only the test framework and the software being tested. This allows tests to be deployed very easily by copying a few files.

TC-Lite is intended as a framework for writing and running unit tests, more specifically, micro-tests. Its feature set will be oriented toward that usage. Of course, TC-Lite stands for "TestCentric Lite" and it's possible there will be a more complete TestCentric framework in the future.

Project Vision

Clone this wiki locally