不使用过时的cucumber-jvm-parallel-plugin,是否可以使用一个运行器类并行运行测试?
创始人
2024-12-28 19:30:07
0

是的,可以使用一个运行器类来并行运行测试,而不使用过时的cucumber-jvm-parallel-plugin。以下是一个示例解决方法:

  1. 创建一个运行器类,例如ParallelRunner.java:
import org.junit.runner.Description;
import org.junit.runner.Runner;
import org.junit.runner.notification.RunNotifier;
import org.junit.runners.ParentRunner;
import org.junit.runners.model.InitializationError;

import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.*;

public class ParallelRunner extends ParentRunner {
    private final List runners;

    public ParallelRunner(Class testClass) throws InitializationError {
        super(testClass);
        this.runners = new ArrayList<>();

        int threadCount = 5; // 设置并行线程数

        ExecutorService executorService = Executors.newFixedThreadPool(threadCount);
        CompletionService completionService = new ExecutorCompletionService<>(executorService);

        try {
            for (int i = 0; i < threadCount; i++) {
                completionService.submit(() -> {
                    Runner runner = new YourTestRunner(testClass); // 将YourTestRunner替换为你自己的TestRunner
                    return runner;
                });
            }

            for (int i = 0; i < threadCount; i++) {
                Future future = completionService.take();
                Runner runner = future.get();
                runners.add(runner);
            }
        } catch (InterruptedException | ExecutionException e) {
            throw new InitializationError(e);
        } finally {
            executorService.shutdownNow();
        }
    }

    @Override
    protected List getChildren() {
        return runners;
    }

    @Override
    protected Description describeChild(Runner child) {
        return child.getDescription();
    }

    @Override
    protected void runChild(Runner child, RunNotifier notifier) {
        child.run(notifier);
    }
}
  1. 创建你的测试类,并在测试类上使用ParallelRunner运行器类。例如,创建一个名为YourTest.java的测试类:
import org.junit.Test;
import org.junit.runner.RunWith;

@RunWith(ParallelRunner.class)
public class YourTest {
    @Test
    public void test1() {
        // 测试1的代码
    }

    @Test
    public void test2() {
        // 测试2的代码
    }

    // 添加其他测试方法
}

通过在测试类上使用ParallelRunner运行器类,你可以并行地运行多个测试方法。请根据你的需求设置并行线程数(在ParallelRunner.java的threadCount变量中)。

注意:你需要将YourTestRunner替换为你自己的TestRunner类,以便实际运行你的测试方法。

相关内容

热门资讯

红龙扑克辅助器!红龙扑克电脑模... 红龙扑克辅助器!红龙扑克电脑模拟器,(红龙扑克)真是真的有挂(详细辅助工具教程)是一款可以让一直输的...
微扑克辅助软件!微扑克有保险吗... 微扑克辅助软件!微扑克有保险吗,(微扑克游戏)其实是有挂(详细全自动机器人教程);一、微扑克辅助软件...
德扑自定义!德扑线上创建房间,... WePoker透视辅助版本稳定性对比与推荐‌:德扑自定义!德扑线上创建房间,德扑之星ai代打原来是有...
德扑之星比赛!德扑软件决策,德... 德扑之星比赛!德扑软件决策,德扑开发真是是真的有挂(详细ai代打教程);亲真的是有正版授权,小编(透...
德州ai辅助软件!德扑之星开桌... 德州ai辅助软件!德扑之星开桌怎么设置,德扑之星ai软件其实有挂(详细功能教程);德州ai辅助软件软...
aapoker透明挂!wepo... 【福星临门,好运相随】;aapoker透明挂!wepoke有软件吗(Wepoke是真的)本来是真的有...
德扑ai软件!德扑人工智能软件... 德扑ai软件!德扑人工智能软件,德扑之星内部都是真的有挂(详细有挂吗教程);超受欢迎的稳赢小游戏,经...
微扑克有辅助挂!微扑克有辅助挂... 微扑克有辅助挂!微扑克有辅助挂吗,(微扑克苹果版)都是存在有挂(详细有辅助挂教程);是一款可以让一直...
we辅助poker德之星!wo... 1、we辅助poker德之星!wopoker游戏辅助器(wepoke)本来存在有挂(详细透明挂教程)...
红龙扑克辅助!红龙扑克是正规的... 红龙扑克辅助!红龙扑克是正规的吗,(红龙扑克)确实真的有挂(详细辅助教程);是一款可以让一直输的玩家...