summaryrefslogtreecommitdiff
path: root/odcsim-testkit/src
AgeCommit message (Collapse)Author
2019-05-14refactor: Make actor spawning and stopping behavior consistentFabian Mastenbroek
This change makes the behavior for spawning and stopping a child actor more consistent and better specified in the documentation.
2019-05-14feat: Add support for spawning anonymous childrenFabian Mastenbroek
This change adds support for spawning anonymous children in an ActorContext. This means a name does not have to be specified when spawning an actor.
2019-05-14feat: Add support for watching actor terminationFabian Mastenbroek
This change adds support for tracking termination of actors in the system.
2019-05-14style: Format code according to Ktlint style guideFabian Mastenbroek
This change formats the code according to the style guide of Ktlint.
2019-05-14feat: Add testkit for testing behaviorFabian Mastenbroek
This change adds a testkit for synchronously testking Behavior implementations.