
com.trigonic.utils.test.junit.TestClassRunnerForParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-utils Show documentation
Show all versions of test-utils Show documentation
Provides utilities for testing
The newest version!
package com.trigonic.utils.test.junit;
import java.util.List;
import org.junit.runner.notification.RunNotifier;
import org.junit.runners.BlockJUnit4ClassRunner;
import org.junit.runners.model.FrameworkMethod;
import org.junit.runners.model.InitializationError;
import org.junit.runners.model.Statement;
public class TestClassRunnerForParameters extends BlockJUnit4ClassRunner {
private final int index;
private final Object[] parameters;
private final LabelMaker labelMaker;
TestClassRunnerForParameters(Class> type, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy