Documentation
¶
Overview ¶
Package tests contains all tests that can be executed
Index ¶
Constants ¶
View Source
const ( Fibonacci testName = "fibonacci" Factorial testName = "factorial" Trigonometry testName = "trigonometry" )
Name of all available tests
Variables ¶
This section is empty.
Functions ¶
func NewFactorialTest ¶
NewFactorialTest creates new factorial test
func NewFibonacciTest ¶
NewFibonacciTest creates new fibonacci test
func NewTrigonometryTest ¶
NewTrigonometryTest creates new trigonometry test
Types ¶
type TestCase ¶
type TestCase struct {
Name testName `yaml:"name"`
Args TestCaseArgs `yaml:"args"`
}
TestCase represents test with it's args
Click to show internal directories.
Click to hide internal directories.