jeudi 20 août 2015

Swift XCTest access Private variables

I have code similar to the below snippet

class MainViewController: UIViewController {

      private var bLogin = true
}

From XCTest file, how can I access "bLogin" variable?

Thanks

Aucun commentaire:

Enregistrer un commentaire