@private
# File lib/shoulda/matchers/integrations/nunit_test_case_detection.rb, line 22 def self.detected_test_case_constants possible_test_case_constants. map { |future_constant| resolve_constant(future_constant) }. compact end
# File lib/shoulda/matchers/integrations/nunit_test_case_detection.rb, line 7 def self.possible_test_case_constants [ -> { ActiveSupport::TestCase }, -> { Minitest::Test }, -> { MiniTest::Unit::TestCase }, -> { Test::Unit::TestCase } ] end
Generated with the Darkfish Rdoc Generator 2.