Re: [FlexJS]unit testing

2016-07-03 Thread Harbs
What about Jasmine? Unfortunately I have very little experience with unit 
testing…

On Jul 3, 2016, at 5:10 PM, Alex Harui  wrote:

> 
> On 7/3/16, 2:15 AM, "Harbs"  wrote:
> 
>> Besides the “manualtests” folder, there’s not really much testing that I
>> can see. Is there an easy way to create unit tests that work on both the
>> Flash side and the JS side of things?
> 
> In mustella/tests are sample mustella "integration" tests that run on both
> sides.
> 
> In Core/src/test and HTML/src/test are FlexUnit tests that are SWF only.
> Getting FlexUnit to have a JS runner might be possible but requires a
> volunteer to drive it.
> 
> -Alex
> 
> 



Re: [FlexJS]unit testing

2016-07-03 Thread Alex Harui

On 7/3/16, 2:15 AM, "Harbs"  wrote:

>Besides the “manualtests” folder, there’s not really much testing that I
>can see. Is there an easy way to create unit tests that work on both the
>Flash side and the JS side of things?

In mustella/tests are sample mustella "integration" tests that run on both
sides.

In Core/src/test and HTML/src/test are FlexUnit tests that are SWF only.
Getting FlexUnit to have a JS runner might be possible but requires a
volunteer to drive it.

-Alex