Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Unordered list #73

Merged
merged 5 commits into from
Jan 4, 2017
Merged

Unordered list #73

merged 5 commits into from
Jan 4, 2017

Conversation

nicopaul
Copy link
Contributor

@nicopaul nicopaul commented Jan 2, 2017

#71 is required, because UnorderedList is based on GenericList


This change is Reviewable

@nicopaul nicopaul force-pushed the UnorderedList branch 4 times, most recently from 23a49dc to 60449a7 Compare January 4, 2017 09:38
@Test
public final void testThatItemCanBeRetrievedCorrectly() {
addBothItems();
assertThat(cut.getItem(0).equals(item1), is(true));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assertThat(cut.getItem(0).equals(item1), is(true)); >> assertThat(cut.getItem(0), is(item1));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants