Author: ygrego Date: 2015-02-19 15:32:06 +0000 (Thu, 19 Feb 2015) New Revision: 835 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/835 Log: Addition of delimeter for console display of each test method. Modified: oipf/js/test/VideoBroadcastTest.js Modified: oipf/js/test/VideoBroadcastTest.js =================================================================== --- oipf/js/test/VideoBroadcastTest.js 2015-02-19 15:29:08 UTC (rev 834) +++ oipf/js/test/VideoBroadcastTest.js 2015-02-19 15:32:06 UTC (rev 835) @@ -15,6 +15,8 @@ * This method test the initialization of video broadcast object. */ testInstanceCreation: function(resolve, reject) { + console.log("***************************************************************************************************************************"); + console.log("[TEST-RUNNING][Info] Id: vbTestInstanceCreation, Label: Object creation, State: Pending"); this.videoBroadcastObject = oipfObjectFactory.createVideoBroadcastObject(); @@ -25,6 +27,7 @@ console.log("[TEST-RUNNING][Info] Id: vbTestInstanceCreation, Label: Object creation, State: Failure"); reject("Failure"); } + console.log("***************************************************************************************************************************"); }, /* @@ -32,6 +35,8 @@ * This method test the binding between the video broadcast object and the current program stream. */ testBindToCurrentChannel: function(resolve, reject) { + console.log("***************************************************************************************************************************"); + console.log("[TEST-RUNNING][Info] Id: vbTestBindToCurrentChannel, Label: Bind the current channel stream with a video broadcast objectBind the current channel stream with a video broadcast object, State: Pending"); var currentChann = this.videoBroadcastObject.bindToCurrentChannel(); @@ -42,6 +47,8 @@ console.log("[TEST-RUNNING][Info] Id: vbTestBindToCurrentChannel, Label: Bind the current channel stream with a video broadcast objectBind the current channel stream with a video broadcast object, State: Failure"); reject("Failure"); } + console.log("***************************************************************************************************************************"); + } }); \ No newline at end of file
participants (1)
-
ygregoï¼ users.nuiton.org