Testing
@testable import
When the test target does @testable import MyApp, which declarations become accessible?
Pick one
@testable import
When the test target does @testable import MyApp, which declarations become accessible?
Pick one
TestingShort answerBasics
A private method inside a custom view holds complicated calculation logic and you want to…
#testable
SwiftMultiple choiceBasics
In a framework module, what's the difference between declaring open class and public clas…
#access-control
SwiftMultiple choiceBasics
Which of these statements about Swift language rules are correct? Pick all that apply.
#access-control
SwiftShort answerBasics
In one file you have class A { fileprivate func secret() {} } and class B. Can B call A()…
#access-control