All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fluentlenium.adapter.IsolatedTest Maven / Gradle / Ivy

package org.fluentlenium.adapter;

/**
 * Instead of extending FluentTest, you can instantiate this class directly.
 * 

* If you want to test concurrency, or if you need for any reason to not use JUnit nor TestNG, * you may use this class. *

* You should call {@link #quit()} manually to close the underlying webdriver. * * @deprecated use either {@link FluentStandaloneRunnable} and {@link FluentStandalone}. */ @Deprecated public class IsolatedTest extends FluentStandalone { /** * Creates a new isolated test. */ public IsolatedTest() { init(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy