unittest

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Go言語の ユニットテスト についてのサンプルが配置されているパッケージです。

このパッケージのみ、バイナリ実行でサンプルを動かすことができません。 実行する場合は

$ cd basic/unittest

$ go test -v ./...

とするか

$ go test -v github.com/devlights/try-golang/basic/unittest

としてください。

参考

https://medium.com/better-programming/easy-guide-to-unit-testing-in-golang-4fc1e9d96679

https://github.com/golang/go/wiki/LearnTesting

Index

Constants

This section is empty.

Variables

View Source
var ErrOverflow = errors.New("int32 overflow")

int32 の計算にてオーバーフローが発生した場合のエラーです。

View Source
var ErrUnderflow = errors.New("int32 underflow")

int32 の計算にてアンダーフローが発生した場合のエラーです。

Functions

func Add

func Add(ints ...int32) (int32, error)

Add は、指定された int32 を足し合わせた結果を返します。

Types

This section is empty.

Jump to

Keyboard shortcuts

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