Class RenderLibExtension.UiTesting

java.lang.Object
com.render.gradle.RenderLibExtension.UiTesting
Enclosing class:
RenderLibExtension

public abstract static class RenderLibExtension.UiTesting extends Object
  • Constructor Details

    • UiTesting

      @Inject public UiTesting()
  • Method Details

    • getViewportWidth

      public abstract org.gradle.api.provider.Property<Integer> getViewportWidth()
    • getViewportHeight

      public abstract org.gradle.api.provider.Property<Integer> getViewportHeight()
    • getGuiScale

      public abstract org.gradle.api.provider.Property<Integer> getGuiScale()
    • getLocale

      public abstract org.gradle.api.provider.Property<String> getLocale()
    • getBackground

      public abstract org.gradle.api.provider.Property<String> getBackground()
    • getSettleFrames

      public abstract org.gradle.api.provider.Property<Integer> getSettleFrames()
    • getAnimationTimeSeconds

      public abstract org.gradle.api.provider.Property<Double> getAnimationTimeSeconds()
    • getCropInsets

      public abstract org.gradle.api.provider.ListProperty<Integer> getCropInsets()
    • getTransparentHud

      public abstract org.gradle.api.provider.Property<Boolean> getTransparentHud()
    • getProviders

      public abstract org.gradle.api.provider.ListProperty<String> getProviders()
      Optional provider class names. Implementations in the UI test source set are also discovered automatically.
    • provider

      public void provider(String className)
    • viewport

      public void viewport(int width, int height)
    • crop

      public void crop(int left, int top, int right, int bottom)