com.silverpeas.gallery.web
Class AlbumEntityMatcher
java.lang.Object
org.hamcrest.BaseMatcher<LinkedHashMap<String,Object>>
com.silverpeas.gallery.web.AlbumEntityMatcher
- All Implemented Interfaces:
- org.hamcrest.Matcher<LinkedHashMap<String,Object>>, org.hamcrest.SelfDescribing
public class AlbumEntityMatcher
- extends org.hamcrest.BaseMatcher<LinkedHashMap<String,Object>>
- Author:
- Yohann Chastagnier
Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString |
AlbumEntityMatcher
protected AlbumEntityMatcher(AlbumDetail expected)
describeTo
public void describeTo(org.hamcrest.Description description)
matches
public boolean matches(Object item)
matches
public static AlbumEntityMatcher matches(AlbumDetail expected)
from
public static AlbumEntity from(LinkedHashMap<String,Object> album)
Copyright © 2016 Silverpeas. All Rights Reserved.