Search in sources :

Example 1 with SourceWriterTestStub

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();
}
Also used : SourceWriterTestStub(com.mvp4g.rebind.test_tools.SourceWriterTestStub) GeneratorContextStub(com.mvp4g.rebind.test_tools.GeneratorContextStub) Before(org.junit.Before)

Aggregations

GeneratorContextStub (com.mvp4g.rebind.test_tools.GeneratorContextStub)1 SourceWriterTestStub (com.mvp4g.rebind.test_tools.SourceWriterTestStub)1 Before (org.junit.Before)1