=tes #3563: Mark internal Testkit messages as NoSerializationVerificationNeeded
This commit is contained in:
parent
915e058ab0
commit
c1928da944
1 changed files with 4 additions and 4 deletions
|
|
@ -37,10 +37,10 @@ object TestActor {
|
|||
def run(sender: ActorRef, msg: Any): AutoPilot = sys.error("must not call")
|
||||
}
|
||||
|
||||
case class SetIgnore(i: Ignore)
|
||||
case class Watch(ref: ActorRef)
|
||||
case class UnWatch(ref: ActorRef)
|
||||
case class SetAutoPilot(ap: AutoPilot)
|
||||
case class SetIgnore(i: Ignore) extends NoSerializationVerificationNeeded
|
||||
case class Watch(ref: ActorRef) extends NoSerializationVerificationNeeded
|
||||
case class UnWatch(ref: ActorRef) extends NoSerializationVerificationNeeded
|
||||
case class SetAutoPilot(ap: AutoPilot) extends NoSerializationVerificationNeeded
|
||||
|
||||
trait Message {
|
||||
def msg: AnyRef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue