public abstract class SurefireJUnit4IntegrationTestCase extends Object
Constructor and Description |
---|
SurefireJUnit4IntegrationTestCase() |
Modifier and Type | Method and Description |
---|---|
OutputValidator |
executeErrorFreeTest(String sourceName,
int total) |
static SurefireLauncher |
unpack(Class testClass,
String sourceName,
String suffix) |
static SurefireLauncher |
unpack(Class testClass,
String sourceName,
String suffix,
String[] cli) |
SurefireLauncher |
unpack(String sourceName) |
SurefireLauncher |
unpack(String sourceName,
String suffix) |
public OutputValidator executeErrorFreeTest(String sourceName, int total)
public SurefireLauncher unpack(String sourceName)
public SurefireLauncher unpack(String sourceName, String suffix)
public static SurefireLauncher unpack(Class testClass, String sourceName, String suffix, String[] cli)
public static SurefireLauncher unpack(Class testClass, String sourceName, String suffix)
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.