Warning: session_start(): open(/var/lib/php/sessions/sess_i3qqo8cjhcmbn16j4847a1ejfm, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// 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_fileAsKey();
test_restructure_CompactHashMap();
test_restructure_CompactHashSet();
test_structure_floatingPoint();
print();
print("(Please ignore any possible errors printed above, they are necessary and good.)");
print();
print("All structure + unstructure tests OK!");
print();
}