-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b5c81cd
commit 18aec2c
Showing
6 changed files
with
52 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
CollectFees_Integration_Concrete_Test | ||
βββ when admin is not contract | ||
βββ given admin is not contract | ||
β βββ it should transfer fee | ||
β βββ it should decrease contract balance to zero | ||
β βββ it should emit a {CollectFees} event | ||
βββ when admin is contract | ||
βββ when admin does not implement receive function | ||
βββ given admin is contract | ||
βββ given admin does not implement receive function | ||
β βββ it should revert | ||
βββ when admin implements receive function | ||
βββ given admin implements receive function | ||
βββ it should transfer fee | ||
βββ it should decrease contract balance to zero | ||
βββ it should emit a {CollectFees} event |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,58 @@ | ||
Payable_Integration_Concrete_Test::adjustRatePerSecond | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::create | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::createAndDeposit | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::deposit | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::depositAndPause | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::depositViaBroker | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::pause | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::refund | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::refundAndPause | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::refundMax | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::restart | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::restartAndDeposit | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::void | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::withdraw | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call | ||
|
||
Payable_Integration_Concrete_Test::withdrawMax | ||
βββ when ETH value not zero | ||
βββ it should update the caller ETH balance | ||
βββ it should update the flow contract ETH balance | ||
βββ it should make the call |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters