Home | History | Annotate | Download | only in gtest

Lines Matching defs:negative

153     "'-' and a : separated list of negative patterns (tests to "
155 "patterns and does not match any of the negative patterns.");
175 "How many times to repeat each test. Specify a negative number "
363 // positive filter and negative filter portions
367 String negative;
370 negative = String("");
373 negative = String(dash+1); // Everything after the dash
383 !MatchesFilter(full_name, negative.c_str()));
3164 // Repeats forever if the repeat count is negative.