mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/test/helpers
Facundo Spagnuolo db5a12cfdd
Merge pull request #506 from TalAter/fix/deprecated-throw-in-tests
7 years ago
..
BasicTokenMock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
BurnableTokenMock.sol removing trailing whitespace 7 years ago
CappedCrowdsaleImpl.sol removing trailing whitespace 7 years ago
DayLimitMock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
DetailedERC20Mock.sol Create detailed ERC20 interface 7 years ago
ERC23TokenMock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
EVMThrow.js add tests for crowdsale contracts 8 years ago
FinalizableCrowdsaleImpl.sol removing trailing whitespace 7 years ago
ForceEther.sol Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
HasNoEtherTest.sol Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
InsecureTargetBounty.sol Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
LimitBalanceMock.sol Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
PausableMock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
PausableTokenMock.sol Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
PullPaymentMock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
ReentrancyAttack.sol Replaced assert with require 7 years ago
ReentrancyMock.sol Replaced assert with require 7 years ago
RefundableCrowdsaleImpl.sol removing trailing whitespace 7 years ago
SafeERC20Helper.sol add SafeERC20 tests for succeeding operations 8 years ago
SafeMathMock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
SecureTargetBounty.sol Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
SplitPaymentMock.sol Simplify implementation using similar interface as PullPayment contract 8 years ago
StandardTokenMock.sol changed instances of uint to uint256; fixes issue #226 8 years ago
advanceToBlock.js add tests for crowdsale contracts 8 years ago
assertJump.js Upgrade to Truffle version 3.2.2 and Solidity version 0.4.11 8 years ago
ether.js add tests for crowdsale contracts 8 years ago
expectThrow.js Include 'revert' in expectThrow() helper 7 years ago
hashMessage.js Added function helper, few changes on ECRecover lib 8 years ago
increaseTime.js removing trailing whitespace 7 years ago
latestTime.js Refactor and remove moment.js usages 8 years ago
merkleTree.js MerkleTree util class hashes elements 8 years ago
toPromise.js Add HasNoEther 8 years ago
transactionMined.js refactor tests for truffle 3 8 years ago