MudassarRasool / mb-unit

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

Unable to specify timeout attribute in selenium C# project having MBUnit test framework #939

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a test method
 [Test]       
 public void testMethod1()
{
}
2.Default timeout for this method is 10 minutes.
3.To increase timeout write below attribute above test method
[Test]
[Timeout(10000)]     
public void safari()

What is the expected output? What do you see instead?
I am getting compile time error as 
    'System.Threading.Timeout' is not an attribute class

What version of the product are you using? On what operating system?
Version -Gallio_MbUnit.3.4.14.0

Please provide any additional information below.

Original issue reported on code.google.com by amolachi...@gmail.com on 15 May 2015 at 2:24