
org.robolectric.shadows.ShadowNativeAllocationRegistry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of framework Show documentation
Show all versions of framework Show documentation
An alternative Android testing framework.
The newest version!
package org.robolectric.shadows;
import libcore.util.NativeAllocationRegistry;
import org.robolectric.annotation.Implements;
import static android.os.Build.VERSION_CODES.N;
@Implements(value = NativeAllocationRegistry.class, callThroughByDefault = false, minSdk = N, isInAndroidSdk = false)
public class ShadowNativeAllocationRegistry {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy