Interface: InputProviderContractDriver
Defined in: contract-cases.ts:11
Optional hooks a contract case can drive. An adapter's test harness supplies whatever it can fake; cases that need a missing hook pass without running, so a partial driver is always safe.
Methods
enterSession()?
optional enterSession(): void;
Defined in: contract-cases.ts:13
Put the provider into a live XR session.
Returns
void
exitSession()?
optional exitSession(): void;
Defined in: contract-cases.ts:15
End the session the driver started.
Returns
void