# File lib/turn/components/case.rb, line 47
    def new_test(name)
      c = TestMethod.new(name)
      @tests << c
      c
    end