MudassarRasool / mb-unit

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

Pending and Ignored attributes do not work correctly for tests consuming their input from a factory. #777

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a parameterized unit test.
2. Create a factory to produce the input for the test
3. Bind the test to factory through the Factory attribute.
4. Mark the test as Pending
5. Run the test

What is the expected output? What do you see instead?
The test is not run, because it is pending other stuff. In reality, the test is 
run.

What version of the product are you using? On what operating system?
Version 3.2 build 528, Win7

Please provide any additional information below.

Original issue reported on code.google.com by mark.kha...@gmail.com on 18 Nov 2010 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 18 Nov 2010 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 14 Jun 2011 at 5:53