testmd

package
v0.0.0-...-c157589 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2014 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestCase

type TestCase struct {
	// the Test Case name
	Name string
}

TestCase struct

type TestSuite

type TestSuite struct {
	// the Test Suite name
	Name string
	// file, where Test Suite is defined
	File string
	// Test Cases
	Tests []*TestCase
}

TestSuite struct

func FindTestSuites

func FindTestSuites(folder string) []*TestSuite

FindTestSuites finds all test-md test suites in specified folder

Jump to

Keyboard shortcuts

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