#include <Options.h>
|
static Options const & | get (int argc=0, char **argv=0) |
| Get reference to options The first time used, options are parsed with argc, argv. More...
|
|
Definition at line 37 of file Options.h.
Options::Options |
( |
int |
argc = 0 , |
|
|
char ** |
argv = 0 |
|
) |
| |
|
private |
dev::test::Options::Options |
( |
Options const & |
| ) |
|
|
privatedelete |
Options const & Options::get |
( |
int |
argc = 0 , |
|
|
char ** |
argv = 0 |
|
) |
| |
|
static |
Get reference to options The first time used, options are parsed with argc, argv.
Definition at line 203 of file Options.cpp.
bool dev::test::Options::bigData = false |
bool dev::test::Options::checkstate = false |
Throw error when checking test states.
Definition at line 48 of file Options.h.
bool dev::test::Options::createRandomTest = false |
Generate random test.
Definition at line 50 of file Options.h.
bool dev::test::Options::exectimelog = false |
Print execution time for each test suite.
Definition at line 45 of file Options.h.
bool dev::test::Options::fillchain = false |
Fill tests as a blockchain tests if possible.
Definition at line 42 of file Options.h.
bool dev::test::Options::filltests = false |
Create JSON test files from execution results.
Definition at line 41 of file Options.h.
bool dev::test::Options::fulloutput = false |
Replace large output to just it's length.
Definition at line 49 of file Options.h.
bool dev::test::Options::inputLimits = false |
bool dev::test::Options::memory = false |
bool dev::test::Options::nonetwork = false |
bool dev::test::Options::performance = false |
bool dev::test::Options::quadratic = false |
Time consuming tests.
Definition at line 64 of file Options.h.
std::string dev::test::Options::rCheckTest |
Test Input (for random tests)
Definition at line 46 of file Options.h.
std::string dev::test::Options::rCurrentTestSuite |
Remember test suite before boost overwrite (for random tests)
Definition at line 47 of file Options.h.
bool dev::test::Options::singleTest = false |
Test selection.
Definition at line 55 of file Options.h.
std::string dev::test::Options::singleTestFile |
std::string dev::test::Options::singleTestName |
std::string dev::test::Options::singleTestNet |
bool dev::test::Options::stats = false |
Execution time and stats for state tests.
Definition at line 43 of file Options.h.
std::string dev::test::Options::statsOutFile |
Stats output file. "out" for standard output.
Definition at line 44 of file Options.h.
int dev::test::Options::trDataIndex |
GeneralState data.
Definition at line 59 of file Options.h.
int dev::test::Options::trGasIndex |
GeneralState gas.
Definition at line 60 of file Options.h.
int dev::test::Options::trValueIndex |
GeneralState value.
Definition at line 61 of file Options.h.
bool dev::test::Options::vmtrace = false |
Create EVM execution tracer.
Definition at line 40 of file Options.h.
bool dev::test::Options::wallet = false |
The documentation for this class was generated from the following files: