tdpauw / tdd-by-example-xunit

xUnit from "TDD by Example"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace TestSuite(TestCase) constructor by TestSuite.addTests(TestCase)

tdpauw opened this issue · comments

This addTests should iterate over all test methods inside a TestCase.