Closed keith closed 1 year ago
In the case you have a module that defines a public class, if you try to subclass it in your tests you must use @testable on the import.
public class
In the case you have a module that defines a
public class
, if you try to subclass it in your tests you must use @testable on the import.