Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

32
LINES

< > BotCompany Repo | #1022450 // All Gazelle Tests [Dyn Module, old]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (19547L/116K).

!7

!include once #1021761 // Gazelle Fakery
 
set flag DynModule.

cmodule AllGazelleTests > DynSingleFunctionWithPrintLog {
  S performOnly;
  
  transient O[] flags = litparams(
    debugSorting := true,
    useRepeat_v2 := true);
  
  start {
    setFunctionName("Run Tests");
  }
  
  visualize {
    ret centerAndSouthWithMargin(super.visualize(),
      withLabel("Perform only test:", onEnter(
        dm_textField('performOnly), rThread doIt)));
  }
  
  void doIt {
    dm_useLocalMechListCopies();
    
    ErrorCounter errorCounter = gazelle_performMultipleTests(mL_raw("Gazelle Tests"),
      paramsPlus(flags,
        +performOnly));
    setModuleName(errorCounter.toString_short() + " - " + dm_originalModuleName());
  }
}

Author comment

Began life as a copy of #1021767

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022450
Snippet name: All Gazelle Tests [Dyn Module, old]
Eternal ID of this version: #1022450/12
Text MD5: 3f66a354ee160ddbfeb52511f5f94823
Transpilation MD5: 64ec8f5d9e369643bf699e8f560696fc
Author: stefan
Category: javax / gazelle
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-29 18:31:08
Source code size: 767 bytes / 32 lines
Pitched / IR pitched: No / No
Views / Downloads: 259 / 897
Version history: 11 change(s)
Referenced in: [show references]