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.
単一のメソッド呼び出しをデバッグできるかどうか知りたかった
howMany(char c,String str) というメソッドがあるとします。「c」、「Hello world」で呼び出して、到達するまで前のコードをすべて実行することなくデバッグしたい
ありがとうございました
Junit テストを使用してみることができます。これにより、単一のメソッドを呼び出すことができます。
Eclipse で単体テストを簡単に作成する方法