Skip to content

Instantly share code, notes, and snippets.

@patrickcousins
Created November 3, 2019 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickcousins/5da71b8c0bd7c0d55eeb75fd5be15d1a to your computer and use it in GitHub Desktop.
Save patrickcousins/5da71b8c0bd7c0d55eeb75fd5be15d1a to your computer and use it in GitHub Desktop.
@Test
fun over65() {
val person = Person("test", 70)
assertTrue(person.over65())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment