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)

1  
svoid test_allContainedWordSets() {
2  
  Set<S> found1 = litciset("turn", "around"),
3  
    found2 = litciset("turn");
4  
    
5  
  assertEqualsVerbose(lithashset(found1, found2),
6  
    asHashSet(allContainedWordSets("you turn my World around", ll(
7  
      found1,
8  
      found2,
9  
      litciset("turn", "up"),
10  
      litciset("bla")
11  
    ))));
12  
}

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: 180 / 213
Version history: 2 change(s)
Referenced in: [show references]