Back to project page slf4android.
The source code is released under:
MIT License
If you think the Android project slf4android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package pl.brightinventions.slf4android.roboelectric; /*w w w.jav a 2s. com*/ import org.junit.runner.RunWith; import org.robolectric.annotation.Config; @RunWith(RobolectricTestRunner.class) @Config( emulateSdk = 18 ) public abstract class RoboelectricTest { }