mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Refactoring ResultData out of ResultInfo/ Builder pt1
This commit is contained in:
parent
47f679ef21
commit
86e1915099
9 changed files with 131 additions and 70 deletions
|
@ -242,9 +242,9 @@ namespace Catch {
|
|||
private:
|
||||
|
||||
ResultAction::Value actOnCurrentResult() {
|
||||
testEnded( m_currentResult );
|
||||
m_lastResult = m_currentResult;
|
||||
|
||||
m_lastResult = m_currentResult.build();
|
||||
testEnded( m_lastResult );
|
||||
|
||||
m_currentResult = ResultInfoBuilder();
|
||||
|
||||
ResultAction::Value action = ResultAction::None;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue