Search found 7 matches

Hi, I have a singleton that extends Observable and want to unit test it using Siesta. How do I make the test harness aware of the singleton since it will not have the entire application context ? It doesn't like direct references to the class name like MyProject.bloog.MySingleton.getFracking() for o...
Hi,

Is there a config (or how else) do I make the test name column wider (we have long names for our tests).

Thanks !
Hi, I am trying to get Siesta up and running with our app, which uses Cmd and compiled sass (.scss) versus css. However, I am getting an error message from the Tests.js preload of our sass: Uncaught SyntaxError: Unexpected token Do I have to use raw css instead or is there a config in Siesta to get ...
Hi,

Is there any trick for testing inner functions or do I have to move it out of the closure scope of the outer function ?

Thanks !

Ext.define('myClass', {

  outerFunction: function() {

     innerFunction: function() {

     }
  }
})

Hi,

We need to write a test to see how long it takes to do an Indent() of 100 rows.

Since there is no 'complete' event fired when its done, how might we go about doing this ?

Thanks !
Hi, I want to add a factory for my test data. My guess was to include the factory in the test html file and instantiate it in Your.Test.Class like below, then return the appropriate JSON from the factory. However, this scope of Your.Test.Class does not have testdataFactory. Is there somewhere else I...
Hi,

I just wanted to confirm that for Bryntum 2.2.1, the required version of ExtJS is their GA 4.2.0.663, yes ?