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

8
LINES

< > BotCompany Repo | #1035187 // test_tempMapPutAll

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

Libraryless. Click here for Pure Java version (7695L/43K).

svoid test_tempMapPutAll() {
  new SS map;
  {
    temp tempMapPutAll(map, litmap("a", "b"));
    assertEqualsVerbose("b", map.get("a"));
  }
  assertFalseVerbose(map.containsKey("a"));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1035187
Snippet name: test_tempMapPutAll
Eternal ID of this version: #1035187/2
Text MD5: d36f57ca470cde755e7c49fc90d85196
Transpilation MD5: 28f7ab4a0d1c226a7c8b5c9bf6a06202
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-04-05 23:12:00
Source code size: 194 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 57 / 94
Version history: 1 change(s)
Referenced in: [show references]