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

14
LINES

< > BotCompany Repo | #1036414 // test_unstructure_doneLoading (OK)

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (14295L) is out of date.

1  
scope test_unstructure_doneLoading
2  
3  
sclass #Test {
4  
  int value;
5  
  
6  
  public void _doneLoading {
7  
    value = 5;
8  
  }
9  
}
10  
11  
svoid test_unstructure_doneLoading() {
12  
  Test t = restructure(new Test);
13  
  assertEqualsVerbose(5, t.value);
14  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036414
Snippet name: test_unstructure_doneLoading (OK)
Eternal ID of this version: #1036414/2
Text MD5: 886995e37d44816bfac5640494991ff2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-11 14:56:59
Source code size: 240 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 58 / 92
Version history: 1 change(s)
Referenced in: [show references]