zoukankan      html  css  js  c++  java
  • Fitnesse-The Slim Tables

    Fitnesse 中Slim支持的表格类型

    下表内容路径

    Decision Table Supplies the inputs and outputs for decisions. This is similar to the Fit Column Fixture
    Dynamic Decision Table Has the same syntax as a >Decision Table, but passes the column headers as parameters to the fixture.
    Query Table Supplies the expected results of a query. This is similar to the Fit Row Fixture
    Subset Query Table Supplies a subset of the expected results of a query.
    Ordered query Table Supplies the expected results of a query. The rows are expected to be in order. This is similar to the Fit Row Fixture
    Script Table A series of actions and checks. Similar to Do Fixture.
    Table Table Whatever you want it to be!
    Import Add a path to the fixture search path.
    Comment A table that does nothing.
    Scenario Table A table that can be called from other tables.
    Library Table A table that installs fixtures available for all test pages
    Define Table Type A helper table that defines the default table type for named fixtures.
    Define Alias A helper table that defines alias names for fixtures.

     

     

     

     

     

     

     

     

     

     

    源代码

  • 相关阅读:
    A Tour of Go For continued
    A Tour of Go For
    Request对象的主要方法
    JAVA中的异常疑点解析
    用JDBC如何调用存储过程
    字节流与字符流的区别
    js判断第二个日期比第一个日期大
    JAVA中会存在内存泄露吗
    mysql 建库建表建用户
    mysql 的数据类型
  • 原文地址:https://www.cnblogs.com/moonpool/p/5523343.html
Copyright © 2011-2022 走看看