layout_tester 0.1.0
layout_tester: ^0.1.0 copied to clipboard
This helper package provides an easy interface for layout and widget composition testing.
0.1.0 #
- Breaking: Renamed
FailedAssertionInfo
fieldfieldName
tosubject
- Breaking: Removed
target
parameter from assert specific test methods inLayoutTester
- Added
RelationAssert
class for widget property comparison with value - Added
testRelation
method toLayoutTester
- Added
RelativeTraitAssert
base class - Breaking: Changed base class of
RelativePositionAssert
/RelativeSizeAssert
fromTraitAssert
toRelativeTraitAssert
- Breaking: Removed
RelativePositionAssert
fieldsleftDistance
,topDistance
,rightDistance
andbottomDistance
- Added
refersTo
field toRelativePositionAssert
to describe different modes - Breaking: Renamed
RelativeSizeAssert
fieldspercentageWidht
/percentageHeight
towidth
/height
- Provided short hand generators for
TraitAssert
classes via assertion_factory lib - Added multiple constructors for existing assertion classes
0.0.1+1 #
- Fixed bug in trait resolution
0.0.1 #
- Implemented base functionality