Shared examples in test unit?

hi,
at work we use TestUnit, and I miss there a lot the shared_examples from
RSpec, do you know if is there something alike for TestUnit?

I know this might be a bit OT but I thought you probably might know :slight_smile:

tia,
joaquin

On Sep 16, 2011, at 4:40 AM, Joaquin Rivera P. wrote:

least-significant-bit.com


rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

T/U tests are just Ruby classes, so you can do things like “include
UserAssertions”.