logo
  • 教程列表
  • SO官方文檔
  • 屬性
    • TestCaseAttributeExample
    • TestFixture
    • TestFixtureSetUp
    • 拆除
    • ValuesAttribute
  1. StackOverflow 文件
  2. nunit 教程
  3. 屬性
  4. TestFixture

TestFixture

Created: November-22, 2018

[TestFixture]
public class Tests {
    
    [Test]
    public void Test1() {
        Assert.That(true, Is.EqualTo(true));
    }

}

測試夾具將類標記為包含測試。

  • TestFixtureSetUp
  • TestCaseAttributeExample

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明