LayoutTest-iOS icon indicating copy to clipboard operation
LayoutTest-iOS copied to clipboard

Write unit tests which test the layout of a view in multiple configurations

Results 9 LayoutTest-iOS issues
Sort by recently updated
recently updated
newest added

Hey! Really excited to get this project working for me. I have a number of views and view controllers I would like to test. I am using Realm in-memory to...

Currently, the error only displays the message `Failing test due to autolayout failure.` Would be great to have a more detailed description to point to the view that is in...

I am getting the following test failure while layout testing my View Controller: failed - Bottom right corner of overlaps upper left corner of . If this is intentional, you...

I have some layout tests for one of my collection view cells that is passing on every device except the new 10.5" iPad. Any ideas why it would be failing...

Alot of our views have white backgrounds. White on white is hard to see and twiddling the view in the test or the html page in chrome every time I...

Right now you can only specify that you want a view to ignore any views overlapping it. However, it would be useful to say that you only allow an overlap...

Advice is to set this to ${SRCROOT}

For some reason, this function never gets called which means it doesn't print out the path to test failures.

See UnitTestViews.m For unit testing, the test has yet to come up with a view which actually has ambiguous layout according to the OS. It always seems to return true....

unit tests