public void Test_Newly_Created_System_Object_Should_Be_Empty() { Object obj = new Object (); Assert.IsTrue ( obj.should_be_empty () ); }