// 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(); }