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

52
LINES

< > BotCompany Repo | #1024867 // allTests_structure - all known tests for structure/unstructure functions here (may need to add some more tests from around the repo here)

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

Transpiled version (26123L) is out of date.

1  
// See: #1024878 
2  
3  
set flag OurSyncCollections.
4  
set flag structure_debug.
5  
6  
svoid allTests_structure() {
7  
  test_structure_lambdasAndAnonymousClasses();
8  
  test_structure_customObjects();
9  
  test_structure_synchroList();
10  
  test_restructure_syncLinkedList();
11  
  test_structure_synchroLinkedHashMap();
12  
  test_structure_synchronizedTreeMap();
13  
  test_restructure_MRUCache();
14  
  test_restructure_syncMRUCache();
15  
  test_restructure_MRUAndAllTimeTop();
16  
  test_structure_listContainingItself();
17  
  test_unstructureMissingClassToBaseClass();
18  
  test_unstructureMissingConcept();
19  
  test_structure_multiDimensionalIntArrays();
20  
  test_structure_stringArrays();
21  
  test_structure_nonTransientPersistenceInfo();
22  
  test_structure_transientPersistenceInfo();
23  
  test_structure_nonTransientPersistenceInfoInFieldValues();
24  
  test_structure_OptimizedMultiSet();
25  
  test_structure_innerSubclassOfDynamicObject();
26  
  test_structure_IPersistenceInfo();
27  
  test_structure_enum();
28  
  test_structure_shouldIncludeField();
29  
  test_structure_skipDefaultValues();
30  
  test_structure_customSerializer();
31  
  test_structure_TransientObject();
32  
  test_structure_Color();
33  
  test_unstructureErrorInConstructor();
34  
  test_unstructure_jdkObject();
35  
  test_structure_shortArrays();
36  
  test_structure_longArrays();
37  
  test_structure_doubleArrays();
38  
  test_structure_floatArrays();
39  
  test_structure_fileAsKey();
40  
  test_restructure_CompactHashMap();
41  
  test_restructure_CompactHashSet();
42  
  test_structure_floatingPoint();
43  
  test_unstructureMissingClassObject();
44  
  test_unstructure_doneLoading();
45  
  test_structure_Rectangle();
46  
  
47  
  print();
48  
  print("(Please ignore any possible errors printed above, they are necessary and good.)");
49  
  print();
50  
  print("All structure + unstructure tests OK!");
51  
  print();
52  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 11 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj, xrpafgyirdlv

No comments. add comment

Snippet ID: #1024867
Snippet name: allTests_structure - all known tests for structure/unstructure functions here (may need to add some more tests from around the repo here)
Eternal ID of this version: #1024867/52
Text MD5: e99262c5eb2c09455ebce906fba414de
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2023-05-13 02:06:06
Source code size: 1792 bytes / 52 lines
Pitched / IR pitched: No / No
Views / Downloads: 305 / 725
Version history: 51 change(s)
Referenced in: [show references]