public interface IObjectShortFailer extends IObjectShortSameFail, IObjectShortNotSameFail, IObjectShortEqualsFail, IObjectShortNotEqualsFail, IObjectShortNullFail, IObjectShortNotNullFail, IObjectShortDefaultFail, IObjectShortNotDefaultFail, IObjectShortLessFail, IObjectShortLessOrEqualsFail, IObjectShortGreaterFail, IObjectShortGreaterOrEqualsFail, IObjectShortInsideFail, IObjectShortOutsideFail
This (or a derivative) should inherit all fail methods targeting Short.
failShortSame, failShortSame
failShortNotSame, failShortNotSame
failShortEquals, failShortEquals
failShortNotEquals, failShortNotEquals
failShortNull, failShortNull
failShortNotNull, failShortNotNull
failShortDefault, failShortDefault
failShortNotDefault, failShortNotDefault
failShortLess, failShortLess
failShortLessOrEquals, failShortLessOrEquals
failShortGreater, failShortGreater
failShortGreaterOrEquals, failShortGreaterOrEquals
failShortInside, failShortInside
failShortOutside, failShortOutside
The MIT License (MIT) - Copyright © 2014-2015 Keld Oelykke. All Rights Reserved.