Uses of Class
com.vaadin.flow.testutil.FrontendStubs.ToolStubInfo
-
Packages that use FrontendStubs.ToolStubInfo Package Description com.vaadin.flow.testutil -
-
Uses of FrontendStubs.ToolStubInfo in com.vaadin.flow.testutil
Methods in com.vaadin.flow.testutil that return FrontendStubs.ToolStubInfo Modifier and Type Method Description FrontendStubs.ToolStubInfoFrontendStubs.ToolStubBuilder. build()Builds a new instance of tool stub info.static FrontendStubs.ToolStubInfoFrontendStubs.ToolStubInfo. none()Returns a dummy tool stub info, which denotes no stub is used.Methods in com.vaadin.flow.testutil with parameters of type FrontendStubs.ToolStubInfo Modifier and Type Method Description static voidFrontendStubs. createStubNode(FrontendStubs.ToolStubInfo stubNode, FrontendStubs.ToolStubInfo stubNpm, String baseDir)Creates stub versions of `node` and `npm` in the ./node folder as frontend-maven-plugin does.
-