资 源 简 介
For the impatient: go to the quick start page now.
What is SketchTest
SketchTest is a framework to assist programmers in unit test creation for Java programs. It does not intend to be a fully-automated test generation tool. Instead, it helps programmers to write tests more compactly and efficiently, by providing a set of notations and APIs that programmers use to encode their insights in a test sketch declaratively. SketchTest automatically fills in repetitive and difficult code parts, outputting a set of executable JUnit tests.
You could find more information for the SketchTest framework here.
Why would I want to use it?
In short, you may want to use SketchTest, if you:
trust the quality of human-written tests more than fully automatically-generated ones
feel boring in writing repetitive tests, or tests