RichardWarburton / lambda-behave

A modern testing and behavioural specification framework for Java 8

Home Page:http://richardwarburton.github.io/lambda-behave/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have the option to lazily generate test cases

RichardWarburton opened this issue · comments

Currently we generate all test case instances up front, it would be nice to be able to do it lazily in order to avoid eating the memory required. Unfortunately this is hard to integrate with junit due to junit needing you to specify your test names up front.