We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6328260 commit e79d9cfCopy full SHA for e79d9cf
types/simulation/config.go
@@ -32,6 +32,7 @@ func (c Config) shallowCopy() Config {
32
return c
33
}
34
35
+// With sets the values of t, seed, and fuzzSeed in a copy of the Config and returns the copy.
36
func (c Config) With(t *testing.T, seed int64, fuzzSeed []byte) Config {
37
r := c.shallowCopy()
38
r.T = t
0 commit comments