28 lines
526 B
JSON
28 lines
526 B
JSON
{
|
|
"description": "assertNumberConnectionsCheckedOut",
|
|
"schemaVersion": "1.3",
|
|
"createEntities": [
|
|
{
|
|
"client": {
|
|
"id": "client0",
|
|
"useMultipleMongoses": true
|
|
}
|
|
}
|
|
],
|
|
"tests": [
|
|
{
|
|
"description": "basic assertion succeeds",
|
|
"operations": [
|
|
{
|
|
"name": "assertNumberConnectionsCheckedOut",
|
|
"object": "testRunner",
|
|
"arguments": {
|
|
"client": "client0",
|
|
"connections": 0
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|