hasPosition function
Returns a PositionAssert with the given position infos.
Implementation
PositionAssert hasPosition(
double left,
double top,
double right,
double bottom,
) =>
PositionAssert.LTRB(left, top, right, bottom);
Returns a PositionAssert with the given position infos.
PositionAssert hasPosition(
double left,
double top,
double right,
double bottom,
) =>
PositionAssert.LTRB(left, top, right, bottom);