tkpatro123 / mb-unit

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

[DefaultTestCaseTimeout] does not work! #726

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Applying the assembly attribute does not change the default timeout as 
expected. It happens because the attribute is consumed after the test tree is 
built. The new default timeout value is thus not taken into account.

TODO: replace the property "Timeout" (of type Nullable<TimeSpan>) in 
ITestBuilder and in PatternTest by "TimeoutFunc" (of type Func<TimeSpan?> or 
Memoizer<TimeSpan?>), so that the actual timeout value might be resolved later 
when it's really needed.

Original issue reported on code.google.com by Yann.Tre...@gmail.com on 13 Sep 2010 at 7:56

GoogleCodeExporter commented 8 years ago
ref. 
http://groups.google.com/group/mbunituser/browse_thread/thread/629bf5a81d182088#

Original comment by Yann.Tre...@gmail.com on 13 Sep 2010 at 8:16

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 21 Sep 2010 at 1:46

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 21 Sep 2010 at 7:30

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 28 Sep 2010 at 8:22

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 5 Dec 2010 at 11:33