MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / TEST

Function TEST

extern/re2/re2/testing/random_test.cc:51–55  ·  view source on GitHub ↗

Tests random small regexps involving literals and egrep operators.

Source from the content-addressed store, hash-verified

49
50// Tests random small regexps involving literals and egrep operators.
51TEST(Random, SmallEgrepLiterals) {
52 RandomTest(5, 5, Explode("abc."), RegexpGenerator::EgrepOps(),
53 15, Explode("abc"),
54 "");
55}
56
57// Tests random bigger regexps involving literals and egrep operators.
58TEST(Random, BigEgrepLiterals) {

Callers

nothing calls this directly

Calls 3

RandomTestFunction · 0.85
ExplodeFunction · 0.85
SplitFunction · 0.85

Tested by

no test coverage detected