Data-Driven Tests for java

71 阅读1分钟

Data-Driven Tests for Java

link:

github.com/junwen12221…

refer to 

github.com/cockroachdb…

This repository implements an extension of Table-Driven Testing. Instead of building and iterating over a table in the test code, the input is further separated into files (or inline strings). For certain classes of tests, this can significantly reduce the friction involved in writing and reading these tests.