FakePacketRepository

A test double for message/packet repository operations.

Tracks sent packets and provides test helpers for messaging scenarios.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val packetsFlow: ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<ERROR CLASS: Symbol not found for DataPacket>>
Link copied to clipboard
val sentPackets: ERROR CLASS: Unresolved name: mutableListOf

Functions

Link copied to clipboard
fun clear()
Link copied to clipboard
fun getPacketCount(): ERROR CLASS: Unresolved name: size
Link copied to clipboard
suspend fun sendPacket(packet: ERROR CLASS: Symbol not found for DataPacket)