Author: ygrego Date: 2015-05-22 13:39:12 +0000 (Fri, 22 May 2015) New Revision: 1430 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1430 Log: Addition of a new class "ApplicationManagerTest". Added: oipf/js/test/ApplicationManagerTest.js Added: oipf/js/test/ApplicationManagerTest.js =================================================================== --- oipf/js/test/ApplicationManagerTest.js (rev 0) +++ oipf/js/test/ApplicationManagerTest.js 2015-05-22 13:39:12 UTC (rev 1430) @@ -0,0 +1,22 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +var ApplicationManagerTest = TestCase.extend({ + + init: function() { + this.super.init(); + }, + + beforeTest: function(resolve, reject) { + + }, + + afterTest: function(resolve, reject) { + + } + +}); +
participants (1)
-
ygregoï¼ users.nuiton.org