T - the summary classpublic abstract class Suite<T extends Summary>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BaseParameters |
mBaseParameters |
| Constructor and Description |
|---|
Suite() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
mainInternal(java.lang.String[] args,
Suite suite) |
abstract T |
runSuite(java.lang.String[] args)
Runs the suite.
|
protected BaseParameters mBaseParameters
public abstract T runSuite(java.lang.String[] args) throws java.lang.Exception
args - the command-line argsjava.lang.Exceptionprotected static void mainInternal(java.lang.String[] args,
Suite suite)
Copyright © 2021. All Rights Reserved.