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.

// See: #1024878 

set flag OurSyncCollections.
set flag structure_debug.

svoid allTests_structure() {
  test_structure_lambdasAndAnonymousClasses();
  test_structure_customObjects();
  test_structure_synchroList();
  test_restructure_syncLinkedList();
  test_structure_synchroLinkedHashMap();
  test_structure_synchronizedTreeMap();
  test_restructure_MRUCache();
  test_restructure_syncMRUCache();
  test_restructure_MRUAndAllTimeTop();
  test_structure_listContainingItself();
  test_unstructureMissingClassToBaseClass();
  test_unstructureMissingConcept();
  test_structure_multiDimensionalIntArrays();
  test_structure_stringArrays();
  test_structure_nonTransientPersistenceInfo();
  test_structure_transientPersistenceInfo();
  test_structure_nonTransientPersistenceInfoInFieldValues();
  test_structure_OptimizedMultiSet();
  test_structure_innerSubclassOfDynamicObject();
  test_structure_IPersistenceInfo();
  test_structure_enum();
  test_structure_shouldIncludeField();
  test_structure_skipDefaultValues();
  test_structure_customSerializer();
  test_structure_TransientObject();
  test_structure_Color();
  test_unstructureErrorInConstructor();
  test_unstructure_jdkObject();
  test_structure_shortArrays();
  test_structure_longArrays();
  test_structure_doubleArrays();
  test_structure_floatArrays();
  test_structure_fileAsKey();
  test_restructure_CompactHashMap();
  test_restructure_CompactHashSet();
  test_structure_floatingPoint();
  test_unstructureMissingClassObject();
  test_unstructure_doneLoading();
  test_structure_Rectangle();
  
  print();
  print("(Please ignore any possible errors printed above, they are necessary and good.)");
  print();
  print("All structure + unstructure tests OK!");
  print();
}

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: 287 / 701
Version history: 51 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)