class Rails::TestUnit::InvalidTestError

Public Class Methods

Calls superclass method
# File railties/lib/rails/test_unit/runner.rb, line 13
      def initialize(path, suggestion)
        super(<<~MESSAGE.rstrip)
          Could not load test file: #{path}.
          #{suggestion}
        MESSAGE
      end

Public Instance Methods

# File railties/lib/rails/test_unit/runner.rb, line 20
def backtrace(*args)
  []
end