org.robolectric.util.NamedStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
An alternative Android testing framework.
The newest version!
package org.robolectric.util;
/** Marker interface for {@link java.io.InputStream} that need special handling. */
public interface NamedStream {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy