Add assertSame and assertNotSame methods.#1230
Closed
JakeWharton wants to merge 1 commit intoJetBrains:masterfrom
Closed
Add assertSame and assertNotSame methods.#1230JakeWharton wants to merge 1 commit intoJetBrains:masterfrom
JakeWharton wants to merge 1 commit intoJetBrains:masterfrom
Conversation
Contributor
Author
fdb0d01 to
793e9f1
Compare
793e9f1 to
f4c7414
Compare
ghost
reviewed
Aug 8, 2017
| assertEquals(1, 1) | ||
| } | ||
|
|
||
| @Test |
There was a problem hiding this comment.
test prefix reminds me old days of JUnit, where it was obligatory to run any test :-)
Could you tell me why there is doubled kotlin and test packages in path: kotlin/libraries/kotlin.test/common/src/test/kotlin/kotlin/test/tests/? Just wondering.
Member
There was a problem hiding this comment.
kotlin.test/common is the project directory, then src/test/kotlin is the source root for tests, then kotlin/test/tests is the package name for tests of kotlin.test :)
Member
|
I've merged it with minor edits: 485ca10~2...485ca10 |
Contributor
Author
|
Thanks!
…On Fri, Oct 13, 2017, 8:32 PM ilya-g ***@***.***> wrote:
I've merged it with minor edits: 485ca10~2...485ca10
<485ca10~2...485ca10>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1230 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEEEZ_CD28ctnvLrkp_lzEqftwhqSAyks5ssAEJgaJpZM4OuUIH>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.