public interface IGenericsFailer extends IGenericObjectFailer, IGenericArrayFailer, IGenericListFailer, IGenericCollectionFailer
This (or a derivative) should inherit all fail methods targeting generics.
failGenericObjectNull, failGenericObjectNull
failGenericObjectNotNull, failGenericObjectNotNull
failGenericObjectSame, failGenericObjectSame
failGenericObjectNotSame, failGenericObjectNotSame
failGenericObjectEquals, failGenericObjectEquals
failGenericObjectNotEquals, failGenericObjectNotEquals
failGenericArrayEquals, failGenericArrayEquals
failGenericArrayNotEquals, failGenericArrayNotEquals
failGenericListEquals, failGenericListEquals
failGenericListNotEquals, failGenericListNotEquals
failGenericCollectionEquals, failGenericCollectionEquals
failGenericCollectionNotEquals, failGenericCollectionNotEquals
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.