Skip to content

Add assertSame and assertNotSame methods.#1230

Closed
JakeWharton wants to merge 1 commit intoJetBrains:masterfrom
JakeWharton:jw/2017-08-04/same
Closed

Add assertSame and assertNotSame methods.#1230
JakeWharton wants to merge 1 commit intoJetBrains:masterfrom
JakeWharton:jw/2017-08-04/same

Conversation

@JakeWharton
Copy link
Copy Markdown
Contributor

No description provided.

@JakeWharton
Copy link
Copy Markdown
Contributor Author

@ilya-g

@JakeWharton JakeWharton force-pushed the jw/2017-08-04/same branch 2 times, most recently from fdb0d01 to 793e9f1 Compare August 5, 2017 01:36
assertEquals(1, 1)
}

@Test
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 :)

@ilya-g
Copy link
Copy Markdown
Member

ilya-g commented Oct 14, 2017

I've merged it with minor edits: 485ca10~2...485ca10

@ilya-g ilya-g closed this Oct 14, 2017
@JakeWharton
Copy link
Copy Markdown
Contributor Author

JakeWharton commented Oct 14, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants