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

12
LINES

< > BotCompany Repo | #1023229 // test_allContainedWordSets (OK)

JavaX fragment (include)

svoid test_allContainedWordSets() {
  Set<S> found1 = litciset("turn", "around"),
    found2 = litciset("turn");
    
  assertEqualsVerbose(lithashset(found1, found2),
    asHashSet(allContainedWordSets("you turn my World around", ll(
      found1,
      found2,
      litciset("turn", "up"),
      litciset("bla")
    ))));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023229
Snippet name: test_allContainedWordSets (OK)
Eternal ID of this version: #1023229/3
Text MD5: c48619d6fbd7a2f2aafb2d0f8b9dd16a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-18 13:30:08
Source code size: 337 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 174 / 207
Version history: 2 change(s)
Referenced in: [show references]