...

Text file src/go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-pass/assertNumberConnectionsCheckedOut.json

Documentation: go.mongodb.org/mongo-driver/testdata/unified-test-format/valid-pass

     1{
     2  "description": "assertNumberConnectionsCheckedOut",
     3  "schemaVersion": "1.3",
     4  "createEntities": [
     5    {
     6      "client": {
     7        "id": "client0",
     8        "useMultipleMongoses": true
     9      }
    10    }
    11  ],
    12  "tests": [
    13    {
    14      "description": "basic assertion succeeds",
    15      "operations": [
    16        {
    17          "name": "assertNumberConnectionsCheckedOut",
    18          "object": "testRunner",
    19          "arguments": {
    20            "client": "client0",
    21            "connections": 0
    22          }
    23        }
    24      ]
    25    }
    26  ]
    27}

View as plain text