andstor commited on
Commit
3b904e7
·
1 Parent(s): 874d81a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ Microsoft created the methods2test dataset, consisting of Java Junit test cases
54
  It contains 780k pairs of JUnit test cases and focal methods which were extracted from a total of 91K
55
  Java open source project hosted on GitHub.
56
 
57
- This is an alternative version of the methods2test dataset. It provides convenient access to the different context levels based on the raw source code (e.g. newlines are preserved). The test cases and associated classes are also made available.
58
 
59
  The mapping between test case and focal methods are based heuristics rules and Java developer's best practice.
60
 
 
54
  It contains 780k pairs of JUnit test cases and focal methods which were extracted from a total of 91K
55
  Java open source project hosted on GitHub.
56
 
57
+ This is an assembled version of the methods2test dataset. It provides convenient access to the different context levels based on the raw source code (e.g. newlines are preserved). The test cases and associated classes are also made available.
58
 
59
  The mapping between test case and focal methods are based heuristics rules and Java developer's best practice.
60