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).

1  
!7
2  
3  
!include once #1021761 // Gazelle Fakery
4  
 
5  
set flag DynModule.
6  
7  
cmodule AllGazelleTests > DynSingleFunctionWithPrintLog {
8  
  S performOnly;
9  
  
10  
  transient O[] flags = litparams(
11  
    debugSorting := true,
12  
    useRepeat_v2 := true);
13  
  
14  
  start {
15  
    setFunctionName("Run Tests");
16  
  }
17  
  
18  
  visualize {
19  
    ret centerAndSouthWithMargin(super.visualize(),
20  
      withLabel("Perform only test:", onEnter(
21  
        dm_textField('performOnly), rThread doIt)));
22  
  }
23  
  
24  
  void doIt {
25  
    dm_useLocalMechListCopies();
26  
    
27  
    ErrorCounter errorCounter = gazelle_performMultipleTests(mL_raw("Gazelle Tests"),
28  
      paramsPlus(flags,
29  
        +performOnly));
30  
    setModuleName(errorCounter.toString_short() + " - " + dm_originalModuleName());
31  
  }
32  
}

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: 261 / 901
Version history: 11 change(s)
Referenced in: [show references]