MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Dynamic Test Factory test status #854

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create DynamicTestFactory
2.Create TestCase with a TearDown method
3.Access TestContext within TearDown

What is the expected output? What do you see instead?
CurrentContext.Outcome refers to the entire DynamicTestFactory instead of the 
outcome of the just finished TestCase. How can I perform actions based on an 
individual TestCase outcome in its teardown?

What version of the product are you using? On what operating system?
3.2.3

Please provide any additional information below.

Original issue reported on code.google.com by patrickb...@gmail.com on 18 Aug 2011 at 3:06