org.silverpeas.admin.web
Class ComponentEntityMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.silverpeas.admin.web.StructureElementEntityMatcher<ComponentEntity,ComponentInstLight>
          extended by org.silverpeas.admin.web.ComponentEntityMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<ComponentEntity>, org.hamcrest.SelfDescribing

public class ComponentEntityMatcher
extends StructureElementEntityMatcher<ComponentEntity,ComponentInstLight>

Author:
Yohann Chastagnier

Method Summary
static ComponentEntityMatcher matches(ComponentInstLight expected)
           
protected  void matches(org.apache.commons.lang3.builder.EqualsBuilder matcher, ComponentInstLight expected, ComponentEntity actual)
           
 
Methods inherited from class org.silverpeas.admin.web.StructureElementEntityMatcher
describeTo, matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

matches

protected void matches(org.apache.commons.lang3.builder.EqualsBuilder matcher,
                       ComponentInstLight expected,
                       ComponentEntity actual)
Specified by:
matches in class StructureElementEntityMatcher<ComponentEntity,ComponentInstLight>

matches

public static ComponentEntityMatcher matches(ComponentInstLight expected)


Copyright © 2016 Silverpeas. All Rights Reserved.