Skip to content

Commit 723d4e4

Browse files
authoredJan 24, 2020
Update INSTALL.md
1 parent c26e7d9 commit 723d4e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎INSTALL.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@ At the bottom of the window, the Tasks View is open with a list of TODOs. Each T
3030

3131
To see Holmes output for each defect:
3232

33-
1. Double-click a TODO in the Tasks View to get to the failing test.
33+
1. Double-click a TODO in the Tasks View to get to the failing test. Each TODO is followed by comments that specify what we asked participants to do and the method to highlight.
3434

3535
<img src="https://drive.google.com/uc?id=1fpS9WQLitBs_fk07tuBtkhkkrLHGAh0x" alt="Eclipse TODOs"/>
3636

37-
2. Highlight the method that takes the input being tested, as shown below. Each TODO is followed by comments that specify what we asked participants to do and the method to highlight.
37+
2. Highlight the method that takes the input being tested, as shown below.
3838

3939
<img src="https://drive.google.com/uc?id=1Bs8DV4B1rsqqr8PDWPZbiQL45HFkcqjv" alt="Highlighting target method"/>
4040

4141
3. Right-click the highlighted method and click **"Run Holmes"** in the pop-up menu.
4242

43+
<img src="https://drive.google.com/uc?id=1T5IOWdJvIkt6nte0zcKnrlbdPxQzraol" alt="Run Holmes command"/>
4344

4445
*Defect 0* runs the test generation portion of Holmes (which does not include execution traces, as this was not automated in the user study version of Holmes).
4546

0 commit comments

Comments
 (0)
Please sign in to comment.