码迷,mamicode.com
首页 > 编程语言 > 详细

TestNG(十四) 线程测试

时间:2019-08-28 10:34:01      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:oid   alt   img   thread   线程   sys   pre   pool   pack   

package com.course.testng.thread;

import org.testng.annotations.Test;

public class multiThread {
    @Test(invocationCount = 10, threadPoolSize = 3)
    public void test(){
        System.out.println("线程测试");
        System.out.printf("Thread Id: %s%n",Thread.currentThread().getId());
    }
}

技术图片

技术图片

 

TestNG(十四) 线程测试

标签:oid   alt   img   thread   线程   sys   pre   pool   pack   

原文地址:https://www.cnblogs.com/dwdw/p/11422410.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!