Last active
July 11, 2021 16:24
-
-
Save phellipealexandre/4d1b460225015792cfbca8c0ec39fc9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//----- 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