xmr-btc-swap/swap/tests
Franck Royer c11042ff0d
Use builder terminology instead of factory
This is not really a factory as a factory design pattern is about
producing several instances.

In the current usage, we are only interested in one swap instance. Once
the swap instance is created, the factory becomes useless. Hence, it is
more of a builder pattern.
2021-01-20 14:56:06 +11:00
..
testutils Use builder terminology instead of factory 2021-01-20 14:56:06 +11:00
happy_path_restart_alice.rs alice::SwapFactory should be consumed once a swap is returned 2021-01-20 14:51:36 +11:00
happy_path_restart_bob_after_comm.rs alice::SwapFactory should be consumed once a swap is returned 2021-01-20 14:51:36 +11:00
happy_path_restart_bob_before_comm.rs alice::SwapFactory should be consumed once a swap is returned 2021-01-20 14:51:36 +11:00
happy_path.rs alice::SwapFactory should be consumed once a swap is returned 2021-01-20 14:51:36 +11:00
punish.rs alice::SwapFactory should be consumed once a swap is returned 2021-01-20 14:51:36 +11:00
refund_restart_alice.rs alice::SwapFactory should be consumed once a swap is returned 2021-01-20 14:51:36 +11:00