tags:

views:

45

answers:

1

Is there a way to know how long one test took in FlexUnit? Is there a way to know how long all tests took?

A: 

Use the FlexUnit UI - this article walks through how to run it.

The UI will show you run times per test.

stevedbrown