Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Update mockito kotlin to the official source #78

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<package name="kotlinx.android.synthetic" withSubpackages="true" static="false" />
<package name="org.junit.Assert" withSubpackages="false" static="false" />
<package name="org.junit.jupiter.api.Assertions" withSubpackages="false" static="false" />
<package name="com.nhaarman.mockitokotlin2" withSubpackages="true" static="false" />
<package name="org.mockito.kotlin" withSubpackages="true" static="false" />
</value>
</option>
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" />
Expand Down Expand Up @@ -224,4 +224,4 @@
<option name="CONTINUATION_INDENT_SIZE" value="4" />
</indentOptions>
</codeStyleSettings>
</code_scheme>
</code_scheme>