INNER CODE UNIT · Go

TestChain_Add

mb-14/gomarkov · gomarkov_test.go:84

func TestChain_Add(t *testing.T) {
	type args struct {
		input []string
	}
	tests := []struct {
		name  string
		chain *Chain
		args  args
	}{
		// TODO: Add test cases.
	}
	for _, tt := range tests {
		t.Run(tt.name, func(t *testing.T) {
			tt.chain.Add(tt.args.input)
		})
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…