simbaTest

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestApplication

type TestApplication struct {
	*simba.Application
	Server *httptest.Server
}

TestApplication represents a test application with additional testing utilities

func Default added in v0.10.0

func Default(settings ...settings.Config) *TestApplication

Default creates a new test application with default settings

func New

func New(settings ...settings.Config) *TestApplication

New creates a new test application with the given settings

func (*TestApplication) Client

func (a *TestApplication) Client() *http.Client

Client returns an HTTP client configured to work with the test server

func (*TestApplication) RunTest

func (a *TestApplication) RunTest(fn func())

RunTest runs a test function with a started test server and handles cleanup

func (*TestApplication) Start

func (a *TestApplication) Start()

Start starts the test server

func (*TestApplication) Stop

func (a *TestApplication) Stop()

Stop stops the test server

func (*TestApplication) URL

func (a *TestApplication) URL() string

URL returns the base URL of the test server

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL