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

19
LINES

< > BotCompany Repo | #1030969 // Test mcAndUtils & getStandardFunctionHolder [OK]

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

Uses 1059K of libraries. Click here for Pure Java version (11091L/61K).

!7

please include function reallyRareStandardFunction.

cprint2 {
  start-thread {
    L l = mcAndUtils();
    pnl(l);
    assertEquals(2, l(l));
    assertContains(l, mc());
    assertContains(l, loadableUtils.utils.class);
    
    assertEquals(loadableUtils.utils.class, getStandardFunctionHolder("match"));
    assertEquals(mc(), getStandardFunctionHolder("reallyRareStandardFunction"));
    assertEqualsVerbose("I am really rare",
      call(getStandardFunctionHolder("reallyReallyRareStandardFunction"), "reallyReallyRareStandardFunction"));
    print("OK");
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030969
Snippet name: Test mcAndUtils & getStandardFunctionHolder [OK]
Eternal ID of this version: #1030969/6
Text MD5: 01c3bf73653cf8a56ad82df8c10454ec
Transpilation MD5: dc2d986dbfb3e9cdd7c1b18edb7f714d
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-17 13:59:53
Source code size: 589 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 86 / 154
Version history: 5 change(s)
Referenced in: [show references]