Slide 26
Slide 26 text
protocolͷ֤ؔͷςετͰ͖·͢
func test_cellForRowAt_row0Section5_shouldBeButtonCell() {
// Arrange
let indexPath = IndexPath(row: 0, section: 5)
// Act
let cell = target.tableView(tableViewController.tableView,
cellForRowAt: indexPath)
// Assert
XCTAssertTrue(cell is ButtonCell)
}