std.experimental.testing formal review
NVolcz via Digitalmars-d
digitalmars-d at puremagic.com
Fri Sep 11 03:02:21 PDT 2015
On Wednesday, 9 September 2015 at 15:20:41 UTC, Robert burner
Schadek wrote:
> This post marks the start of the two week review process of
> std.experimental.testing.
> </ snip>
Some questions from a Java programmer:
How would I go about making test fixtures. Ex. in JUnit you have
@Before and @BeforeClass
Is it possible to categorize tests?
How about Fuzz-tests, randomize input for test on each run?
Time limited test? If this tests runs more than 5min then fail
More information about the Digitalmars-d
mailing list