42 lines
2.8 KiB
TypeScript
42 lines
2.8 KiB
TypeScript
export function testBasicUpdate(tc: t.TestCase): void;
|
|
export function testSlice(tc: t.TestCase): void;
|
|
export function testArrayFrom(tc: t.TestCase): void;
|
|
export function testLengthIssue(tc: t.TestCase): void;
|
|
export function testLengthIssue2(tc: t.TestCase): void;
|
|
export function testDeleteInsert(tc: t.TestCase): void;
|
|
export function testInsertThreeElementsTryRegetProperty(tc: t.TestCase): void;
|
|
export function testConcurrentInsertWithThreeConflicts(tc: t.TestCase): void;
|
|
export function testConcurrentInsertDeleteWithThreeConflicts(tc: t.TestCase): void;
|
|
export function testInsertionsInLateSync(tc: t.TestCase): void;
|
|
export function testDisconnectReallyPreventsSendingMessages(tc: t.TestCase): void;
|
|
export function testDeletionsInLateSync(tc: t.TestCase): void;
|
|
export function testInsertThenMergeDeleteOnSync(tc: t.TestCase): void;
|
|
export function testInsertAndDeleteEvents(tc: t.TestCase): void;
|
|
export function testNestedObserverEvents(tc: t.TestCase): void;
|
|
export function testInsertAndDeleteEventsForTypes(tc: t.TestCase): void;
|
|
export function testObserveDeepEventOrder(tc: t.TestCase): void;
|
|
export function testChangeEvent(tc: t.TestCase): void;
|
|
export function testInsertAndDeleteEventsForTypes2(tc: t.TestCase): void;
|
|
export function testNewChildDoesNotEmitEventInTransaction(tc: t.TestCase): void;
|
|
export function testGarbageCollector(tc: t.TestCase): void;
|
|
export function testEventTargetIsSetCorrectlyOnLocal(tc: t.TestCase): void;
|
|
export function testEventTargetIsSetCorrectlyOnRemote(tc: t.TestCase): void;
|
|
export function testIteratingArrayContainingTypes(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests6(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests40(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests42(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests43(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests44(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests45(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests46(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests300(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests400(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests500(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests600(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests1000(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests1800(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests3000(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests5000(tc: t.TestCase): void;
|
|
export function testRepeatGeneratingYarrayTests30000(tc: t.TestCase): void;
|
|
import * as t from "lib0/testing";
|