Class BrowserStrategy

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class BrowserStrategy
    extends org.junit.rules.ExternalResource
    Usage:
      @Rule
     public BrowserStrategy perTest = new BrowserStrategy();
    or
      @ClassRule
     public static BrowserStrategy perClass = new BrowserStrategy();
    • Constructor Summary

      Constructors 
      Constructor Description
      BrowserStrategy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void after()  
      • Methods inherited from class org.junit.rules.ExternalResource

        apply, before
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BrowserStrategy

        public BrowserStrategy()
    • Method Detail

      • after

        protected void after()
        Overrides:
        after in class org.junit.rules.ExternalResource