MCPcopy Create free account
hub / github.com/FidoProject/Fido / LexSort

Class LexSort

tests/catch.h:6411–6413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6409namespace Catch {
6410
6411 struct LexSort {
6412 bool operator() (TestCase i,TestCase j) const { return (i<j);}
6413 };
6414 struct RandomNumberGenerator {
6415 int operator()( int n ) const { return std::rand() % n; }
6416 };

Callers 1

sortTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected