From: MonkeeSage Date: 2006-09-27T10:10:11+09:00 Subject: Re: assert_false aidy wrote: > Hi, > > Does anyone know why assert_false is not inlcuded in Test:Unit, but for > e.g. assertFalse( ) is a method in JUnit? Hi aidy, Have a look at the source of /1.8/test/unit/assertions.rb and search for the text: "Example Custom Assertion". Regards, Jordan