Annotation Interface WithOS


Indicates that the test and Jenkins instance must be running on one of the operating systems provided. If this condition is not met, this test will be skipped.

This check can only be trusted to do its job correctly when tests are being run with a LocalController. When using a different controller, the machine running Jenkins can be different from the one running the tests so the test may pass or fail when it should not. If tests are not being run with a LocalController, the test will be skipped.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
    static class 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description