dolittle/DotNET.SDK

View on GitHub
Source/Testing/OnDolittleAssertionFailed.cs

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace Dolittle.SDK.Testing;

/// <summary>
/// The action to do when a Dolittle assertion failed.
/// </summary>
public delegate void OnDolittleAssertionFailed(string reason);