MyProfileVC

final class MyProfileVC : ProfileVC
extension MyProfileVC: Exposing
extension MyProfileVC: CollectionCellExposing

Displays logged in user information

Exposing

CollectionCellExposing

  • Expose cell to UI tests

    Declaration

    Swift

    func expose(view: UICollectionView,
                path: IndexPath,
                cell: UICollectionViewCell)

    Parameters

    view

    Collection

    path

    Index path

    cell

    Cell