Verify
April 23, 2022 · View on GitHub
Contents
Verify
@@ -1,53 +0,0 @@ ApprovalMaintenance.VerifyNoAbandonedFiles(String[] ignore)
Approvals.Verify(FileInfo receivedFilePath)
Approvals.VerifyAll(IDictionary<K, V> dictionary)
Approvals.VerifyBinaryFile(Byte[] bytes, String fileExtensionWithDot)
Approvals.VerifyException(Exception e)
Approvals.VerifyExceptionWithStacktrace(Exception e)
Approvals.VerifyFile(String receivedFilePath)
Approvals.VerifyHtml(String html)
Approvals.VerifyJson(String json)
Approvals.VerifyPdfFile(String pdfFilePath)
Approvals.VerifyWithCallback(Object text, Action<String> callBackOnFailure)
Approvals.VerifyWithExtension(String text, String fileExtensionWithDot, Func<String, String> scrubber)
Approvals.VerifyXml(String xml)
Approver.Verify(IApprovalApprover approver, IApprovalFailureReporter reporter)
CombinationApprovals.VerifyAllCombinations(Func<A, B, C, D, E, F, G, H, I, Object> processCall, Func<Object, String> resultFormatter, IEnumerable<A> aList, IEnumerable<B> bList, IEnumerable<C> cList, IEnumerable<D> dList, IEnumerable<E> eList, IEnumerable<F> fList, IEnumerable<G> gList, IEnumerable<H> hList, IEnumerable<I> iList)
EmailApprovals.Verify(MailMessage email)
EmailApprovals.VerifyScrubbed(MailMessage email, Func<String, String> scrubber)
EventApprovals.VerifyEvents(Object value)
HtmlApprovals.VerifyHtml(String html, Func<String, String> scrubber)
HtmlApprovals.VerifyHtmlStrict(String html)
SerializableTheory.Verify(Object original, Action<Object, Object> assertEqual)
SetApprovals.VerifyFileAsSet(String filename)
SetApprovals.VerifySet(IEnumerable<T> enumerable, Func<T, String> formatter)
ThreadSafetyTheory.VerifyNoRaceConditions(Int32 times, Func<T> caseGenerator, Func<T, String> caseString, Func<T, Object> possibleRaceConditionFunction, Func<T, Object> knownGoodFunction)
XmlApprovals.VerifyOrderedXml(String text, Func<String, String> scrubber)
XmlApprovals.VerifyText(String text, String fileExtensionWithoutDot, Boolean safely, Func<String, String> scrubber)
XmlApprovals.VerifyXml(String xml, Func<String, String> scrubber)