All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ChromeTests Tests that requires Chrome browser for their execution should be annotated with @Category(ChromeTests.classso they can be optionally excluded from the build when needed.ClassesSerializableTest A superclass for serialization testing.ClassFinder Superclass for testing classes which need to scan project's classpath.CurrentInstanceCleaner Removes any CurrentInstance thread locals before running a test.FrontendStubs Utility class for stubbing Node.JS and Webpack scripts.FrontendStubs.Tool Types of build tools.FrontendStubs.ToolStubBuilder Builds a new instance ofFrontendStubs.ToolStubInfo.FrontendStubs.ToolStubInfo Holds an information about build tool to be stubbed.IgnoreOSGi Tests that should not be run inside OSGi container should be annotated with @Category(IgnoreOSGi.class)so they can be optionally excluded from the build.PushTests Tests which test push functionality should be annotated with@Category(PushTests.class).ScreenshotTests Screenshot tests should be annotated with @Category(ScreenshotTest.classso they can be optionally excluded from the build when needed.SlowTests Tests which take more than 0.5s to run should be annotated with @@Category(SlowTests.class)and will be excluded by default from the test suite.TestCategory Base for classes and interfaces used as a JUnit test categoryTestUtils Shared code to use in the unit tests.