Specify version for junit_adapter.rb

This commit is contained in:
Sebastian Serth
2021-09-11 19:51:50 +02:00
parent b9b2917acf
commit 49d71f9763

View File

@ -7,7 +7,7 @@ class JunitAdapter < TestingFrameworkAdapter
ASSERTION_ERROR_REGEXP = /java\.lang\.AssertionError:?\s(.*?)\tat org.junit|org\.junit\.ComparisonFailure:\s(.*?)\tat org.junit/m.freeze ASSERTION_ERROR_REGEXP = /java\.lang\.AssertionError:?\s(.*?)\tat org.junit|org\.junit\.ComparisonFailure:\s(.*?)\tat org.junit/m.freeze
def self.framework_name def self.framework_name
'JUnit' 'JUnit 4'
end end
def parse_output(output) def parse_output(output)