gs-json
Version:
gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').
38 lines (34 loc) • 1.54 kB
JavaScript
;
var _topo_tests = require("../_topo_tests");
var topos_tests = _interopRequireWildcard(_topo_tests);
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } }
describe("Tests for Topo class", function () {
it("test_Topo_constructor", function () {
expect(topos_tests.test_Topo_constructor()).toBe(true);
});
it("test_Topo_getObjID", function () {
expect(topos_tests.test_Topo_getObjID()).toBe(true);
});
it("test_Topo_getGeom", function () {
expect(topos_tests.test_Topo_getGeom()).toBe(true);
});
it("test_Topo_getModel", function () {
expect(topos_tests.test_Topo_getModel()).toBe(true);
});
// it('test_Topo_getGeomType', () => {
// expect( topos_tests.test_Topo_getGeomType() ).toBe(true);
// });
it("test_Topo_getAttribNames", function () {
expect(topos_tests.test_Topo_getAttribNames()).toBe(true);
});
it("test_Topo_getAttribValue", function () {
expect(topos_tests.test_Topo_getAttribValue()).toBe(true);
});
it("test_Topo_setAttribValue", function () {
expect(topos_tests.test_Topo_setAttribValue()).toBe(true);
});
it("test_Topo_getGroups", function () {
expect(topos_tests.test_Topo_getGroups()).toBe(true);
});
});
//# sourceMappingURL=topo.tests.js.map