reseeds rng before each test case and provides access to seed through Catch::rngSeed() function
This commit is contained in:
parent
b971fe785b
commit
d87e551efa
5 changed files with 18 additions and 1 deletions
|
@ -259,6 +259,8 @@ namespace Catch {
|
|||
m_lastAssertionInfo = AssertionInfo( "TEST_CASE", testCaseInfo.lineInfo, "", ResultDisposition::Normal );
|
||||
TestCaseTracker::Guard guard( *m_testCaseTracker );
|
||||
|
||||
seedRng( *m_config );
|
||||
|
||||
Timer timer;
|
||||
timer.start();
|
||||
if( m_reporter->getPreferences().shouldRedirectStdOut ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue