All methods share the same behavior. Any method on the builder that returns the builder itself
+ * will default to returning the mock rather than null. Any method on the builder that returns
+ * anything other than the builder will return Mockito's standard default return value.
+ */
+public final class MockGlideBuilders {
+
+ private MockGlideBuilders() {}
+
+ /** Creates a new {@link RequestBuilder} instance with a matching resource type. */
+ @SuppressWarnings("unchecked")
+ public static