canggu / junit-ext

Automatically exported from code.google.com/p/junit-ext
0 stars 0 forks source link

junit4.10 - @RunIf #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

What steps will reproduce the problem?
1. Use junit4.10.jar

2. When using:  
    @RunIf(value = OSChecker.class, arguments = OSChecker.WINDOWS)
in a Mac environment, the test still runs.

What is the expected output? What do you see instead?
Expected Output:  The test doesn't run in Mac environment (expect the test to 
be ignored).  Instead, the test doesn't see that it is in a Mac environment 
even though the arguments = OSChecker.WINDOWS.

What version of the product are you using? On what operating system?
junit-ext-1.0-junit-4.4-RC-3

Please provide any additional information below.
Please help/respond!  Thank you!

Original issue reported on code.google.com by tonyi...@gmail.com on 21 Nov 2011 at 7:45

GoogleCodeExporter commented 8 years ago
This is not an issue.  User error.  It works in junit4.10.  Close.

Original comment by tonyi...@gmail.com on 21 Nov 2011 at 8:05