square / burst

A unit testing library for varying test data.
Apache License 2.0
464 stars 29 forks source link

Stop allowing extra default constructors #51

Closed dlubarov closed 9 years ago

dlubarov commented 9 years ago

Now that we've dropped Android support there's no need for an extra default constructor; all Burst tests should have one constructor.

It's possible this could break existing tests, but it's unavoidable unless we keep this leniency forever.

dlubarov commented 9 years ago

@zach-klippenstein or @JakeWharton PTAL