Warning: session_start(): open(/var/lib/php/sessions/sess_avfp25v76m69ea36fcofjctp5l, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
test_singleDigitBytesToString (OK) [1034077]

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

6
LINES

< > BotCompany Repo | #1034077 // test_singleDigitBytesToString (OK)

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

Libraryless. Click here for Pure Java version (5362L/30K).

svoid test_singleDigitBytesToString() {
  new ByteBuffer l;
  l.add(1);
  l.add(5);
  assertEqualsVerbose("15", singleDigitBytesToString(l));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034077
Snippet name: test_singleDigitBytesToString (OK)
Eternal ID of this version: #1034077/3
Text MD5: 049b6ba3af33e9bfabc39ac128fdca0f
Transpilation MD5: e570e4f483b510fa90254de166ee7216
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-21 03:55:23
Source code size: 148 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 511 / 659
Version history: 2 change(s)
Referenced in: [show references]