Skip to content

package integration_testing

import "kaijuengine.com/integration_testing"

Functions

IntegrationTestBorderRadius

func IntegrationTestBorderRadius(host *engine.Host)

IntegrationTestCSSChildSelector

func IntegrationTestCSSChildSelector(host *engine.Host)

IntegrationTestCSSNot

func IntegrationTestCSSNot(host *engine.Host)

IntegrationTestFBXMonkey

func IntegrationTestFBXMonkey(host *engine.Host)

IntegrationTestFont

func IntegrationTestFont(host *engine.Host)

IntegrationTestGridAutoColumns

func IntegrationTestGridAutoColumns(host *engine.Host)

IntegrationTestGridAutoRows

func IntegrationTestGridAutoRows(host *engine.Host)

IntegrationTestGridColumn

func IntegrationTestGridColumn(host *engine.Host)

IntegrationTestGridRow

func IntegrationTestGridRow(host *engine.Host)

IntegrationTestInputRequired

func IntegrationTestInputRequired(host *engine.Host)

IntegrationTestInputTypes

func IntegrationTestInputTypes(host *engine.Host)

IntegrationTestLetterSpacing

func IntegrationTestLetterSpacing(host *engine.Host)

IntegrationTestLineHeight

func IntegrationTestLineHeight(host *engine.Host)

IntegrationTestOutline

func IntegrationTestOutline(host *engine.Host)

IntegrationTestPosition

func IntegrationTestPosition(host *engine.Host)

IntegrationTestRenderGraphDefault

func IntegrationTestRenderGraphDefault(host *engine.Host)

IntegrationTestRenderGraphTargetUI

func IntegrationTestRenderGraphTargetUI(host *engine.Host)

IntegrationTestRenderViewModes

func IntegrationTestRenderViewModes(host *engine.Host)

IntegrationTestScreenshot

func IntegrationTestScreenshot(host *engine.Host)

IntegrationTestSelect

func IntegrationTestSelect(host *engine.Host)

IntegrationTestSelectionOutlineOccluder

func IntegrationTestSelectionOutlineOccluder(host *engine.Host)

IntegrationTestSelectionOutlineSelectedPair

func IntegrationTestSelectionOutlineSelectedPair(host *engine.Host)

IntegrationTestTextAlign

func IntegrationTestTextAlign(host *engine.Host)

IntegrationTestTextArea

func IntegrationTestTextArea(host *engine.Host)

IntegrationTestTextAreaDefault

func IntegrationTestTextAreaDefault(host *engine.Host)

IntegrationTestTextTransform

func IntegrationTestTextTransform(host *engine.Host)

IntegrationTestVerticalAlign

func IntegrationTestVerticalAlign(host *engine.Host)

IntegrationTestVideo

func IntegrationTestVideo(host *engine.Host)

Types

IntegrationGame

struct

type IntegrationGame struct {
    // Has unexported fields.
}

IntegrationTestGame

func IntegrationTestGame(testName string) (*IntegrationGame, error)

IntegrationGame.ContentDatabase

func (IntegrationGame) ContentDatabase() (assets.Database, error)

IntegrationGame.Launch

func (g *IntegrationGame) Launch(host *engine.Host)

IntegrationGame.PluginRegistry

func (IntegrationGame) PluginRegistry() []reflect.Type