Skip to content

Commit 36e3816

Browse files
author
Graham Allan
committed
Make the name of test consistent with the category of method reference as described in introduction.
1 parent 016a436 commit 36e3816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/adoptopenjdk/lambda/tutorial/Exercise_4_Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public class Exercise_4_Test {
156156
*
157157
*/
158158
@Test
159-
public void getListOfDocumentTitlesUsingInstanceMethodReference() {
159+
public void getListOfDocumentTitlesUsingReferenceOfInstanceMethodBelongingToAClass() {
160160
Document expenses = new Document("My Expenses",
161161
Arrays.asList(new Page("LJC Open Conference ticket: £25"), new Page("Beer stipend: £100")));
162162
Document toDoList = new Document("My ToDo List",

0 commit comments

Comments
 (0)