diff --git a/.babelrc b/.babelrc deleted file mode 100644 index c73df9d..0000000 --- a/.babelrc +++ /dev/null @@ -1,33 +0,0 @@ -{ - "presets": [ - "@babel/preset-env" - ], - "plugins": [ - "@babel/plugin-syntax-dynamic-import", - "@babel/plugin-syntax-import-meta", - "@babel/plugin-proposal-class-properties", - "@babel/plugin-proposal-json-strings", - [ - "@babel/plugin-proposal-decorators", - { - "legacy": true - } - ], - "@babel/plugin-proposal-function-sent", - "@babel/plugin-proposal-export-namespace-from", - "@babel/plugin-proposal-numeric-separator", - "@babel/plugin-proposal-throw-expressions", - "@babel/plugin-proposal-export-default-from", - "@babel/plugin-proposal-logical-assignment-operators", - "@babel/plugin-proposal-optional-chaining", - [ - "@babel/plugin-proposal-pipeline-operator", - { - "proposal": "minimal" - } - ], - "@babel/plugin-proposal-nullish-coalescing-operator", - "@babel/plugin-proposal-do-expressions", - "@babel/plugin-proposal-function-bind" - ] -} diff --git a/mocha.opts b/mocha.opts deleted file mode 100644 index 9070118..0000000 --- a/mocha.opts +++ /dev/null @@ -1 +0,0 @@ ---timeout 10000 diff --git a/test/api/ArtifactApi.spec.js b/test/api/ArtifactApi.spec.js deleted file mode 100644 index 11b6a2d..0000000 --- a/test/api/ArtifactApi.spec.js +++ /dev/null @@ -1,113 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ArtifactApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ArtifactApi', function() { - describe('deleteArtifact', function() { - it('should call deleteArtifact successfully', function(done) { - //uncomment below and update the code to test deleteArtifact - //instance.deleteArtifact(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('downloadArtifact', function() { - it('should call downloadArtifact successfully', function(done) { - //uncomment below and update the code to test downloadArtifact - //instance.downloadArtifact(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getArtifact', function() { - it('should call getArtifact successfully', function(done) { - //uncomment below and update the code to test getArtifact - //instance.getArtifact(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getArtifactList', function() { - it('should call getArtifactList successfully', function(done) { - //uncomment below and update the code to test getArtifactList - //instance.getArtifactList(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('uploadArtifact', function() { - it('should call uploadArtifact successfully', function(done) { - //uncomment below and update the code to test uploadArtifact - //instance.uploadArtifact(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('viewArtifact', function() { - it('should call viewArtifact successfully', function(done) { - //uncomment below and update the code to test viewArtifact - //instance.viewArtifact(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/GroupApi.spec.js b/test/api/GroupApi.spec.js deleted file mode 100644 index 153e2f1..0000000 --- a/test/api/GroupApi.spec.js +++ /dev/null @@ -1,93 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.GroupApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('GroupApi', function() { - describe('addGroup', function() { - it('should call addGroup successfully', function(done) { - //uncomment below and update the code to test addGroup - //instance.addGroup(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getGroup', function() { - it('should call getGroup successfully', function(done) { - //uncomment below and update the code to test getGroup - //instance.getGroup(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getGroupList', function() { - it('should call getGroupList successfully', function(done) { - //uncomment below and update the code to test getGroupList - //instance.getGroupList(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('updateGroup', function() { - it('should call updateGroup successfully', function(done) { - //uncomment below and update the code to test updateGroup - //instance.updateGroup(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/HealthApi.spec.js b/test/api/HealthApi.spec.js deleted file mode 100644 index aded0de..0000000 --- a/test/api/HealthApi.spec.js +++ /dev/null @@ -1,83 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.HealthApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('HealthApi', function() { - describe('getDatabaseHealth', function() { - it('should call getDatabaseHealth successfully', function(done) { - //uncomment below and update the code to test getDatabaseHealth - //instance.getDatabaseHealth(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getHealth', function() { - it('should call getHealth successfully', function(done) { - //uncomment below and update the code to test getHealth - //instance.getHealth(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getHealthInfo', function() { - it('should call getHealthInfo successfully', function(done) { - //uncomment below and update the code to test getHealthInfo - //instance.getHealthInfo(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/ImportApi.spec.js b/test/api/ImportApi.spec.js deleted file mode 100644 index ced79c1..0000000 --- a/test/api/ImportApi.spec.js +++ /dev/null @@ -1,73 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ImportApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ImportApi', function() { - describe('addImport', function() { - it('should call addImport successfully', function(done) { - //uncomment below and update the code to test addImport - //instance.addImport(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getImport', function() { - it('should call getImport successfully', function(done) { - //uncomment below and update the code to test getImport - //instance.getImport(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/ProjectApi.spec.js b/test/api/ProjectApi.spec.js deleted file mode 100644 index ee68d5d..0000000 --- a/test/api/ProjectApi.spec.js +++ /dev/null @@ -1,93 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ProjectApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ProjectApi', function() { - describe('addProject', function() { - it('should call addProject successfully', function(done) { - //uncomment below and update the code to test addProject - //instance.addProject(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getProject', function() { - it('should call getProject successfully', function(done) { - //uncomment below and update the code to test getProject - //instance.getProject(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getProjectList', function() { - it('should call getProjectList successfully', function(done) { - //uncomment below and update the code to test getProjectList - //instance.getProjectList(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('updateProject', function() { - it('should call updateProject successfully', function(done) { - //uncomment below and update the code to test updateProject - //instance.updateProject(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/ReportApi.spec.js b/test/api/ReportApi.spec.js deleted file mode 100644 index b6f8765..0000000 --- a/test/api/ReportApi.spec.js +++ /dev/null @@ -1,123 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ReportApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ReportApi', function() { - describe('addReport', function() { - it('should call addReport successfully', function(done) { - //uncomment below and update the code to test addReport - //instance.addReport(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('deleteReport', function() { - it('should call deleteReport successfully', function(done) { - //uncomment below and update the code to test deleteReport - //instance.deleteReport(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('downloadReport', function() { - it('should call downloadReport successfully', function(done) { - //uncomment below and update the code to test downloadReport - //instance.downloadReport(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getReport', function() { - it('should call getReport successfully', function(done) { - //uncomment below and update the code to test getReport - //instance.getReport(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getReportList', function() { - it('should call getReportList successfully', function(done) { - //uncomment below and update the code to test getReportList - //instance.getReportList(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getReportTypes', function() { - it('should call getReportTypes successfully', function(done) { - //uncomment below and update the code to test getReportTypes - //instance.getReportTypes(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('viewReport', function() { - it('should call viewReport successfully', function(done) { - //uncomment below and update the code to test viewReport - //instance.viewReport(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/ResultApi.spec.js b/test/api/ResultApi.spec.js deleted file mode 100644 index fac971d..0000000 --- a/test/api/ResultApi.spec.js +++ /dev/null @@ -1,93 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ResultApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ResultApi', function() { - describe('addResult', function() { - it('should call addResult successfully', function(done) { - //uncomment below and update the code to test addResult - //instance.addResult(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getResult', function() { - it('should call getResult successfully', function(done) { - //uncomment below and update the code to test getResult - //instance.getResult(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getResultList', function() { - it('should call getResultList successfully', function(done) { - //uncomment below and update the code to test getResultList - //instance.getResultList(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('updateResult', function() { - it('should call updateResult successfully', function(done) { - //uncomment below and update the code to test updateResult - //instance.updateResult(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/RunApi.spec.js b/test/api/RunApi.spec.js deleted file mode 100644 index 1263652..0000000 --- a/test/api/RunApi.spec.js +++ /dev/null @@ -1,93 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.RunApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('RunApi', function() { - describe('addRun', function() { - it('should call addRun successfully', function(done) { - //uncomment below and update the code to test addRun - //instance.addRun(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getRun', function() { - it('should call getRun successfully', function(done) { - //uncomment below and update the code to test getRun - //instance.getRun(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getRunList', function() { - it('should call getRunList successfully', function(done) { - //uncomment below and update the code to test getRunList - //instance.getRunList(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('updateRun', function() { - it('should call updateRun successfully', function(done) { - //uncomment below and update the code to test updateRun - //instance.updateRun(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/WidgetApi.spec.js b/test/api/WidgetApi.spec.js deleted file mode 100644 index 89f1a41..0000000 --- a/test/api/WidgetApi.spec.js +++ /dev/null @@ -1,73 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.WidgetApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('WidgetApi', function() { - describe('getWidget', function() { - it('should call getWidget successfully', function(done) { - //uncomment below and update the code to test getWidget - //instance.getWidget(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getWidgetTypes', function() { - it('should call getWidgetTypes successfully', function(done) { - //uncomment below and update the code to test getWidgetTypes - //instance.getWidgetTypes(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/api/WidgetConfigApi.spec.js b/test/api/WidgetConfigApi.spec.js deleted file mode 100644 index 0e0c1ca..0000000 --- a/test/api/WidgetConfigApi.spec.js +++ /dev/null @@ -1,103 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.WidgetConfigApi(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('WidgetConfigApi', function() { - describe('addWidgetConfig', function() { - it('should call addWidgetConfig successfully', function(done) { - //uncomment below and update the code to test addWidgetConfig - //instance.addWidgetConfig(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('deleteWidgetConfig', function() { - it('should call deleteWidgetConfig successfully', function(done) { - //uncomment below and update the code to test deleteWidgetConfig - //instance.deleteWidgetConfig(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getWidgetConfig', function() { - it('should call getWidgetConfig successfully', function(done) { - //uncomment below and update the code to test getWidgetConfig - //instance.getWidgetConfig(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('getWidgetConfigList', function() { - it('should call getWidgetConfigList successfully', function(done) { - //uncomment below and update the code to test getWidgetConfigList - //instance.getWidgetConfigList(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - describe('updateWidgetConfig', function() { - it('should call updateWidgetConfig successfully', function(done) { - //uncomment below and update the code to test updateWidgetConfig - //instance.updateWidgetConfig(function(error) { - // if (error) throw error; - //expect().to.be(); - //}); - done(); - }); - }); - }); - -})); diff --git a/test/model/Artifact.spec.js b/test/model/Artifact.spec.js deleted file mode 100644 index 4280007..0000000 --- a/test/model/Artifact.spec.js +++ /dev/null @@ -1,83 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Artifact(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Artifact', function() { - it('should create an instance of Artifact', function() { - // uncomment below and update the code to test Artifact - //var instane = new ibutsu.Artifact(); - //expect(instance).to.be.a(ibutsu.Artifact); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.Artifact(); - //expect(instance).to.be(); - }); - - it('should have the property resultId (base name: "resultId")', function() { - // uncomment below and update the code to test the property resultId - //var instane = new ibutsu.Artifact(); - //expect(instance).to.be(); - }); - - it('should have the property filename (base name: "filename")', function() { - // uncomment below and update the code to test the property filename - //var instane = new ibutsu.Artifact(); - //expect(instance).to.be(); - }); - - it('should have the property additionalMetadata (base name: "additionalMetadata")', function() { - // uncomment below and update the code to test the property additionalMetadata - //var instane = new ibutsu.Artifact(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/ArtifactList.spec.js b/test/model/ArtifactList.spec.js deleted file mode 100644 index 257a659..0000000 --- a/test/model/ArtifactList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ArtifactList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ArtifactList', function() { - it('should create an instance of ArtifactList', function() { - // uncomment below and update the code to test ArtifactList - //var instane = new ibutsu.ArtifactList(); - //expect(instance).to.be.a(ibutsu.ArtifactList); - }); - - it('should have the property artifacts (base name: "artifacts")', function() { - // uncomment below and update the code to test the property artifacts - //var instane = new ibutsu.ArtifactList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.ArtifactList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/Group.spec.js b/test/model/Group.spec.js deleted file mode 100644 index 6cc493e..0000000 --- a/test/model/Group.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Group(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Group', function() { - it('should create an instance of Group', function() { - // uncomment below and update the code to test Group - //var instane = new ibutsu.Group(); - //expect(instance).to.be.a(ibutsu.Group); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.Group(); - //expect(instance).to.be(); - }); - - it('should have the property name (base name: "name")', function() { - // uncomment below and update the code to test the property name - //var instane = new ibutsu.Group(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/GroupList.spec.js b/test/model/GroupList.spec.js deleted file mode 100644 index a76f043..0000000 --- a/test/model/GroupList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.GroupList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('GroupList', function() { - it('should create an instance of GroupList', function() { - // uncomment below and update the code to test GroupList - //var instane = new ibutsu.GroupList(); - //expect(instance).to.be.a(ibutsu.GroupList); - }); - - it('should have the property groups (base name: "groups")', function() { - // uncomment below and update the code to test the property groups - //var instane = new ibutsu.GroupList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.GroupList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/Health.spec.js b/test/model/Health.spec.js deleted file mode 100644 index e4ef345..0000000 --- a/test/model/Health.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Health(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Health', function() { - it('should create an instance of Health', function() { - // uncomment below and update the code to test Health - //var instane = new ibutsu.Health(); - //expect(instance).to.be.a(ibutsu.Health); - }); - - it('should have the property status (base name: "status")', function() { - // uncomment below and update the code to test the property status - //var instane = new ibutsu.Health(); - //expect(instance).to.be(); - }); - - it('should have the property message (base name: "message")', function() { - // uncomment below and update the code to test the property message - //var instane = new ibutsu.Health(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/HealthInfo.spec.js b/test/model/HealthInfo.spec.js deleted file mode 100644 index 2cdc3fd..0000000 --- a/test/model/HealthInfo.spec.js +++ /dev/null @@ -1,77 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.HealthInfo(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('HealthInfo', function() { - it('should create an instance of HealthInfo', function() { - // uncomment below and update the code to test HealthInfo - //var instane = new ibutsu.HealthInfo(); - //expect(instance).to.be.a(ibutsu.HealthInfo); - }); - - it('should have the property frontend (base name: "frontend")', function() { - // uncomment below and update the code to test the property frontend - //var instane = new ibutsu.HealthInfo(); - //expect(instance).to.be(); - }); - - it('should have the property backend (base name: "backend")', function() { - // uncomment below and update the code to test the property backend - //var instane = new ibutsu.HealthInfo(); - //expect(instance).to.be(); - }); - - it('should have the property apiUi (base name: "api_ui")', function() { - // uncomment below and update the code to test the property apiUi - //var instane = new ibutsu.HealthInfo(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/InlineObject.spec.js b/test/model/InlineObject.spec.js deleted file mode 100644 index 9d02644..0000000 --- a/test/model/InlineObject.spec.js +++ /dev/null @@ -1,83 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.InlineObject(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('InlineObject', function() { - it('should create an instance of InlineObject', function() { - // uncomment below and update the code to test InlineObject - //var instane = new ibutsu.InlineObject(); - //expect(instance).to.be.a(ibutsu.InlineObject); - }); - - it('should have the property resultId (base name: "resultId")', function() { - // uncomment below and update the code to test the property resultId - //var instane = new ibutsu.InlineObject(); - //expect(instance).to.be(); - }); - - it('should have the property filename (base name: "filename")', function() { - // uncomment below and update the code to test the property filename - //var instane = new ibutsu.InlineObject(); - //expect(instance).to.be(); - }); - - it('should have the property file (base name: "file")', function() { - // uncomment below and update the code to test the property file - //var instane = new ibutsu.InlineObject(); - //expect(instance).to.be(); - }); - - it('should have the property additionalMetadata (base name: "additionalMetadata")', function() { - // uncomment below and update the code to test the property additionalMetadata - //var instane = new ibutsu.InlineObject(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/InlineObject1.spec.js b/test/model/InlineObject1.spec.js deleted file mode 100644 index b322839..0000000 --- a/test/model/InlineObject1.spec.js +++ /dev/null @@ -1,65 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.InlineObject1(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('InlineObject1', function() { - it('should create an instance of InlineObject1', function() { - // uncomment below and update the code to test InlineObject1 - //var instane = new ibutsu.InlineObject1(); - //expect(instance).to.be.a(ibutsu.InlineObject1); - }); - - it('should have the property importFile (base name: "importFile")', function() { - // uncomment below and update the code to test the property importFile - //var instane = new ibutsu.InlineObject1(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/InlineResponse200.spec.js b/test/model/InlineResponse200.spec.js deleted file mode 100644 index e6a94fa..0000000 --- a/test/model/InlineResponse200.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.InlineResponse200(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('InlineResponse200', function() { - it('should create an instance of InlineResponse200', function() { - // uncomment below and update the code to test InlineResponse200 - //var instane = new ibutsu.InlineResponse200(); - //expect(instance).to.be.a(ibutsu.InlineResponse200); - }); - - it('should have the property type (base name: "type")', function() { - // uncomment below and update the code to test the property type - //var instane = new ibutsu.InlineResponse200(); - //expect(instance).to.be(); - }); - - it('should have the property name (base name: "name")', function() { - // uncomment below and update the code to test the property name - //var instane = new ibutsu.InlineResponse200(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/ModelImport.spec.js b/test/model/ModelImport.spec.js deleted file mode 100644 index 89cc267..0000000 --- a/test/model/ModelImport.spec.js +++ /dev/null @@ -1,89 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ModelImport(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ModelImport', function() { - it('should create an instance of ModelImport', function() { - // uncomment below and update the code to test ModelImport - //var instane = new ibutsu.ModelImport(); - //expect(instance).to.be.a(ibutsu.ModelImport); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.ModelImport(); - //expect(instance).to.be(); - }); - - it('should have the property status (base name: "status")', function() { - // uncomment below and update the code to test the property status - //var instane = new ibutsu.ModelImport(); - //expect(instance).to.be(); - }); - - it('should have the property filename (base name: "filename")', function() { - // uncomment below and update the code to test the property filename - //var instane = new ibutsu.ModelImport(); - //expect(instance).to.be(); - }); - - it('should have the property format (base name: "format")', function() { - // uncomment below and update the code to test the property format - //var instane = new ibutsu.ModelImport(); - //expect(instance).to.be(); - }); - - it('should have the property runId (base name: "run_id")', function() { - // uncomment below and update the code to test the property runId - //var instane = new ibutsu.ModelImport(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/Pagination.spec.js b/test/model/Pagination.spec.js deleted file mode 100644 index 3500c0e..0000000 --- a/test/model/Pagination.spec.js +++ /dev/null @@ -1,83 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Pagination(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Pagination', function() { - it('should create an instance of Pagination', function() { - // uncomment below and update the code to test Pagination - //var instane = new ibutsu.Pagination(); - //expect(instance).to.be.a(ibutsu.Pagination); - }); - - it('should have the property page (base name: "page")', function() { - // uncomment below and update the code to test the property page - //var instane = new ibutsu.Pagination(); - //expect(instance).to.be(); - }); - - it('should have the property pageSize (base name: "pageSize")', function() { - // uncomment below and update the code to test the property pageSize - //var instane = new ibutsu.Pagination(); - //expect(instance).to.be(); - }); - - it('should have the property totalPages (base name: "totalPages")', function() { - // uncomment below and update the code to test the property totalPages - //var instane = new ibutsu.Pagination(); - //expect(instance).to.be(); - }); - - it('should have the property totalItems (base name: "totalItems")', function() { - // uncomment below and update the code to test the property totalItems - //var instane = new ibutsu.Pagination(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/Project.spec.js b/test/model/Project.spec.js deleted file mode 100644 index b485743..0000000 --- a/test/model/Project.spec.js +++ /dev/null @@ -1,89 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Project(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Project', function() { - it('should create an instance of Project', function() { - // uncomment below and update the code to test Project - //var instane = new ibutsu.Project(); - //expect(instance).to.be.a(ibutsu.Project); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.Project(); - //expect(instance).to.be(); - }); - - it('should have the property name (base name: "name")', function() { - // uncomment below and update the code to test the property name - //var instane = new ibutsu.Project(); - //expect(instance).to.be(); - }); - - it('should have the property title (base name: "title")', function() { - // uncomment below and update the code to test the property title - //var instane = new ibutsu.Project(); - //expect(instance).to.be(); - }); - - it('should have the property ownerId (base name: "ownerId")', function() { - // uncomment below and update the code to test the property ownerId - //var instane = new ibutsu.Project(); - //expect(instance).to.be(); - }); - - it('should have the property groupId (base name: "groupId")', function() { - // uncomment below and update the code to test the property groupId - //var instane = new ibutsu.Project(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/ProjectList.spec.js b/test/model/ProjectList.spec.js deleted file mode 100644 index 23c019e..0000000 --- a/test/model/ProjectList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ProjectList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ProjectList', function() { - it('should create an instance of ProjectList', function() { - // uncomment below and update the code to test ProjectList - //var instane = new ibutsu.ProjectList(); - //expect(instance).to.be.a(ibutsu.ProjectList); - }); - - it('should have the property projects (base name: "projects")', function() { - // uncomment below and update the code to test the property projects - //var instane = new ibutsu.ProjectList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.ProjectList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/Report.spec.js b/test/model/Report.spec.js deleted file mode 100644 index 97edab3..0000000 --- a/test/model/Report.spec.js +++ /dev/null @@ -1,107 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Report(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Report', function() { - it('should create an instance of Report', function() { - // uncomment below and update the code to test Report - //var instane = new ibutsu.Report(); - //expect(instance).to.be.a(ibutsu.Report); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - it('should have the property filename (base name: "filename")', function() { - // uncomment below and update the code to test the property filename - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - it('should have the property mimetype (base name: "mimetype")', function() { - // uncomment below and update the code to test the property mimetype - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - it('should have the property url (base name: "url")', function() { - // uncomment below and update the code to test the property url - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - it('should have the property downloadUrl (base name: "download_url")', function() { - // uncomment below and update the code to test the property downloadUrl - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - it('should have the property viewUrl (base name: "view_url")', function() { - // uncomment below and update the code to test the property viewUrl - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - it('should have the property parameters (base name: "parameters")', function() { - // uncomment below and update the code to test the property parameters - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - it('should have the property status (base name: "status")', function() { - // uncomment below and update the code to test the property status - //var instane = new ibutsu.Report(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/ReportList.spec.js b/test/model/ReportList.spec.js deleted file mode 100644 index c53880d..0000000 --- a/test/model/ReportList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ReportList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ReportList', function() { - it('should create an instance of ReportList', function() { - // uncomment below and update the code to test ReportList - //var instane = new ibutsu.ReportList(); - //expect(instance).to.be.a(ibutsu.ReportList); - }); - - it('should have the property reports (base name: "reports")', function() { - // uncomment below and update the code to test the property reports - //var instane = new ibutsu.ReportList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.ReportList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/ReportParameters.spec.js b/test/model/ReportParameters.spec.js deleted file mode 100644 index 597d96d..0000000 --- a/test/model/ReportParameters.spec.js +++ /dev/null @@ -1,77 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ReportParameters(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ReportParameters', function() { - it('should create an instance of ReportParameters', function() { - // uncomment below and update the code to test ReportParameters - //var instane = new ibutsu.ReportParameters(); - //expect(instance).to.be.a(ibutsu.ReportParameters); - }); - - it('should have the property type (base name: "type")', function() { - // uncomment below and update the code to test the property type - //var instane = new ibutsu.ReportParameters(); - //expect(instance).to.be(); - }); - - it('should have the property filter (base name: "filter")', function() { - // uncomment below and update the code to test the property filter - //var instane = new ibutsu.ReportParameters(); - //expect(instance).to.be(); - }); - - it('should have the property source (base name: "source")', function() { - // uncomment below and update the code to test the property source - //var instane = new ibutsu.ReportParameters(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/Result.spec.js b/test/model/Result.spec.js deleted file mode 100644 index 58fc86d..0000000 --- a/test/model/Result.spec.js +++ /dev/null @@ -1,107 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Result(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Result', function() { - it('should create an instance of Result', function() { - // uncomment below and update the code to test Result - //var instane = new ibutsu.Result(); - //expect(instance).to.be.a(ibutsu.Result); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - it('should have the property testId (base name: "test_id")', function() { - // uncomment below and update the code to test the property testId - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - it('should have the property startTime (base name: "start_time")', function() { - // uncomment below and update the code to test the property startTime - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - it('should have the property duration (base name: "duration")', function() { - // uncomment below and update the code to test the property duration - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - it('should have the property result (base name: "result")', function() { - // uncomment below and update the code to test the property result - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - it('should have the property metadata (base name: "metadata")', function() { - // uncomment below and update the code to test the property metadata - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - it('should have the property params (base name: "params")', function() { - // uncomment below and update the code to test the property params - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - it('should have the property source (base name: "source")', function() { - // uncomment below and update the code to test the property source - //var instane = new ibutsu.Result(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/ResultList.spec.js b/test/model/ResultList.spec.js deleted file mode 100644 index 8ac84dc..0000000 --- a/test/model/ResultList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.ResultList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('ResultList', function() { - it('should create an instance of ResultList', function() { - // uncomment below and update the code to test ResultList - //var instane = new ibutsu.ResultList(); - //expect(instance).to.be.a(ibutsu.ResultList); - }); - - it('should have the property results (base name: "results")', function() { - // uncomment below and update the code to test the property results - //var instane = new ibutsu.ResultList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.ResultList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/Run.spec.js b/test/model/Run.spec.js deleted file mode 100644 index 087d5bd..0000000 --- a/test/model/Run.spec.js +++ /dev/null @@ -1,101 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.Run(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('Run', function() { - it('should create an instance of Run', function() { - // uncomment below and update the code to test Run - //var instane = new ibutsu.Run(); - //expect(instance).to.be.a(ibutsu.Run); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.Run(); - //expect(instance).to.be(); - }); - - it('should have the property created (base name: "created")', function() { - // uncomment below and update the code to test the property created - //var instane = new ibutsu.Run(); - //expect(instance).to.be(); - }); - - it('should have the property duration (base name: "duration")', function() { - // uncomment below and update the code to test the property duration - //var instane = new ibutsu.Run(); - //expect(instance).to.be(); - }); - - it('should have the property source (base name: "source")', function() { - // uncomment below and update the code to test the property source - //var instane = new ibutsu.Run(); - //expect(instance).to.be(); - }); - - it('should have the property startTime (base name: "start_time")', function() { - // uncomment below and update the code to test the property startTime - //var instane = new ibutsu.Run(); - //expect(instance).to.be(); - }); - - it('should have the property summary (base name: "summary")', function() { - // uncomment below and update the code to test the property summary - //var instane = new ibutsu.Run(); - //expect(instance).to.be(); - }); - - it('should have the property metadata (base name: "metadata")', function() { - // uncomment below and update the code to test the property metadata - //var instane = new ibutsu.Run(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/RunList.spec.js b/test/model/RunList.spec.js deleted file mode 100644 index 887e7f4..0000000 --- a/test/model/RunList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.RunList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('RunList', function() { - it('should create an instance of RunList', function() { - // uncomment below and update the code to test RunList - //var instane = new ibutsu.RunList(); - //expect(instance).to.be.a(ibutsu.RunList); - }); - - it('should have the property runs (base name: "runs")', function() { - // uncomment below and update the code to test the property runs - //var instane = new ibutsu.RunList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.RunList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/WidgetConfig.spec.js b/test/model/WidgetConfig.spec.js deleted file mode 100644 index 5a2137f..0000000 --- a/test/model/WidgetConfig.spec.js +++ /dev/null @@ -1,101 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.WidgetConfig(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('WidgetConfig', function() { - it('should create an instance of WidgetConfig', function() { - // uncomment below and update the code to test WidgetConfig - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be.a(ibutsu.WidgetConfig); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be(); - }); - - it('should have the property type (base name: "type")', function() { - // uncomment below and update the code to test the property type - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be(); - }); - - it('should have the property widget (base name: "widget")', function() { - // uncomment below and update the code to test the property widget - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be(); - }); - - it('should have the property project (base name: "project")', function() { - // uncomment below and update the code to test the property project - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be(); - }); - - it('should have the property weight (base name: "weight")', function() { - // uncomment below and update the code to test the property weight - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be(); - }); - - it('should have the property params (base name: "params")', function() { - // uncomment below and update the code to test the property params - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be(); - }); - - it('should have the property title (base name: "title")', function() { - // uncomment below and update the code to test the property title - //var instane = new ibutsu.WidgetConfig(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/WidgetConfigList.spec.js b/test/model/WidgetConfigList.spec.js deleted file mode 100644 index a32e36e..0000000 --- a/test/model/WidgetConfigList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.WidgetConfigList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('WidgetConfigList', function() { - it('should create an instance of WidgetConfigList', function() { - // uncomment below and update the code to test WidgetConfigList - //var instane = new ibutsu.WidgetConfigList(); - //expect(instance).to.be.a(ibutsu.WidgetConfigList); - }); - - it('should have the property widgets (base name: "widgets")', function() { - // uncomment below and update the code to test the property widgets - //var instane = new ibutsu.WidgetConfigList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.WidgetConfigList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/WidgetParam.spec.js b/test/model/WidgetParam.spec.js deleted file mode 100644 index 88c3f9c..0000000 --- a/test/model/WidgetParam.spec.js +++ /dev/null @@ -1,77 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.WidgetParam(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('WidgetParam', function() { - it('should create an instance of WidgetParam', function() { - // uncomment below and update the code to test WidgetParam - //var instane = new ibutsu.WidgetParam(); - //expect(instance).to.be.a(ibutsu.WidgetParam); - }); - - it('should have the property name (base name: "name")', function() { - // uncomment below and update the code to test the property name - //var instane = new ibutsu.WidgetParam(); - //expect(instance).to.be(); - }); - - it('should have the property description (base name: "description")', function() { - // uncomment below and update the code to test the property description - //var instane = new ibutsu.WidgetParam(); - //expect(instance).to.be(); - }); - - it('should have the property type (base name: "type")', function() { - // uncomment below and update the code to test the property type - //var instane = new ibutsu.WidgetParam(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/WidgetType.spec.js b/test/model/WidgetType.spec.js deleted file mode 100644 index 583af3a..0000000 --- a/test/model/WidgetType.spec.js +++ /dev/null @@ -1,83 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.WidgetType(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('WidgetType', function() { - it('should create an instance of WidgetType', function() { - // uncomment below and update the code to test WidgetType - //var instane = new ibutsu.WidgetType(); - //expect(instance).to.be.a(ibutsu.WidgetType); - }); - - it('should have the property id (base name: "id")', function() { - // uncomment below and update the code to test the property id - //var instane = new ibutsu.WidgetType(); - //expect(instance).to.be(); - }); - - it('should have the property title (base name: "title")', function() { - // uncomment below and update the code to test the property title - //var instane = new ibutsu.WidgetType(); - //expect(instance).to.be(); - }); - - it('should have the property description (base name: "description")', function() { - // uncomment below and update the code to test the property description - //var instane = new ibutsu.WidgetType(); - //expect(instance).to.be(); - }); - - it('should have the property params (base name: "params")', function() { - // uncomment below and update the code to test the property params - //var instane = new ibutsu.WidgetType(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/test/model/WidgetTypeList.spec.js b/test/model/WidgetTypeList.spec.js deleted file mode 100644 index e3b057f..0000000 --- a/test/model/WidgetTypeList.spec.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Ibutsu API - * A system to store and query test results - * - * The version of the OpenAPI document: 1.9.0 - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -(function(root, factory) { - if (typeof define === 'function' && define.amd) { - // AMD. - define(['expect.js', process.cwd()+'/src/index'], factory); - } else if (typeof module === 'object' && module.exports) { - // CommonJS-like environments that support module.exports, like Node. - factory(require('expect.js'), require(process.cwd()+'/src/index')); - } else { - // Browser globals (root is window) - factory(root.expect, root.ibutsu); - } -}(this, function(expect, ibutsu) { - 'use strict'; - - var instance; - - beforeEach(function() { - instance = new ibutsu.WidgetTypeList(); - }); - - var getProperty = function(object, getter, property) { - // Use getter method if present; otherwise, get the property directly. - if (typeof object[getter] === 'function') - return object[getter](); - else - return object[property]; - } - - var setProperty = function(object, setter, property, value) { - // Use setter method if present; otherwise, set the property directly. - if (typeof object[setter] === 'function') - object[setter](value); - else - object[property] = value; - } - - describe('WidgetTypeList', function() { - it('should create an instance of WidgetTypeList', function() { - // uncomment below and update the code to test WidgetTypeList - //var instane = new ibutsu.WidgetTypeList(); - //expect(instance).to.be.a(ibutsu.WidgetTypeList); - }); - - it('should have the property types (base name: "types")', function() { - // uncomment below and update the code to test the property types - //var instane = new ibutsu.WidgetTypeList(); - //expect(instance).to.be(); - }); - - it('should have the property pagination (base name: "pagination")', function() { - // uncomment below and update the code to test the property pagination - //var instane = new ibutsu.WidgetTypeList(); - //expect(instance).to.be(); - }); - - }); - -})); diff --git a/yarn.lock b/yarn.lock index 6bc534e..2dbfc33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1351,13 +1351,6 @@ emoji-regex@^9.2.2: resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== -encoding@^0.1.11: - version "0.1.13" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" - integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - dependencies: - iconv-lite "^0.6.2" - error-ex@^1.3.1: version "1.3.4" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.4.tgz#b3a8d8bb6f92eecc1629e3e27d3c8607a8a32414" @@ -1702,13 +1695,6 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -iconv-lite@^0.6.2: - version "0.6.3" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - ignore@^5.2.0: version "5.3.2" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" @@ -1785,11 +1771,6 @@ is-number@^7.0.0: resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== -is-stream@^1.0.1: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ== - is-stream@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" @@ -2384,14 +2365,6 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -node-fetch@^1.0.1: - version "1.7.3" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" - integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ== - dependencies: - encoding "^0.1.11" - is-stream "^1.0.1" - node-int64@^0.4.0: version "0.4.0" resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" @@ -2545,14 +2518,6 @@ pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -portable-fetch@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/portable-fetch/-/portable-fetch-3.0.0.tgz#3cbf4aa6dbc5a5734b41c0419c9273313bfd9ad8" - integrity sha512-2Gl204JKeJSFH3sIboK4iMPPaZI223xfBMHfQMcULTwySt2skWEd5OnYhtciPtHoxGzyaNLkGCalNfivCKxhQQ== - dependencies: - node-fetch "^1.0.1" - whatwg-fetch ">=0.10.0" - prelude-ls@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" @@ -2626,11 +2591,6 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -"safer-buffer@>= 2.1.2 < 3.0.0": - version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - semver@^6.3.1: version "6.3.1" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" @@ -2911,11 +2871,6 @@ walker@^1.0.8: dependencies: makeerror "1.0.12" -whatwg-fetch@>=0.10.0: - version "3.6.20" - resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70" - integrity sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg== - which@^2.0.1: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"