pekko/akka-actor-tests/src/test/scala/akka
2011-10-19 14:26:53 +02:00
..
actor Fixing a race in DeathWatchSpec 2011-10-19 14:26:53 +02:00
config make akka-actor-tests compile again 2011-10-11 16:05:48 +02:00
dispatch Removing receiver from Envelope and switch to use the Mailbox.actor instead, this should speed up the BalancingDispatcher by some since it doesn't entail any allocations in adopting a message 2011-10-19 13:19:44 +02:00
event Renaming createActor to actorOf 2011-10-18 17:56:23 +02:00
japi moved tests from akka-actor to new module akka-actor-tests to fix circular dependencies between testkit and akka-actor 2011-04-06 07:45:42 +02:00
performance Renaming createActor to actorOf 2011-10-18 17:56:23 +02:00
routing Renaming createActor to actorOf 2011-10-18 17:56:23 +02:00
serialization make akka-actor-tests compile again 2011-10-11 16:05:48 +02:00
testkit Fix remaining tests in akka-actor-tests 2011-10-12 15:15:17 +02:00
ticket Renaming createActor to actorOf 2011-10-18 17:56:23 +02:00
util Added tests for the CircuitBreaker 2011-09-09 10:53:05 +02:00
AkkaExceptionSpec.scala Changed all 'def foo(): Unit = { .. }' to 'def foo() { .. }' 2011-09-27 17:41:02 +02:00
Messages.scala Updating copyright section to Typesafe Inc. etc 2011-07-14 16:03:08 +02:00