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.

scope test_unstructure_doneLoading

sclass #Test {
  int value;
  
  public void _doneLoading {
    value = 5;
  }
}

svoid test_unstructure_doneLoading() {
  Test t = restructure(new Test);
  assertEqualsVerbose(5, t.value);
}

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: 57 / 91
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)