dsaff / truth-old

Truth: we've made Failure a Strategy
Apache License 2.0
5 stars 2 forks source link

Backport expect rule to use 4.8's MethodRule #6

Closed cgruber closed 13 years ago

cgruber commented 13 years ago

Backports expect's Rule def to inherit from MethodRule (from 4.8 junit) instead of TestRule (from 4.9). The code for implementing TestRule's contract remains, but the "@override" is commented out, pending 4.9's release and some time for it to circulate.