- ChromeTests - Interface in com.vaadin.flow.testcategory
-
Tests that requires Chrome browser for their execution should be annotated
with @ Category(ChromeTests.class so they can be optionally excluded
from the build when needed.
- classesSerializable() - Method in class com.vaadin.flow.testutil.ClassesSerializableTest
-
Tests that all the relevant classes and interfaces under
getBasePackages() implement Serializable.
- ClassesSerializableTest - Class in com.vaadin.flow.testutil
-
A superclass for serialization testing.
- ClassesSerializableTest() - Constructor for class com.vaadin.flow.testutil.ClassesSerializableTest
-
- ClassFinder - Class in com.vaadin.flow.testutil
-
Superclass for testing classes which need to scan project's classpath.
- ClassFinder() - Constructor for class com.vaadin.flow.testutil.ClassFinder
-
- com.vaadin.flow.testcategory - package com.vaadin.flow.testcategory
-
- com.vaadin.flow.testutil - package com.vaadin.flow.testutil
-
- createStubNode(FrontendStubs.ToolStubInfo, FrontendStubs.ToolStubInfo, String) - Static method in class com.vaadin.flow.testutil.FrontendStubs
-
Creates stub versions of `node` and `npm` in the ./node folder as
frontend-maven-plugin does.
- createStubNode(boolean, boolean, String) - Static method in class com.vaadin.flow.testutil.FrontendStubs
-
Creates stub versions of `node` and `npm` in the ./node folder as
frontend-maven-plugin does.
- createStubWebpackServer(String, int, String, boolean) - Static method in class com.vaadin.flow.testutil.FrontendStubs
-
Creates a stub webpack-dev-server able to output a ready string, sleep
for a while and output arguments passed to a file, so as tests can check
it.
- createStubWebpackServer(String, int, String) - Static method in class com.vaadin.flow.testutil.FrontendStubs
-
Creates a stub webpack-dev-server able to output a ready string, sleep
for a while and output arguments passed to a file, so as tests can check
it.
- CurrentInstanceCleaner - Class in com.vaadin.flow.testutil
-
Removes any CurrentInstance thread locals before running a test.
- CurrentInstanceCleaner() - Constructor for class com.vaadin.flow.testutil.CurrentInstanceCleaner
-