You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using mockolate yesterday, and I'm enjoying the experience ;)
I noticed something though. I had a test that was making a nice mockolate out of a spark.components.Form. I was testing a function that takes a Form parameter and dynamically adds some FormItem objects to it. The test worked fine (FlexUnit4.1), although was very slow. However, if I ran the test runner while connecting to the FB code coverage plugin, the tests hang and never finish.
I'll switch to using an interface or something, but wanted to mention it. I can provide more details if it isn't easily reproducible.
Thanks for the great product!
The text was updated successfully, but these errors were encountered:
I just started using mockolate yesterday, and I'm enjoying the experience ;)
I noticed something though. I had a test that was making a nice mockolate out of a spark.components.Form. I was testing a function that takes a Form parameter and dynamically adds some FormItem objects to it. The test worked fine (FlexUnit4.1), although was very slow. However, if I ran the test runner while connecting to the FB code coverage plugin, the tests hang and never finish.
I'll switch to using an interface or something, but wanted to mention it. I can provide more details if it isn't easily reproducible.
Thanks for the great product!
The text was updated successfully, but these errors were encountered: