iOS單元測試和UI測試全面解析(30)
發表于:2017-03-31來源:51CTO作者:朱先忠點擊數:
標簽:單元測試iOS
ReleasetheSUT and themockobject in tearDown(): controllerUnderTest=nil mockUserDefaults=nil Replace testExample() with this: //Mock to testinteraction with UserDefaults functestGameStyleCanBeChanged()
Release the SUT and the mock object in tearDown():
controllerUnderTest = nil
mockUserDefaults = nil
Replace testExample() with this:
// Mock to test interaction with UserDefaults
func testGameStyleCanBeChanged() {
// given
原文轉自:http://mobile.51cto.com/iphone-535758.htm