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

4
LINES

< > BotCompany Repo | #1014788 // assertListStartsWith

JavaX fragment (include)

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

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: 393 / 452
Referenced in: [show references]