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

13
LINES

< > BotCompany Repo | #1031327 // structure/unstructure test with custom main class

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

Libraryless. Click here for Pure Java version (15124L/99K).

!7

mainPackage gazelle
mainClassName main

sclass Bla {}

module > DynTestModule {
  void test {
    assertEqualsVerbose("Bla", structure(new Bla));
    assertInstanceOf(Bla, unstructure("Bla"));
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031327
Snippet name: structure/unstructure test with custom main class
Eternal ID of this version: #1031327/6
Text MD5: 6c3ad59863a9460145e5cf70980f160a
Transpilation MD5: 1c86d8110edbca8ee475aa54b30c430f
Author: stefan
Category: javax
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-05 02:25:56
Source code size: 214 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 99 / 252
Version history: 5 change(s)
Referenced in: [show references]