2009-12-09 Jb Evain <jbevain@novell.com>
[mcs.git] / nunit24 / NUnitMocks / mocks / IVerify.cs
blob53aaee8992d6c83230f80b14b8ad23d8e16dfc78
1 // ****************************************************************
2 // Copyright 2007, Charlie Poole
3 // This is free software licensed under the NUnit license. You may
4 // obtain a copy of the license at http://nunit.org/?p=license&r=2.4
5 // ****************************************************************
7 using System;
9 namespace NUnit.Mocks
11 /// <summary>
12 /// The IVerify interface is implemented by objects capable of self-verification.
13 /// </summary>
14 public interface IVerify
16 void Verify();