JUnit 4: Allow "exit" at the end of tests
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
class JunitAdapter < TestingFrameworkAdapter
|
class JunitAdapter < TestingFrameworkAdapter
|
||||||
COUNT_REGEXP = /Tests run: (\d+)/.freeze
|
COUNT_REGEXP = /Tests run: (\d+)/.freeze
|
||||||
FAILURES_REGEXP = /Failures: (\d+)/.freeze
|
FAILURES_REGEXP = /Failures: (\d+)/.freeze
|
||||||
SUCCESS_REGEXP = /OK \((\d+) tests?\)\s*(?:\x1B\]0;)?\z/.freeze
|
SUCCESS_REGEXP = /OK \((\d+) tests?\)\s*(?:\x1B\]0;|exit)?\s*\z/.freeze
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user