HomeSort by relevance Sort by last modified time
    Searched refs:expect_set (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/test/
test_bdb.py 166 def __init__(self, expect_set, skip=None, dry_run=False, test_case=None):
168 self.expect_set = expect_set
178 self.expected_list = list(islice(self.expect_set, 0, None, 2))
179 self.set_list = list(islice(self.expect_set, 1, None, 2))
246 'expect_set list exhausted, cannot pop item %d' %
283 'No breakpoints hit at expect_set item %d' %
297 "Wrong exception at expect_set item %d, got '%s'" %
303 self.raise_not_expected("%s at expect_set item %d, got '%s'" %
397 # Process the next expect_set item
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 858 static void expect_set( function
881 expect_set(function, parameter, file, line, values, number_of_values,
891 expect_set(function, parameter, file, line, values, number_of_values,
    [all...]

Completed in 89 milliseconds