org.robolectric.annotation.DefaultApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annotations Show documentation
Show all versions of annotations Show documentation
An alternative Android testing framework.
package org.robolectric.annotation;
import android.app.Application;
class DefaultApplication extends Application {
@SuppressWarnings("UnusedParameters")
private DefaultApplication(DefaultApplication defaultApplication) {
// don't make one of me!
}
}