utils

package
v0.24.0-beta.1 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const ImportedLocation = common.StringLocation("imported")

ImportedLocation is used as the default location for imported programs in tests.

View Source
const TestLocation = common.StringLocation("test")

TestLocation is used as the default location for programs in tests.

Variables

This section is empty.

Functions

func AsInterfaceType added in v0.2.0

func AsInterfaceType(name string, kind common.CompositeKind) string

func AssertEqualWithDiff

func AssertEqualWithDiff(t *testing.T, expected, actual interface{})

AssertEqualWithDiff asserts that two objects are equal.

If the objects are not equal, this function prints a human-readable diff.

func AssertValueSlicesEqual added in v0.20.0

func AssertValueSlicesEqual(t testing.TB, inter *interpreter.Interpreter, expected, actual []interpreter.Value) bool

func AssertValuesEqual added in v0.20.0

func AssertValuesEqual(t testing.TB, interpreter *interpreter.Interpreter, expected, actual interpreter.Value) bool

func DeploymentTransaction added in v0.5.0

func DeploymentTransaction(name string, contract []byte) []byte

func RemovalTransaction added in v0.10.5

func RemovalTransaction(name string) []byte

func RequireValuesEqual added in v0.20.0

func RequireValuesEqual(t testing.TB, inter *interpreter.Interpreter, expected, actual interpreter.Value)

func UpdateTransaction added in v0.10.1

func UpdateTransaction(name string, contract []byte) []byte

func ValuesAreEqual added in v0.20.0

func ValuesAreEqual(inter *interpreter.Interpreter, expected, actual interpreter.Value) bool

Types

type OccurrenceMatcher

type OccurrenceMatcher struct {
	StartPos        sema.Position
	EndPos          sema.Position
	OriginStartPos  *sema.Position
	OriginEndPos    *sema.Position
	DeclarationKind common.DeclarationKind
}

func (*OccurrenceMatcher) Match

func (matcher *OccurrenceMatcher) Match(actual interface{}) bool

Jump to

Keyboard shortcuts

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