Skip to content

TestCluster

class

Namespace: Orleans.TestingHost

A host class for local testing with Orleans using in-process silos. Runs a Primary and optionally secondary silos in separate app domains, and client in the main app domain. Additional silos can also be started in-process on demand if required for particular test cases.
public class TestCluster : IAsyncDisposable, IDisposable

Remarks

Make sure that your test project references your test grains and test grain interfaces projects, and has CopyLocal=True set on those references [which should be the default].

Constructors

Properties

Methods