|
|
@ -199,8 +199,8 @@ import "remix_tests.sol"; // this import is automatically injected by Remix. |
|
|
|
// file name has to end with '_test.sol'
|
|
|
|
// file name has to end with '_test.sol'
|
|
|
|
contract test_1 { |
|
|
|
contract test_1 { |
|
|
|
|
|
|
|
|
|
|
|
function beforeAll () { |
|
|
|
function beforeAll() public { |
|
|
|
// here should instanciate tested contract
|
|
|
|
// here should instantiate tested contract
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function check1() public { |
|
|
|
function check1() public { |
|
|
@ -217,8 +217,8 @@ contract test_1 { |
|
|
|
|
|
|
|
|
|
|
|
contract test_2 { |
|
|
|
contract test_2 { |
|
|
|
|
|
|
|
|
|
|
|
function beforeAll () { |
|
|
|
function beforeAll() public { |
|
|
|
// here should instanciate tested contract
|
|
|
|
// here should instantiate tested contract
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function check1() public { |
|
|
|
function check1() public { |
|
|
|