Warning: session_start(): open(/var/lib/php/sessions/sess_55unsrnqig27bjs37afeij11jr, 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
assertListStartsWith [1014788]

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

4
LINES

< > BotCompany Repo | #1014788 // assertListStartsWith

JavaX fragment (include)

1  
static void assertListStartsWith(L a, L b) {
2  
  if (!startsWith(a, b))
3  
    fail(a + " does not start with " + b);
4  
}

Author comment

Began life as a copy of #1003362

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014788
Snippet name: assertListStartsWith
Eternal ID of this version: #1014788/1
Text MD5: ea4eb87db6a9f007b4ea8bf16f4b5423
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-02 11:34:28
Source code size: 117 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 883 / 941
Referenced in: [show references]