your Solidity test should have a public function that returns a uint;Truffle will send that amount of Ether from your test account to your test contract. Your test contract can then use that Ether to script Ether interactions within your contract under test. Note that initialBalance is optional and not required. import "truffle/Assert.sol";you’ll have to import the contract code into your test suite. Notice import "../contracts/MetaCoin.sol";Note that Truffle sends Ether to your test contract i