If storyboard identifier is not specified, test method name will be something like testConstraints__Debug_storyboard___UITableViewController_RLP_BO_eVh.
It is difficult to distinguish actual view controller in storyboard with this name.
A possible fix is to add ViewController class name.
If storyboard identifier is not specified, test method name will be something like
testConstraints__Debug_storyboard___UITableViewController_RLP_BO_eVh.It is difficult to distinguish actual view controller in storyboard with this name.
A possible fix is to add ViewController class name.