On Wed, Oct 25, 2017 at 3:15 AM, Valerie Fernandes <[email protected]> wrote: > Use ATH minimally for testing the integration of plugins with each other
I actually prefer to do most integration testing using `JenkinsRule` as well—you simply add a `test`-scoped dependency on another plugin (if not already in your dependency tree anyway), and you are good to go. ATH is good for tests that specifically cover the UI, or that demand an unusually high fidelity to production behaviors in certain areas such as class loading. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1ZFmR-iDLzF7RdXJ_Z7ZMYv1Ao7q_rp%2BaQEF-k2buCew%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
