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

21
LINES

< > BotCompany Repo | #1036404 // guarantee - synonym of assertTrue

JavaX fragment (include)

static void guarantee(O o) {
  assertTrue(o);
}


  
static bool guarantee(S msg, bool b) {
  ret assertTrue(msg, b);
}



static bool guarantee(bool b) {
  ret assertTrue(b);
}



sbool guarantee(Scorer scorer, bool b) {
  ret assertTrue(scorer, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036404
Snippet name: guarantee - synonym of assertTrue
Eternal ID of this version: #1036404/1
Text MD5: 7f3e49925555e7ba4bde220d5f082e0b
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-10 03:18:07
Source code size: 258 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 50 / 56
Referenced in: [show references]