Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Last active August 24, 2020 20:07
Show Gist options
  • Save samueleresca/9c95fed3e05f8f61aab32c711a9c37f0 to your computer and use it in GitHub Desktop.
Save samueleresca/9c95fed3e05f8f61aab32c711a9c37f0 to your computer and use it in GitHub Desktop.
using System.Collections.Generic;
using deequ.Constraints;
namespace deequ.Checks
{
public class CheckResult
{
Check Check { get;}
CheckStatus Status { get;}
IEnumerable<ConstraintResult> ConstraintResults { get;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment