From: Caleb Clausen Date: 2010-07-09T12:36:37+09:00 Subject: Re: MiniTest test case execution On 7/7/10, George Thomas wrote: > I think the suggested solution by Caleb , is probably not suitable for > me ,as I call assert from many of my test cases. And why does that matter? #assert is a method of TestCase, so it can be called from any other method of TestCase with no problem. You don't have to always call it in methods whose names begin with 'test_'.