标签: swift unit-testing xcode7
我正在尝试为我的框架创建单元测试。我创建了一个单元测试套件' target并在目标中编译我的测试类。
我的测试类扩展了XCTestCase。
我已将func testExample()留空,但测试仍未通过。这是为什么?
func testExample()