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

wtf.emulator.EwExtensionInternal Maven / Gradle / Ivy

Go to download

With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf

The newest version!
package wtf.emulator;

import org.gradle.api.Action;
import org.gradle.api.provider.Property;

public class EwExtensionInternal {
  private final EwExtension extension;

  public EwExtensionInternal(EwExtension extension) {
    this.extension = extension;
  }

  public Action getFilter() {
    return extension.getFilter();
  }

  public Property getVariantCount() {
    return extension.getVariantCount();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy