亚洲好骚综合-亚洲黄色录像-亚洲黄色网址-亚洲黄色网址大全-99久久99久久-99久久99久久精品国产

您的位置:軟件測試 > 開源軟件測試 > 開源單元測試工具 > Nunit
NUnit學習筆記
作者:網(wǎng)絡轉(zhuǎn)載 發(fā)布時間:[ 2013/3/20 15:10:20 ] 推薦標簽:
 

    Ignore屬性,忽略測試,可以供類和方法使用,用于忽略暫時不想運行的測試用例。
    示例1:
    VB代碼:
<TestFixture(), Ignore("class test ignore")> _
Public Class Test
<Test()> _
Public Sub TestIgnore()
End Sub
 
<Test()> _
Public Sub TestIgnore2()
End Sub
End Class
    C#代碼:
        [TestFixture]
[Ignore("class test ignore")]
class Test
{
[Test]
public void TestIgnore()
{}
 
[Test]
public void TestIgnore2()
{}
}
    J#代碼:
/** @attribute TestFixture() */
/** @attribute Ignore("class test ignore") */
public class Test
{
/** @attribute Test() */
public void TestIgnore()
{}
 
/** @attribute Test() */
public void TestIgnore2()
{}
}
測試效果:NUnit-GUI狀態(tài)條為黃色。
示例2:
VB代碼:
        <TestFixture()> _
Public Class Test
<Test(), Ignore("function test ignore")> _
Public Sub TestIgnore()
End Sub
 
<Test()> _
Public Sub TestIgnore2()
End Sub
End Class
C#代碼:
        [TestFixture]
class Test
{
[Test]
[Ignore("function test ignore")]
public void TestIgnore()
{}
 
[Test]
public void TestIgnore2()
{}
}
J#代碼:
        /** @attribute TestFixture() */
public class Test
{
/** @attribute Test() */
/** @attribute Ignore("function test ignore") */
public void TestIgnore()
{}
 
/** @attribute Test() */
public void TestIgnore2()
{}
}
測試效果:NUnit-GUI狀態(tài)條為黃色,但與方法TestIgnore2對應的節(jié)點顯示為綠色。由于本例僅忽略了方法TestIgnore,而這并不會影響TestIgnore2,因此TestIgnore2依然會正常運行。
 
    Suite屬性。根據(jù)NUnit文檔的說明,Suite屬性是用來標記返回類型為NUnit.Core.TestSuite的類屬性成員的,該類屬性成員所返回的對象會包含一組測試類,也是說Suite屬性其實是用來組織一組測試類的。那么組織這些測試類到TestSuite對象中有何用呢?其實在早期的NUint當中,提供有NUnit.TextUI.TestRunner類,該類有個Run方法,參數(shù)是TestSuite對象,通過該方法可以在代碼中調(diào)用NUnit環(huán)境,從而運行TestSuite對象中的測試類。不過現(xiàn)在NUnit似乎已經(jīng)不再使用這種方式了,故此對于Suite屬性這里不再介紹。
 
    Category屬性,分組測試,用于將測試類和測試方法分組,從而使測試類和測試方法可以按組進行測試。
    示例:
VB代碼:
<TestFixture(), Category("class1")> _
Public Class Class11
<Test()> _
Public Sub Test()
End Sub
End Class
 
<TestFixture(), Category("class1")> _
Public Class Class12
<Test()> _
Public Sub Test()
End Sub
End Class
 
<TestFixture(), Category("class2")> _
Public Class Class21
<Test()> _
Public Sub Test()
End Sub
End Class
 
<TestFixture(), Category("class2")> _
Public Class Class22
<Test()> _
Public Sub Test()
End Sub
End Class
 
<TestFixture()> _
Public Class Class3
<Test(), Category("function1")> _
Public Sub Test11()
End Sub
 
<Test(), Category("function1")> _
Public Sub Test12()
End Sub
 
<Test(), Category("function2")> _
Public Sub Test21()
End Sub
 
<Test(), Category("function2")> _
Public Sub Test22()
End Sub
End Class
C#代碼:
[TestFixture]
[Category("class1")]
class Class11
{
[Test]
public void Test()
{}
}
 
[TestFixture]
[Category("class1")]
class Class12
{
[Test]
public void Test()
{}
}
 
[TestFixture]
[Category("class2")]
class Class21
{
[Test]
public void Test()
{}
}
 
[TestFixture]
[Category("class2")]
class Class22
{
[Test]
public void Test()
{}
}
 
[TestFixture]
class Class3
{
[Test]
[Category("function1")]
public void Test11()
{}
 
[Test]
[Category("function1")]
public void Test12()
{}
 
[Test]
[Category("function2")]
public void Test21()
{}
 
[Test]
[Category("function2")]
public void Test22()
{}
}
J#代碼:
/** @attribute TestFixture() */
/** @attribute Category("class1") */
public class Class11
{
/** @attribute Test() */
public void Test()
{}
}
 
/** @attribute TestFixture() */
/** @attribute Category("class1") */
public class Class12
{
/** @attribute Test() */
public void Test()
{}
}
 
/** @attribute TestFixture() */
/** @attribute Category("class2") */
public class Class21
{
/** @attribute Test() */
public void Test()
{}
}
 
/** @attribute TestFixture() */
/** @attribute Category("class2") */
public class Class22
{
/** @attribute Test() */
public void Test()
{}
}
 
/** @attribute TestFixture() */
public class Class3
{
/** @attribute Test() */
/** @attribute Category("function1") */
public void Test11()
{}
 
/** @attribute Test() */
/** @attribute Category("function1") */
public void Test12()
{}
 
/** @attribute Test() */
/** @attribute Category("function2") */
public void Test21()
{}
 
/** @attribute Test() */
/** @attribute Category("function2") */
public void Test22()
{}
}

上一頁1234567下一頁
軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd
主站蜘蛛池模板: 国产成人精品实拍在线 | 欧美日韩国产码高清综合人成 | 国产精品 日韩 | 99在线精品视频在线观看 | www.狠狠插 | ccav成人 | aⅴ一区二区三区无卡无码 aⅴ在线免费观看 | 亚洲视频在线视频 | 亚洲欧美日韩中文字幕在线一 | 免费人成大片在线观看播放 | 在线免费观看视频黄 | 亚洲无线码一区二区三区在线观看 | 日本人69视频 | 亚洲视频在线观看免费视频 | 国产专区在线播放 | 成人满18在线观看网站免费 | 92看片淫黄大片欧美看国产片 | 黄色最新网址 | 欧美成人亚洲 | 日本午夜在线视频 | 国产高清不卡一区二区三区 | 欧美一级高清免费播放 | 国产日产 | 香蕉乱码成人久久天堂爱免费 | 欧美精品国产综合久久 | 日韩在线视频免费播放 | 欧美二级 | av毛片免费看 | 日韩三级一区二区 | 免费看成人毛片 | 伊人五月 | 国产免费黄色大片 | 手机在线看片不卡中文字幕 | 久久五月激情婷婷日韩 | 国产dvd毛片在线视频 | 精品视频一区二区三区免费 | 欧美成人在线视频 | 欧美高清网站 | 欧美国产日韩一区 | 欧美人猛交日本人xxx | 一级黄色毛片视频 |