Skip to content

Commit 5d82707

Browse files
committed
UITableViewCellHelpersTests: Documents Unit Test
1 parent 7b15fc4 commit 5d82707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WooCommerce/WooCommerceTests/Extensions/UITableViewCellHelpersTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import XCTest
66
//
77
class UITableViewCellHelpersTests: XCTestCase {
88

9+
/// Verifies that `reuseIdentifier` class method effectively returns a string that doesn't contain the class's module.
10+
///
911
func testReuseIdentifierEffectivelyReturnsClassnameWithNoNamespaces() {
1012
XCTAssertEqual(EmptyStoresTableViewCell.reuseIdentifier, "EmptyStoresTableViewCell")
1113
}

0 commit comments

Comments
 (0)