cashapp / burst

Burst is a unit testing library that uses enums to parameterize unit tests
Apache License 2.0
19 stars 1 forks source link

Support `abstract class` #41

Open JakeWharton opened 1 day ago

JakeWharton commented 1 day ago

This should vary test functions only, and ignore constructors.

Currently it silently does nothing 😶.