PassingTestFileReporter
public class PassingTestFileReporter
extends TestResultListener
implements ITestInvocationListener
Un ITestInvocationListener
che salva l'elenco degli ITestInvocationListener
di test in passaggio in un file di test
Sommario
Costruttori pubblici
PassingTestFileReporter
public PassingTestFileReporter ()
Metodi pubblici
invocationEnded
public void invocationEnded (long elapsedTime)
Parametri |
---|
elapsedTime | long |
invocationStarted
public void invocationStarted (IInvocationContext context)
Parametri |
---|
context | IInvocationContext |
Risultato del test
public void testResult (TestDescription test,
TestResult result)
Parametri |
---|
test | TestDescription |
result | TestResult |