Package com.vaadin.flow.testutil
Class FrontendStubs.ToolStubInfo
java.lang.Object
com.vaadin.flow.testutil.FrontendStubs.ToolStubInfo
- Enclosing class:
FrontendStubs
Holds an information about build tool to be stubbed.
-
Method Summary
Modifier and TypeMethodDescriptionbuilder(FrontendStubs.Tool tool) Creates a new builder for constructing a new instance of tool stub info.booleanstatic FrontendStubs.ToolStubInfonone()Returns a dummy tool stub info, which denotes no stub is used.
-
Method Details
-
builder
Creates a new builder for constructing a new instance of tool stub info.- Parameters:
tool- the build tool to create a stub for.- Returns:
- a new tool stub info builder.
-
none
Returns a dummy tool stub info, which denotes no stub is used.- Returns:
- a tool stub info for non-used stub.
-
isStubbed
public boolean isStubbed() -
getScript
-