Open GoogleCodeExporter opened 9 years ago
server: http://localhost:4224
load:
- ../closure-library/closure/goog/base.js
- ../closure-library/closure/goog/debug/error.js
- ../closure-library/closure/goog/dom/nodetype.js
- ../closure-library/closure/goog/string/string.js
- ../closure-library/closure/goog/asserts/asserts.js
test:
- test/base/AssertJstest.js
timeout: 90
Original comment by kyaw...@yathit.com
on 26 May 2014 at 11:38
goog.provide('ydn.db.AssertJstest');
goog.require('goog.asserts');
ydn.db.AssertJstest = TestCase('ydn.db.AssertJstest');
ydn.db.AssertJstest.prototype.setUp = function() {
};
ydn.db.AssertJstest.prototype.tearDown = function() {
};
ydn.db.AssertJstest.prototype.testAssert = function() {
goog.asserts.assert(1, 'asserted');
assertTrue('done', true);
};
Original comment by kyaw...@yathit.com
on 26 May 2014 at 11:38
Since attach file is not allowed, I have posted as commend above.
Original comment by kyaw...@yathit.com
on 26 May 2014 at 11:38
Original issue reported on code.google.com by
kyaw...@yathit.com
on 26 May 2014 at 11:37