Versions in this module Expand all Collapse all v1 v1.0.0 Mar 2, 2023 Changes in this version + func InsertRandomCall(ctx context.Context, function *ssa.Function, testCase *TestCase, position int, ...) bool + type StatementUsageValue struct + Statement statement.Statement + Used bool + type TestCase struct + ID int64 + IsChanged bool + Name string + StatementUsageMap map[string]*StatementUsageValue + Statements []statement.Statement + TestedPackageName string + func CreateTestCase(ctx context.Context, f *parsermodel.ProjectFunction) (*TestCase, error)