TestDelegate Delegate

Definition

Delegate used by tests that execute code and capture any thrown exception.

public delegate void TestDelegate();
type TestDelegate = delegate of unit -> unit

Applies to