Skip to content

Instantly share code, notes, and snippets.

@kinnerapriyap
Last active December 9, 2019 04:53
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 kinnerapriyap/4580f27d2b755bd2828e4e706114ffdd to your computer and use it in GitHub Desktop.
Save kinnerapriyap/4580f27d2b755bd2828e4e706114ffdd to your computer and use it in GitHub Desktop.
lateinit var person: Person
beforeEachGroup {
person = Person(
name = "name",
address = "address",
age = 60,
isActive = false
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment