haysclark / mockito-flex

2 stars 0 forks source link

Integration with FUnit (http://blog.funit.org/) #15

Open haysclark opened 9 years ago

haysclark commented 9 years ago

Is there an integration strategy available to use Mockito-flex with FUnit?

Thanks! -Eugene

haysclark commented 9 years ago

From loomis on 2009-09-24 13:37:19+00:00

No plans yet.

Is there a way to handle asynchronous startup of the tests? Mock classes need to be generated before you call your first test function.

Regards, Kris

haysclark commented 9 years ago

From loomis on 2009-10-01 21:43:53+00:00

I checked your framework but I cannot find any good integration point. The problem is that due to the asynchronous nature of the bytecode generation the framework should provide some way of async setup. If there is such possibility please let me know.