Skip to content

Android Studio: Mockito dependencies installation (and maybe JUnit) #691

Closed
@nikitavlaev

Description

@nikitavlaev

Description

In Android Studio mockito-core is not installed correctly in Gradle project.
This leads to the project build failure.

Also, other dependencies should be checked for that error (mockito-inline, JUnit).

To Reproduce

Steps to reproduce the behavior:

  1. Create new project in Android Studio
  2. Add Android library
  3. Use plugin to generate tests
  4. Choose to configure mockito
  5. Experience the build failure

Expected behavior

Required dependencies are supposed to be installed correctly.

Actual behavior

Build failure.

Visual proofs (screenshots, logs, images)

To be added.

Environment

Clean Gradle project in Android Studio.

Additional context

None.

Metadata

Metadata

Assignees

Labels

comp-uiImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugstatus-verifiedBug fix is verified

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions