2016-08-04 58 views

回答

2

將此添加到*_test.go文件,即。 fail_test.go

func TestWillFail(t *testing.T) { 
    t.Errorf("This test will fail.") 
} 
相關問題