Package-level declarations
Types
Link copied to clipboard
class FakeContactRepository
A test double for contact management operations.
Link copied to clipboard
A test double for NodeRepository that provides an in-memory implementation.
Link copied to clipboard
class FakePacketRepository
A test double for message/packet repository operations.
Link copied to clipboard
A test double for RadioController that provides a no-op implementation and tracks calls for assertions in tests.
Link copied to clipboard
object TestDataFactory
Factory for creating test domain objects.
Functions
Link copied to clipboard
fun createTestContact(userId: String = "!test001", name: String = "Test Contact", lastMessageTime: Long = 0): FakeContactRepository.Contact
Test helper for creating test contact objects.