there are 2 classes, Base.java and Demo.java
public class Base { public A a; @BeforeMethod public void beforeMethod() { a = new A();