org.test4j.hamcrest.iassert.object.intf
接口 ICollectionAssert

所有超级接口:
IAssert<Collection,ICollectionAssert>, IBaseAssert<Collection,ICollectionAssert>, IListAssert<Collection,ICollectionAssert>, IListHasItemsAssert<ICollectionAssert>, IReflectionAssert<ICollectionAssert>, ISizedAssert<ICollectionAssert>, Matcher<Collection>, SelfDescribing
所有已知实现类:
CollectionAssert

public interface ICollectionAssert
extends IBaseAssert<Collection,ICollectionAssert>, IReflectionAssert<ICollectionAssert>, IListHasItemsAssert<ICollectionAssert>, IListAssert<Collection,ICollectionAssert>

集合类型对象断言接口

作者:
darui.wudr

方法摘要
 
从接口 org.test4j.hamcrest.iassert.common.intf.IBaseAssert 继承的方法
all, any, any, clazIs, clazIsSubFrom, eq, eqToString, eqToString, in, isEqualTo, isEqualTo, isNull, isNull, not, notAll, notAny, notEqualTo, notIn, notNull, notNull, same
 
从接口 org.test4j.hamcrest.iassert.common.intf.IReflectionAssert 继承的方法
eqByReflect, eqIgnoreAll, eqIgnoreDefault, eqIgnoreOrder, propertyEq, propertyEq, propertyEq, propertyEqMap, propertyMatch, reflectionEq, reflectionEqMap
 
从接口 org.test4j.hamcrest.iassert.common.intf.IListHasItemsAssert 继承的方法
allItemsMatchAll, allItemsMatchAny, anyItemsMatchAll, anyItemsMatchAny, hasAllItems, hasAnyItems, hasItems, hasItems, match
 
从接口 org.test4j.hamcrest.iassert.common.intf.IListAssert 继承的方法
eqIgnoreOrder, isEqualTo, propertyEqMap, propertyMatch, reflectionEqMap, reflectionEqMap
 
从接口 org.test4j.hamcrest.iassert.common.intf.IAssert 继承的方法
wanted, wanted
 
从接口 ext.test4j.hamcrest.Matcher 继承的方法
describeMismatch, matches
 
从接口 ext.test4j.hamcrest.SelfDescribing 继承的方法
describeTo
 
从接口 org.test4j.hamcrest.iassert.common.intf.ISizedAssert 继承的方法
sizeBetween, sizeEq, sizeGe, sizeGt, sizeIs, sizeLe, sizeLt, sizeNe
 



Copyright © 2013. All rights reserved.