I have one class.
Class First { private Second second; public First(int num, String str) { second = new Second(str); this.num = num
Include this line on top of your test class
@PrepareForTest({ First.class })