TDD - How to avoid modifying old test cases?

后端 未结 0 1862
余生分开走
余生分开走 2020-11-21 05:53

With these given test suite:

package main

import "testing"

func TestHello(t *testing.T) {

    assertCorrectMessage := func(t *testing.T, got, wan         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题