class D002_Assert { { assert 1 < 5; assert false: "This assert will fail"; } }