Update README.md
Browse files
README.md
CHANGED
@@ -390,13 +390,14 @@ tags:
|
|
390 |
- unit test
|
391 |
- java
|
392 |
- code
|
|
|
393 |
---
|
394 |
|
395 |
## Dataset Description
|
396 |
-
Microsoft created the methods2test dataset, consisting of Java Junit test cases with their corresponding focal methods.
|
397 |
It contains 780k pairs of JUnit test cases and focal methods which were extracted from a total of 91K Java open-source projects hosted on GitHub.
|
398 |
|
399 |
-
This is a smaller subset of the assembled version of the methods2test dataset.
|
400 |
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.
|
401 |
The subset is created by randomly selecting only one sample from each of the 91k projects.
|
402 |
|
@@ -452,4 +453,4 @@ fm+fc: focal method + focal class name
|
|
452 |
fm+fc+c: focal method + focal class name + constructor signatures
|
453 |
fm+fc+c+m: focal method + focal class name + constructor signatures + public method signatures
|
454 |
fm+fc+c+m+f: focal method + focal class name + constructor signatures + public method signatures + public fields
|
455 |
-
```
|
|
|
390 |
- unit test
|
391 |
- java
|
392 |
- code
|
393 |
+
pretty_name: Methods2Test Small
|
394 |
---
|
395 |
|
396 |
## Dataset Description
|
397 |
+
Microsoft created the `methods2test` dataset, consisting of Java Junit test cases with their corresponding focal methods.
|
398 |
It contains 780k pairs of JUnit test cases and focal methods which were extracted from a total of 91K Java open-source projects hosted on GitHub.
|
399 |
|
400 |
+
This is a smaller subset of the assembled version of the `methods2test` dataset.
|
401 |
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.
|
402 |
The subset is created by randomly selecting only one sample from each of the 91k projects.
|
403 |
|
|
|
453 |
fm+fc+c: focal method + focal class name + constructor signatures
|
454 |
fm+fc+c+m: focal method + focal class name + constructor signatures + public method signatures
|
455 |
fm+fc+c+m+f: focal method + focal class name + constructor signatures + public method signatures + public fields
|
456 |
+
```
|