Define a class and include your mixin:

qx.Class.define("Temp", {
   extend: qx.core.Object
});
qx.Class.include(Temp, custom.MSomeMixin);

Then test the mixin's methods on an instance of Temp.

Regards,
Daniel

On 03/03/2013 05:10 PM, totty wrote:
> How do I test a mixin with the test-runner?
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/How-do-I-test-a-mixin-with-the-test-runner-tp7582989.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to