• 测试技术
  • 博客
  • 视频
  • 开源
  • 论坛
  • 沙龙
  • 下载
  • 杂志
  • 招聘

字号: | 推荐给好友 上一篇 | 下一篇

JUnit 4快速入门

发布: 2008-6-24 14:08 | 作者: 不详 | 来源: 领测软件测试网编辑整理 | 查看: 57次 | 进入领测软件测试网论坛讨论

领测软件测试网 软件测试技术门户*uq5ki,K V

软件测试技术门户[ jf)zwWNC ~

    @Test软件测试技术门户od!Ft WO'T'n
    public void doDiv() {软件测试技术门户nEB/MX0_!G
        Math math = new Math();
cjr$p/U6O        assertEquals(5, math.div(100, 20));
$a1b1I^{/o/n`\        assertEquals(4, math.div(100, 21));软件测试技术门户 \R9n VY&G;^
    }软件测试技术门户 eLRt T.vS

@yU5` H(O.p    @Test(expected=ArithmeticException.class)
-| Ka e \[*F"xt    public void doDiv0() {
Ya-F!g(Jh_,x;f        new Math().div(127, 0);
J5bB \9A!a_s    }

_fa8| C}7sH

|q J.t/j:uk    @Test(timeout=1)
Cx:x0I'D7fuOW    public void doLongTimeTask() {软件测试技术门户!Jd,~ K8p cjA*i
        double d = 0;软件测试技术门户+Y.F'a c w
        for(int i=1; i<10000000; i++)软件测试技术门户;N#D/k0[4H
            d+=i;软件测试技术门户6V l%^)}\
    }软件测试技术门户(WK_.zf)i

软件测试技术门户:E/O(Q"C(X

    @Test软件测试技术门户p#pA(EB~
    public void testExp() {
0A+l\I-\&SC(r~x        Math math = new Math();
,h)Z]Qs2f        assertEquals(32f, math.exp(2, 5), 0.001f);软件测试技术门户Y2@us3fr Vw.Mn
        assertEquals(1f, math.exp(2, 0), 0.001f);
8g