billp / Blocks

A library for creating user interfaces using reusable components using a hybrid approach with UIKit & SwiftUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for TableViewRenderer

billp opened this issue · comments

  • Create test: testViewForHeaderInSection
  • Create test: testViewForHeaderInSectionInvalidModel
  • Create test: testViewForHeaderInSectionInvalidView
  • Create test: testViewForFooterInSection
  • Create test: testViewForFooterInSectionInvalidModel
  • Create test: testViewForFooterInSectionInvalidView
  • Create test: testCellForRowAt
  • Create test: testCellForRowAtInvalidModel
  • Create test: testCellForRowAtInvalidView
  • Create test: testCellForRowAtInvalidViewCallbeforeReuse
  • Create test: testCellForRowAtInvalidViewCallSetTableView
  • Create test: testCellForRowAtInvalidViewCallConfigure
  • Create test: testHeightForRowAt
  • Create test: testEstimatedHeightForRowAt
  • Create test: testHeightForFooterInSection
  • Create test: testEstimatedHeightForFooterInSection
  • Create test: testHeightForHeaderInSection
  • Create test: testEstimatedHeightForHeaderInSection
  • Create test: testDidSelectRowAt
  • Create test: testComponentViewModelSelectable