Documentation
¶
Overview ¶
Package fake provides a fake runtime implementation for testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
New creates a new fake runtime instance. The runtime will operate in memory-only mode until Initialize is called.
func NewWithDashboard ¶ added in v0.6.0
NewWithDashboard creates a fake runtime that implements the Dashboard interface. The url parameter is returned by GetURL for all instances.
func NewWithExperimental ¶ added in v0.12.0
NewWithExperimental creates a fake runtime that implements the Experimental interface.
func NewWithExperimentalAndDisplayName ¶ added in v0.12.0
NewWithExperimentalAndDisplayName creates a fake experimental runtime with a custom DisplayName. Use this in tests that need to verify DisplayName is used separately from Type.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.