public class IsEqualToFriendship extends IsEqualToEntity<es.uvigo.esei.dgss.letta.domain.entities.Friendship>
expected| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> |
containsFriendshipsInAnyOrder(es.uvigo.esei.dgss.letta.domain.entities.Friendship... friendships) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> |
containsFriendshipsInOrder(es.uvigo.esei.dgss.letta.domain.entities.Friendship... friendships) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> |
containsFriendshipsListInAnyOrder(Iterable<es.uvigo.esei.dgss.letta.domain.entities.Friendship> friendships) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> |
containsFriendshipsListInOrder(Iterable<es.uvigo.esei.dgss.letta.domain.entities.Friendship> friendships) |
static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> |
containsFriendshipsWithUserInAnyOrder(es.uvigo.esei.dgss.letta.domain.entities.Friendship... friendships) |
static IsEqualToFriendship |
equalToFriendship(es.uvigo.esei.dgss.letta.domain.entities.Friendship friendship) |
static IsEqualToFriendship |
equalToFriendshipWithUserAndFriend(es.uvigo.esei.dgss.letta.domain.entities.Friendship friendship) |
protected boolean |
matchesSafely(es.uvigo.esei.dgss.letta.domain.entities.Friendship friendship) |
addMatcherDescription, addTemplatedDescription, checkAttribute, clearDescribeTo, containsEntityInAnyOrder, containsEntityInOrder, describeTodescribeMismatch, describeMismatchSafely, matchesprotected boolean matchesSafely(es.uvigo.esei.dgss.letta.domain.entities.Friendship friendship)
matchesSafely in class org.hamcrest.TypeSafeMatcher<es.uvigo.esei.dgss.letta.domain.entities.Friendship>public static IsEqualToFriendship equalToFriendship(es.uvigo.esei.dgss.letta.domain.entities.Friendship friendship)
public static IsEqualToFriendship equalToFriendshipWithUserAndFriend(es.uvigo.esei.dgss.letta.domain.entities.Friendship friendship)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> containsFriendshipsInAnyOrder(es.uvigo.esei.dgss.letta.domain.entities.Friendship... friendships)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> containsFriendshipsListInAnyOrder(Iterable<es.uvigo.esei.dgss.letta.domain.entities.Friendship> friendships)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> containsFriendshipsInOrder(es.uvigo.esei.dgss.letta.domain.entities.Friendship... friendships)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> containsFriendshipsListInOrder(Iterable<es.uvigo.esei.dgss.letta.domain.entities.Friendship> friendships)
public static org.hamcrest.Matcher<Iterable<? extends es.uvigo.esei.dgss.letta.domain.entities.Friendship>> containsFriendshipsWithUserInAnyOrder(es.uvigo.esei.dgss.letta.domain.entities.Friendship... friendships)
Copyright © 2017. All rights reserved.