Skip to content

Instantly share code, notes, and snippets.

@phellipealexandre
Last active July 11, 2021 16:24
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 phellipealexandre/4d1b460225015792cfbca8c0ec39fc9c to your computer and use it in GitHub Desktop.
Save phellipealexandre/4d1b460225015792cfbca8c0ec39fc9c to your computer and use it in GitHub Desktop.
//----- Literal dummy -----
val dummyPrice = 10.0
//----- Generated dummy -----
val dummyCustomer = CustomerTestBuilder.build()
//----- Alternative empty implementation -----
val dummyNote = DummyNote()
class DummyNote(): Note //No implementation
class RealNote(): Note //Real implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment