Viktor Klang
960e161659
Fixing #586 and #588 and adding support for reconnect and shutdown of individual clients
2010-12-29 17:59:38 +01:00
Viktor Klang
326a93993c
Fixing #586 and #588 and adding support for reconnect and shutdown of individual clients
2010-12-29 17:59:38 +01:00
Viktor Klang
b51a4fec64
Minor refactoring to ActorRegistry
2010-12-29 16:44:13 +01:00
Viktor Klang
3f737f9d90
Minor refactoring to ActorRegistry
2010-12-29 16:44:13 +01:00
Viktor Klang
236eecebcf
Moving shared remote classes into RemoteInterface
2010-12-29 16:08:43 +01:00
Viktor Klang
9b52e8225d
Moving shared remote classes into RemoteInterface
2010-12-29 16:08:43 +01:00
Viktor Klang
c120589684
Changed wording in the unoptimized local scoped spec
2010-12-29 12:51:58 +01:00
Viktor Klang
52cb25c994
Changed wording in the unoptimized local scoped spec
2010-12-29 12:51:58 +01:00
Viktor Klang
0a6567ed80
Adding tests for optimize local scoped and non-optimized local scoped
2010-12-29 12:38:16 +01:00
Viktor Klang
924394facb
Adding tests for optimize local scoped and non-optimized local scoped
2010-12-29 12:38:16 +01:00
Roland Kuhn
e83ef89aad
code cleanup (thanks, Viktor and Irmo)
2010-12-29 11:23:24 +01:00
Roland Kuhn
9474a922a6
code cleanup (thanks, Viktor and Irmo)
2010-12-29 11:23:24 +01:00
Viktor Klang
83c8bb7767
Moved all actorOf-methods from Actor to ActorRegistry and deprecated the forwarders in Actor
2010-12-29 10:59:04 +01:00
Viktor Klang
e85715ce7e
Moved all actorOf-methods from Actor to ActorRegistry and deprecated the forwarders in Actor
2010-12-29 10:59:04 +01:00
Roland Kuhn
ab10f6c710
revamp TestKit (with documentation)
...
- add implicit wait bounding from within() blocks
- add class matching
- add test actor configuration and stop facilities
2010-12-28 23:51:41 +01:00
Roland Kuhn
66a63514bd
revamp TestKit (with documentation)
...
- add implicit wait bounding from within() blocks
- add class matching
- add test actor configuration and stop facilities
2010-12-28 23:51:41 +01:00
Roland Kuhn
b868c909e0
Improve Duration classes
...
- add more factories and implicits (for Double)
- add extractors for deconstruction and string parsing
- fix bug in infinite durations (comparisons were inverted)
2010-12-28 23:50:08 +01:00
Roland Kuhn
4e798047b8
Improve Duration classes
...
- add more factories and implicits (for Double)
- add extractors for deconstruction and string parsing
- fix bug in infinite durations (comparisons were inverted)
2010-12-28 23:50:08 +01:00
Viktor Klang
9309c98bb9
Fixing erronous test
2010-12-28 19:26:04 +01:00
Viktor Klang
4b97e02c8b
Fixing erronous test
2010-12-28 19:26:04 +01:00
Roland Kuhn
4838121d0e
add facility for changing stateTimeout dynamically
2010-12-28 17:30:13 +01:00
Roland Kuhn
bcdb429573
add facility for changing stateTimeout dynamically
2010-12-28 17:30:13 +01:00
Viktor Klang
d0f94b9e19
Adding additional tests
2010-12-28 14:52:22 +01:00
Viktor Klang
10f2b4dda6
Adding additional tests
2010-12-28 14:52:22 +01:00
Viktor Klang
0f87bd83d3
Adding example in test to show how to test remotely using only one registry
2010-12-28 14:34:06 +01:00
Viktor Klang
b3a8cfa9c7
Adding example in test to show how to test remotely using only one registry
2010-12-28 14:34:06 +01:00
Viktor Klang
953d155543
Fixed logging glitch in ReflectiveAccess
2010-12-28 11:53:28 +01:00
Viktor Klang
9b12ab378e
Fixed logging glitch in ReflectiveAccess
2010-12-28 11:53:28 +01:00
Viktor Klang
ef9c01ecee
Making EmbeddedAppServer work without AKKA_HOME
2010-12-28 11:36:23 +01:00
Viktor Klang
8836d72ca6
Making EmbeddedAppServer work without AKKA_HOME
2010-12-28 11:36:23 +01:00
Viktor Klang
9ccac820be
Merged with current master
2010-12-27 12:12:49 +01:00
Viktor Klang
080d8c528f
Merged with current master
2010-12-27 12:12:49 +01:00
Viktor Klang
9d5c917951
Fixing ticket 594
2010-12-27 10:54:37 +01:00
Viktor Klang
0eb714137a
Fixing ticket 594
2010-12-27 10:54:37 +01:00
Viktor Klang
eabdeec97b
Merge branch 'master' of github.com:jboner/akka
2010-12-27 10:51:20 +01:00
Viktor Klang
4a75f0a018
Merge branch 'master' of github.com:jboner/akka
2010-12-27 10:51:20 +01:00
Roland Kuhn
6a8b0e1d98
first sketch of basic TestKit architecture
2010-12-26 22:49:40 +01:00
Roland Kuhn
66595b75bf
first sketch of basic TestKit architecture
2010-12-26 22:49:40 +01:00
Roland Kuhn
b04851b4c1
Merge remote branch 'origin/fsmrk2' into testkit
...
- fix up one implicits clash
2010-12-26 22:47:06 +01:00
Roland Kuhn
1eb9abd56b
Merge remote branch 'origin/fsmrk2' into testkit
...
- fix up one implicits clash
2010-12-26 22:47:06 +01:00
Roland Kuhn
bdeef69b9a
revamp akka.util.Duration
...
- add comparison and arithmetic
- add infinite subtypes
2010-12-26 17:32:32 +01:00
Roland Kuhn
c7150f6da3
revamp akka.util.Duration
...
- add comparison and arithmetic
- add infinite subtypes
2010-12-26 17:32:32 +01:00
momania
d17519131e
improved test - test for intial state on transition call back and use initialize function from FSM to kick of the machine.
2010-12-24 16:43:17 +01:00
momania
9d4cdded73
improved test - test for intial state on transition call back and use initialize function from FSM to kick of the machine.
2010-12-24 16:43:17 +01:00
momania
4ba3ed666b
wrap stop reason in stop even with current state, so state can be referenced in onTermination call for cleanup reasons etc
2010-12-24 16:30:45 +01:00
momania
576e121036
wrap stop reason in stop even with current state, so state can be referenced in onTermination call for cleanup reasons etc
2010-12-24 16:30:45 +01:00
Viktor Klang
ccde5b4eaa
Removing not needed dependencies
2010-12-22 16:53:32 +01:00
Viktor Klang
989b1d5ef2
Removing not needed dependencies
2010-12-22 16:53:32 +01:00
Jonas Bonér
e8fcdd697b
Updated the copyright header to 2009-2011
2010-12-22 15:35:50 +01:00
Jonas Bonér
57d0e85a9a
Updated the copyright header to 2009-2011
2010-12-22 15:35:50 +01:00