testhelper

package
v0.2.1-0...-3b06ce0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateZip

func CreateZip(t *testing.T, filename string, files []TestFile)

CreateZip creates a ZIP file for testing purposes.

func FileNotExists

func FileNotExists(t *testing.T, path string, msgAndArgs ...interface{}) bool

FileNotExists asserts that a given file should exist.

func ReadFile

func ReadFile(t *testing.T, file string) string

ReadFile reads the textual content of a file.

func WriteFile

func WriteFile(t *testing.T, file string, content string, perm os.FileMode)

WriteFile writes the textual content of a file.

Types

type TestFile

type TestFile struct {
	Name    string
	Content string
}

TestFile is a text file for bundling with a ZIP file.

Jump to

Keyboard shortcuts

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