-
Notifications
You must be signed in to change notification settings - Fork 0
test: simple primitives #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@MrMineO5, modeled the new tests after the design of SimplePrimitivesLiveInstrumentTest. I had some trouble implementing it with OOP so ended up using a utility class. |
…-design # Conflicts: # test/SimplePrimitivesLiveInstrumentTest.js
|
Why are you returning a function that returns the file name in TestUtils.getFilename? |
|
Something I copied from the JVM implementation. I wanted the source and line numbers of the live instruments to be dynamic so you can move the files around and modify them without breaking them. Adding |
|
@MrMineO5, thanks for the improvments. I like how these tests are coming out. Looks very easy to maintain. |
No description provided.