Skip to content

CopierTester<TValue, TCopier>

class

Namespace: Orleans.Serialization.TestKit

Test methods for copiers.
public abstract class CopierTester<TValue, TCopier> : SerializationTester
where TCopier : class, Orleans.Serialization.Cloning.IDeepCopier<TValue>

Constructors

Properties

  • IsImmutable Gets a value indicating whether the type copied by this codec is immutable.
  • IsPooled Gets a value indicating whether the type copied by this codec is pooled.
  • TestValues Gets an array of test values.
  • ValueProvider Gets a value provider delegate.

Methods