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

1  
!7
2  
3  
mainPackage gazelle
4  
mainClassName main
5  
6  
sclass Bla {}
7  
8  
module > DynTestModule {
9  
  void test {
10  
    assertEqualsVerbose("Bla", structure(new Bla));
11  
    assertInstanceOf(Bla, unstructure("Bla"));
12  
  }
13  
}

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: 103 / 258
Version history: 5 change(s)
Referenced in: [show references]