FakeOfferingsApi

A fake implementation of the OfferingsApi interface for testing purposes. This class provides mock implementations for retrieving offering information.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getOffering(id: String): Offering

Retrieves the offering with the specified ID.

Link copied to clipboard
open override fun getOfferings(): List<Offering>

Retrieves a list of offerings based on the provided filter.