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

14
LINES

< > BotCompany Repo | #1023269 // Test indexConceptFieldCI

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (13472L/94K).

!7

concept Blubb {
  S a;
}

p-exp {
  db();
  twice {
    assertNotNullVerbose(indexConceptFieldCI(Blubb, 'a));
    assertEqualsVerbose(1, l(db_mainConcepts().conceptIndices));
    assertNotNullVerbose(db_mainConcepts().ciFieldIndices.get(Blubb).get('a));
  }
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023269
Snippet name: Test indexConceptFieldCI
Eternal ID of this version: #1023269/6
Text MD5: 269b14a43d3a24e00978310cf804a93b
Transpilation MD5: 85fd5c3b04b774576a8cd0ed2578ceb9
Author: stefan
Category: javax / concepts
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-21 16:51:13
Source code size: 276 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 222 / 708
Version history: 5 change(s)
Referenced in: [show references]