Class ReflectionHelpers.StringParameter<V>

java.lang.Object
org.robolectric.util.ReflectionHelpers.StringParameter<V>
Type Parameters:
V - The value of the method parameter.
Enclosing class:
ReflectionHelpers

public static class ReflectionHelpers.StringParameter<V> extends Object
String parameter used with reflective method calls.
  • Field Details

    • className

      public final String className
    • value

      public final V value
  • Constructor Details

    • StringParameter

      public StringParameter(String className, V value)
  • Method Details