Class GwtTestOptions

    • Constructor Detail

      • GwtTestOptions

        public GwtTestOptions()
    • Method Detail

      • isHasGwtTests

        public boolean isHasGwtTests()
      • setHasGwtTests

        public void setHasGwtTests​(boolean hasGwtTests)
        If set to true this causes the test task to be manipulated to be able to run GWTTestCases.
        Parameters:
        hasGwtTests - true if the project has GWTTestCases, false otherwise.