yjs/dist/tests/y-map.tests.d.ts
jsingleton20 100e051c5d wham
2023-01-30 15:11:09 -05:00

39 lines
2.7 KiB
TypeScript

export function testMapHavingIterableAsConstructorParamTests(tc: t.TestCase): void;
export function testBasicMapTests(tc: t.TestCase): void;
export function testGetAndSetOfMapProperty(tc: t.TestCase): void;
export function testYmapSetsYmap(tc: t.TestCase): void;
export function testYmapSetsYarray(tc: t.TestCase): void;
export function testGetAndSetOfMapPropertySyncs(tc: t.TestCase): void;
export function testGetAndSetOfMapPropertyWithConflict(tc: t.TestCase): void;
export function testSizeAndDeleteOfMapProperty(tc: t.TestCase): void;
export function testGetAndSetAndDeleteOfMapProperty(tc: t.TestCase): void;
export function testSetAndClearOfMapProperties(tc: t.TestCase): void;
export function testSetAndClearOfMapPropertiesWithConflicts(tc: t.TestCase): void;
export function testGetAndSetOfMapPropertyWithThreeConflicts(tc: t.TestCase): void;
export function testGetAndSetAndDeleteOfMapPropertyWithThreeConflicts(tc: t.TestCase): void;
export function testObserveDeepProperties(tc: t.TestCase): void;
export function testObserversUsingObservedeep(tc: t.TestCase): void;
export function testThrowsAddAndUpdateAndDeleteEvents(tc: t.TestCase): void;
export function testThrowsDeleteEventsOnClear(tc: t.TestCase): void;
export function testChangeEvent(tc: t.TestCase): void;
export function testYmapEventExceptionsShouldCompleteTransaction(tc: t.TestCase): void;
export function testYmapEventHasCorrectValueWhenSettingAPrimitive(tc: t.TestCase): void;
export function testYmapEventHasCorrectValueWhenSettingAPrimitiveFromOtherUser(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests10(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests40(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests42(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests43(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests44(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests45(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests46(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests300(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests400(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests500(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests600(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests1000(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests1800(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests5000(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests10000(tc: t.TestCase): void;
export function testRepeatGeneratingYmapTests100000(tc: t.TestCase): void;
import * as t from "lib0/testing";