ResultInfo -> AssertionResult filenames and variables

This commit is contained in:
Phil Nash 2012-10-16 08:31:05 +01:00
parent d16955f63a
commit c597a893fa
15 changed files with 74 additions and 74 deletions

View file

@ -95,7 +95,7 @@ namespace Catch {
closeLabel( recordTestCases, testInfo.getName() );
}
virtual void Result( const AssertionResult& resultInfo );
virtual void Result( const AssertionResult& assertionResult );
private: