osquery-1/osquery/core/tests
Michael O'Farrell 77aa36fa0b Constraint existence now check for constraints using specific operator types.
This change allows QueryContext constraints to be checked for based on
operator type.  This makes checks for the existence of an equality
operator allow enumeration.

Example:
  if (context.constraints["pid"].exists(EQUALS)) {
    pids = context.constraints["pid"].getAll(EQUALS);
  } else {
    osquery::procProcesses(pids);
  }
2015-05-29 13:47:04 -07:00
..
conversions_tests.cpp Fast tests 2015-04-27 09:40:31 -07:00
flags_tests.cpp Fast tests 2015-04-27 09:40:31 -07:00
hash_tests.cpp Fast tests 2015-04-27 09:40:31 -07:00
status_tests.cpp Fast tests 2015-04-27 09:40:31 -07:00
tables_tests.cpp Constraint existence now check for constraints using specific operator types. 2015-05-29 13:47:04 -07:00
text_tests.cpp Fast tests 2015-04-27 09:40:31 -07:00