书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 564 个相关结果.
  • Testing with EnvTest

    Testing your Operator project Overview Using EnvTest Other Options Testing your Operator project Learn how to ensure the quality of your Operator project Overview The Opera...
  • Testing with EnvTest

    Testing your Operator project Overview Using EnvTest Other Options Testing your Operator project Learn how to ensure the quality of your Operator project Overview The Opera...
  • Testing with EnvTest

    Testing your Operator project Overview Using EnvTest Other Options Testing your Operator project Learn how to ensure the quality of your Operator project Overview The Opera...
  • 模块设计

    模块设计 特别注意 模块设计 标准的应用和模块目录结构如下 +-- app 应用目录(可设置) | +-- classes 类库目录 | | +-- module1 模块 1 (示例) | | ...
  • 模块设计

    模块设计 模块设计 标准的应用和模块目录结构如下 +-- app 应用目录(可设置) | +-- classes 类库目录 | | +-- module1 模块 1 (示例) | | +-...
  • Development Guide

    Development Guide How to build Kube-OVN How to run e2e tests Development Guide How to build Kube-OVN Kube-OVN is developed by Go and uses Go Modules to manage dependency....
  • 模型初始化

    模型初始化 模型初始化 模型同样支持初始化,与控制器的初始化类似,可以定义模型初始化方法 m_init ,具体如下 namespace app\model\index ; use ginkgo\Model ; class Index extends Model { //自定义初始化 ...
  • 10. Feature Comparison

    ✓ = Has it~ = Kind of has it? = Not sure yet Feature GoConvey Native go test Testify goblin PrettyTest Ginkgo Uses go test ✓ ✓ ✓ ✓ ✓ ~ Web UI ✓ Web UI reports t...
  • 测试工具实践

    128 2024-06-16 《Zadig v3.0 文档》
    测试工具实践 测试框架/工具 JMeter 组织自动化测试代码 配置自动化测试 执行自动化测试 分析测试报告 Ginkgo 组织自动化测试代码 配置自动化测试 执行自动化测试 分析测试报告 Pytest 组织自动化测试代码 配置自动化测试 执行自动化测试 分析测试报告 测试工具实践 Zadig 几乎支持市面上所有测试工具...
  • 重定向

    重定向 重定向传参 记住请求地址 重定向 如果控制器继承了 ginkgo\Ctrl 类,可以使用 redirect 方法进行重定向 namespace app\index\controller ; class Index { public function hello () { ...