Lines Matching defs:C

45 func (s *S) TestRunString(c *C) {
56 func (s *S) TestRunValue(c *C) {
67 func (s *S) TestPing(c *C) {
87 func (s *S) TestDialIPAddress(c *C) {
99 func (s *S) TestURLSingle(c *C) {
110 func (s *S) TestURLMany(c *C) {
121 func (s *S) TestURLParsing(c *C) {
135 func (s *S) TestInsertFindOne(c *C) {
159 func (s *S) TestInsertFindOneNil(c *C) {
169 func (s *S) TestInsertFindOneMap(c *C) {
184 func (s *S) TestInsertFindAll(c *C) {
230 func (s *S) TestFindRef(c *C) {
276 func (s *S) TestDatabaseAndCollectionNames(c *C) {
311 func (s *S) TestSelect(c *C) {
327 func (s *S) TestInlineMap(c *C) {
358 func (s *S) TestUpdate(c *C) {
390 func (s *S) TestUpdateId(c *C) {
418 func (s *S) TestUpdateNil(c *C) {
448 func (s *S) TestUpsert(c *C) {
511 func (s *S) TestUpsertId(c *C) {
548 func (s *S) TestUpdateAll(c *C) {
597 func (s *S) TestRemove(c *C) {
626 func (s *S) TestRemoveId(c *C) {
644 func (s *S) TestRemoveUnsafe(c *C) {
664 func (s *S) TestRemoveAll(c *C) {
707 func (s *S) TestDropDatabase(c *C) {
749 func (s *S) TestDropCollection(c *C) {
773 func (s *S) TestCreateCollectionCapped(c *C) {
799 func (s *S) TestCreateCollectionNoIndex(c *C) {
819 func (s *S) TestCreateCollectionForceIndex(c *C) {
841 func (s *S) TestCreateCollectionValidator(c *C) {
893 func (s *S) TestCreateCollectionStorageEngine(c *C) {
911 func (s *S) TestIsDupValues(c *C) {
925 func (s *S) TestIsDupPrimary(c *C) {
939 func (s *S) TestIsDupUnique(c *C) {
961 func (s *S) TestIsDupCapped(c *C) {
985 func (s *S) TestIsDupFindAndModify(c *C) {
1004 func (s *S) TestIsDupRetryUpsert(c *C) {
1024 func (s *S) TestFindAndModify(c *C) {
1092 func (s *S) TestFindAndModifyBug997828(c *C) {
1120 func (s *S) TestFindAndModifyErrmsgDoc(c *C) {
1134 func (s *S) TestCountCollection(c *C) {
1152 func (s *S) TestCountQuery(c *C) {
1170 func (s *S) TestCountQuerySorted(c *C) {
1188 func (s *S) TestCountSkipLimit(c *C) {
1210 func (s *S) TestQueryExplain(c *C) {
1245 func (s *S) TestQuerySetMaxScan(c *C) {
1264 func (s *S) TestQuerySetMaxTime(c *C) {
1287 func (s *S) TestQueryHint(c *C) {
1310 func (s *S) TestQueryComment(c *C) {
1348 func (s *S) TestFindOneNotFound(c *C) {
1362 func (s *S) TestFindIterNotFound(c *C) {
1376 func (s *S) TestFindNil(c *C) {
1392 func (s *S) TestFindId(c *C) {
1410 func (s *S) TestFindIterAll(c *C) {
1456 func (s *S) TestFindIterTwiceWithSameQuery(c *C) {
1482 func (s *S) TestFindIterWithoutResults(c *C) {
1499 func (s *S) TestFindIterLimit(c *C) {
1548 func (s *S) TestFindIterCursorTimeout(c *C) {
1590 func (s *S) TestTooManyItemsLimitBug(c *C) {
1626 func (s *S) TestBatchSizeZeroGetMore(c *C) {
1673 func (s *S) TestFindIterLimitWithMore(c *C) {
1736 func (s *S) TestFindIterLimitWithBatch(c *C) {
1795 func (s *S) TestFindIterSortWithBatch(c *C) {
1858 func (s *S) TestFindTailTimeoutWithSleep(c *C) {
1956 func (s *S) TestFindTailTimeoutNoSleep(c *C) {
2037 func (s *S) TestFindTailNoTimeout(c *C) {
2126 func (s *S) TestIterNextResetsResult(c *C) {
2196 func (s *S) TestFindForOnIter(c *C) {
2248 func (s *S) TestFindFor(c *C) {
2300 func (s *S) TestFindForStopOnError(c *C) {
2327 func (s *S) TestFindForResetsResult(c *C) {
2397 func (s *S) TestFindIterSnapshot(c *C) {
2445 func (s *S) TestSort(c *C) {
2480 func (s *S) TestSortWithBadArgs(c *C) {
2496 func (s *S) TestSortScoreText(c *C) {
2556 func (s *S) TestPrefetching(c *C) {
2645 func (s *S) TestSafeSetting(c *C) {
2738 func (s *S) TestSafeInsert(c *C) {
2777 func (s *S) TestSafeParameters(c *C) {
2794 func (s *S) TestQueryErrorOne(c *C) {
2814 func (s *S) TestQueryErrorNext(c *C) {
2980 func (s *S) TestEnsureIndex(c *C) {
3071 func (s *S) TestEnsureIndexWithBadInfo(c *C) {
3085 func (s *S) TestEnsureIndexWithUnsafeSession(c *C) {
3110 func (s *S) TestEnsureIndexKey(c *C) {
3150 func (s *S) TestEnsureIndexDropIndex(c *C) {
3184 func (s *S) TestEnsureIndexDropIndexName(c *C) {
3218 func (s *S) TestEnsureIndexCaching(c *C) {
3259 func (s *S) TestEnsureIndexGetIndexes(c *C) {
3296 func (s *S) TestEnsureIndexNameCaching(c *C) {
3340 func (s *S) TestEnsureIndexEvalGetIndexes(c *C) {
3377 func (s *S) TestEnsureIndexExpireAfter(c *C) {
3425 func (s *S) TestDistinct(c *C) {
3443 func (s *S) TestMapReduce(c *C) {
3478 func (s *S) TestMapReduceFinalize(c *C) {
3509 func (s *S) TestMapReduceToCollection(c *C) {
3549 func (s *S) TestMapReduceToOtherDb(c *C) {
3589 func (s *S) TestMapReduceOutOfOrder(c *C) {
3612 func (s *S) TestMapReduceScope(c *C) {
3633 func (s *S) TestMapReduceVerbose(c *C) {
3656 func (s *S) TestMapReduceLimit(c *C) {
3678 func (s *S) TestBuildInfo(c *C) {
3719 func (s *S) TestZeroTimeRoundtrip(c *C) {
3737 func (s *S) TestFsyncLock(c *C) {
3765 func (s *S) TestFsync(c *C) {
3777 func (s *S) TestRepairCursor(c *C) {
3819 func (s *S) TestPipeIter(c *C) {
3855 func (s *S) TestPipeAll(c *C) {
3880 func (s *S) TestPipeOne(c *C) {
3905 func (s *S) TestPipeExplain(c *C) {
3926 func (s *S) TestBatch1Bug(c *C) {
3949 func (s *S) TestInterfaceIterBug(c *C) {
3972 func (s *S) TestFindIterCloseKillsCursor(c *C) {
3993 func (s *S) TestFindIterDoneWithBatches(c *C) {
4022 func (s *S) TestFindIterDoneErr(c *C) {
4037 func (s *S) TestFindIterDoneNotFound(c *C) {
4051 func (s *S) TestLogReplay(c *C) {
4072 func (s *S) TestSetCursorTimeout(c *C) {
4091 func (s *S) TestNewIterNoServer(c *C) {
4112 func (s *S) TestNewIterNoServerPresetErr(c *C) {
4133 func (s *S) TestBypassValidation(c *C) {
4180 func (s *S) TestVersionAtLeast(c *C) {
4206 func (s *S) BenchmarkFindIterRaw(c *C) {