Skip to content

Instantly share code, notes, and snippets.

@fbcbl
Created October 24, 2017 13:04
Show Gist options
  • Save fbcbl/debf5270cda58b13c5eba4e523610830 to your computer and use it in GitHub Desktop.
Save fbcbl/debf5270cda58b13c5eba4e523610830 to your computer and use it in GitHub Desktop.
kotlin_testing_pt3_infix
infix fun Any.`should equal`(theOther: Any) = assertEquals(theOther, this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment