square / burst

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

Fix test filtering so that individual tests can be run #33

Closed dlubarov closed 10 years ago

dlubarov commented 10 years ago

Addresses #31. Here's the result of running ConstructorAndMethodTest's single(Snack) method:

tests

dnkoutso commented 10 years ago

Some reflection never hurt nobody.

JakeWharton commented 10 years ago

:+1: :+1: :+1: :+1: :shipit:

jacobtabak commented 10 years ago

Tested it & verified it works, thank you for looking into it.

JakeWharton commented 10 years ago

Please squash before merge next time.