79319901

Date: 2024-12-31 12:00:04
Score: 1.5
Natty:
Report link

You can add RobolectricTestRunner to make it run within Android.

@RunWith(RobolectricTestRunner.class)
@Config(sdk = Config.NEWEST_SDK)
public class TestClass {
  // Tests
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nvdk