是否可以让terratest运行一个值存在的断言,而不是该值=预期的标准断言?
terratest
发布于 2022-07-28 17:38:33
您可以使用func NotEmpty,记住Terratest只是Golang的包装。
https://stackoverflow.com/questions/73154089
相似问题