use of com.mvp4g.rebind.test_tools.SourceWriterTestStub in project mvp4g by mvp4g.
the class TestMvp4gRunAsyncGenerator method setUp.
@Before
public void setUp() {
generator = new Mvp4gRunAsyncGenerator();
sourceWriter = new SourceWriterTestStub();
GeneratorContextStub context = new GeneratorContextStub();
oracle = context.getTypeOracleStub();
}
Aggregations