diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-04 00:53:29 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-04 00:53:29 +0800 |
commit | c931e3ceec902c31734fe6e7143a209d7637611f (patch) | |
tree | 5cbdae45a37d3104e8c3d1567f1ab75a107010e9 /TestHelper.h | |
parent | 72c7132a3af9836c34b350fa295e34959bacce87 (diff) | |
download | dexon-solidity-c931e3ceec902c31734fe6e7143a209d7637611f.tar.gz dexon-solidity-c931e3ceec902c31734fe6e7143a209d7637611f.tar.zst dexon-solidity-c931e3ceec902c31734fe6e7143a209d7637611f.zip |
style
Diffstat (limited to 'TestHelper.h')
-rw-r--r-- | TestHelper.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TestHelper.h b/TestHelper.h index 9187196d..d7ffe5cb 100644 --- a/TestHelper.h +++ b/TestHelper.h @@ -52,28 +52,18 @@ public: void importState(json_spirit::mObject& _o, eth::State& _state); void importTransaction(json_spirit::mObject& _o); void exportTest(bytes _output, eth::State& _statePost); - eth::Manifest* getManifest(){ return &m_manifest;} eth::State m_statePre; eth::State m_statePost; eth::ExtVMFace m_environment; - u256 gas; - u256 gasExec; eth::Transaction m_transaction; - bytes output; - eth::Manifest m_manifest; - bytes code; private: json_spirit::mObject& m_TestObject; - - // needed for const ref - bytes data; }; // helping functions - u256 toInt(json_spirit::mValue const& _v); byte toByte(json_spirit::mValue const& _v); bytes importCode(json_spirit::mObject &_o); |