public void Must_be_to_hotswap_its_behaviour_with_become() { var a = Sys.ActorOf<HotSwapWithBecome>(); a.Tell("init"); ExpectMsg("init"); a.Tell("swap"); a.Tell("swapped"); ExpectMsg("swapped"); }