mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Init Commit (#4907)
This commit is contained in:
parent
fa0370438b
commit
37070321d8
2 changed files with 5 additions and 3 deletions
|
|
@ -24,14 +24,13 @@ class FeedbackContentCreatorUnitTests {
|
|||
private lateinit var creator: FeedbackContentCreator
|
||||
private lateinit var feedback: Feedback
|
||||
|
||||
@Mock
|
||||
private lateinit var context: Context
|
||||
|
||||
@Before
|
||||
fun setup() {
|
||||
MockitoAnnotations.initMocks(this)
|
||||
AppAdapter.set(TestAppAdapter())
|
||||
context = RuntimeEnvironment.application.applicationContext
|
||||
context = FakeContextWrapper(RuntimeEnvironment.application.applicationContext)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue