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);
}
Aggregations