Package | Description |
---|---|
org.ballerinalang.langserver.command.testgen.template |
Modifier and Type | Method and Description |
---|---|
static RootTemplate |
RootTemplate.fromFunction(BLangFunction function,
BLangPackage builtTestFile,
BiConsumer<Integer,Integer> focusLineAcceptor)
Create root template for a function.
|
static RootTemplate |
RootTemplate.fromHttpService(BLangService service,
BLangTypeInit init,
BLangPackage builtTestFile,
BiConsumer<Integer,Integer> focusLineAcceptor)
Create root template for a http service.
|
static RootTemplate |
RootTemplate.fromHttpWSService(BLangService service,
BLangTypeInit init,
BLangPackage builtTestFile,
BiConsumer<Integer,Integer> focusLineAcceptor)
Create root template for a websocket service.
|
Copyright © 2019 WSO2. All rights reserved.