Extend Expectation Framework to cover Thread forking.
Description
Extend the expectation framework in order to check the Bytecode of forked Threads. Has to support spawning multiple Threads in one instrumented section as well as sequential forking in subsequent sections.
Environment
None
Activity
Show:
Former user
July 31, 2012, 9:06 PM
SectionExpectation now has an addParallel(..) method for specifying threaded expectations. The compare() call checks for the presence of all expected result threads.