]> Cypherpunks.ru repositories - gostls13.git/blob - api/next.txt
[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
[gostls13.git] / api / next.txt
1 pkg testing, func Fuzz(func(*F)) FuzzResult
2 pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M
3 pkg testing, func RunFuzzTargets(func(string, string) (bool, error), []InternalFuzzTarget) bool
4 pkg testing, func RunFuzzing(func(string, string) (bool, error), []InternalFuzzTarget) bool
5 pkg testing, method (*F) Add(...interface{})
6 pkg testing, method (*F) Cleanup(func())
7 pkg testing, method (*F) Error(...interface{})
8 pkg testing, method (*F) Errorf(string, ...interface{})
9 pkg testing, method (*F) Fail()
10 pkg testing, method (*F) FailNow()
11 pkg testing, method (*F) Failed() bool
12 pkg testing, method (*F) Fatal(...interface{})
13 pkg testing, method (*F) Fatalf(string, ...interface{})
14 pkg testing, method (*F) Fuzz(interface{})
15 pkg testing, method (*F) Helper()
16 pkg testing, method (*F) Log(...interface{})
17 pkg testing, method (*F) Logf(string, ...interface{})
18 pkg testing, method (*F) Name() string
19 pkg testing, method (*F) Skip(...interface{})
20 pkg testing, method (*F) SkipNow()
21 pkg testing, method (*F) Skipf(string, ...interface{})
22 pkg testing, method (*F) Skipped() bool
23 pkg testing, method (*F) TempDir() string
24 pkg testing, method (FuzzResult) String() string
25 pkg testing, type F struct
26 pkg testing, type FuzzResult struct
27 pkg testing, type FuzzResult struct, Crasher entry
28 pkg testing, type FuzzResult struct, Error error
29 pkg testing, type FuzzResult struct, N int
30 pkg testing, type FuzzResult struct, T time.Duration
31 pkg testing, type InternalFuzzTarget struct
32 pkg testing, type InternalFuzzTarget struct, Fn func(*F)
33 pkg testing, type InternalFuzzTarget struct, Name string