You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a couple of cases related to what I'm describing:
Run MainTest.java and it produces MainTest.snap. Afterwards, run a single function test inside MainTest.java and it produces MainTest.snap.debug with only the results from that function.
The reverse order of case 1. Run test MainTest.java but only for a single function and it produces MainTest.snap. Run MainTest.java for the entire class and it cleans the existing snap file and adds new functions to it.
Case 1 seems like it should not create a snap.debug file. It created a snap.debug despite the results being the same and possibly only because it was testing a single function. Case 2 is behaving as I would expect.
The text was updated successfully, but these errors were encountered:
Here's a couple of cases related to what I'm describing:
MainTest.java
and it producesMainTest.snap
. Afterwards, run a single function test insideMainTest.java
and it producesMainTest.snap.debug
with only the results from that function.MainTest.java
but only for a single function and it producesMainTest.snap
. RunMainTest.java
for the entire class and it cleans the existing snap file and adds new functions to it.Case 1 seems like it should not create a snap.debug file. It created a snap.debug despite the results being the same and possibly only because it was testing a single function. Case 2 is behaving as I would expect.
The text was updated successfully, but these errors were encountered: