Search in sources :

Example 1 with TSCodeStyle

use of io.crnk.gen.typescript.writer.TSCodeStyle in project crnk-framework by crnk-project.

the class TSWriterTest method setup.

@Before
public void setup() {
    TSCodeStyle codeStyle = new TSCodeStyle();
    writer = new TSWriter(codeStyle);
}
Also used : TSCodeStyle(io.crnk.gen.typescript.writer.TSCodeStyle) TSWriter(io.crnk.gen.typescript.writer.TSWriter) Before(org.junit.Before)

Aggregations

TSCodeStyle (io.crnk.gen.typescript.writer.TSCodeStyle)1 TSWriter (io.crnk.gen.typescript.writer.TSWriter)1 Before (org.junit.Before)1