Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tdd を使用して ios5 でアプリを開発しています。プライベート メソッドをテストするにはどうすればよいですか。
パブリック インターフェイスのテストに満足するか、何らかのリフレクション メカニズムを使用して、テスト内のプライベート メソッドへのバックドア アクセスを取得する必要があります。
私は Java 開発者です。それが私がすることです。