Spaces:
Running
on
Zero
Running
on
Zero
fastapi_django_main_live
/
routers
/20240607093418_googleapps_U7a972c5cc46e966de21ff1cd3adc6d52
/src
/testCaseModel.gs
class TestCaseModel { | |
/** | |
* @param {object} response | |
*/ | |
function TestCaseModel(response) { | |
this.response = response; | |
} | |
/** | |
* @return {string} testCase | |
*/ | |
function toString() { | |
return "Test Case: " + this.response.message.text; | |
} | |
} |