On Tue, Sep 25, 2012 at 11:18 AM, Fabian Christ <[email protected]> wrote: >... Maybe, we could mark those unit tests that access external resources > with some annotation that says: This unit test accesses an online > resource. Via some switch all those tests could be disabled if > desired....
Yes, you could use the JUnit 4.8 Categories feature for that. -Bertrand
