On 2 August 2012 12:04, Mauro Talevi <[email protected]> wrote:
> The PerformableTree is accessible from the StoryManager, which is accessible
> from the Embedder.
>
> Embedder.storyManager().performableTree().
Aha, that works much better, thanks. I guess I can execute my code to
walk the tree by overriding JUnitStory.run() like this:
public void run() throws Throwable {
try {
super.run();
} finally {
timingsCollector.report(configuredEmbedder().storyManager().performableRoot();
}
}
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email