~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitFramework/tests/Constraints/ReusableConstraintTests.cs

  • Committer: Charlie Poole
  • Date: 2010-12-11 23:35:49 UTC
  • mfrom: (3284.1.3 work)
  • Revision ID: charlie@nunit.org-20101211233549-pb7p1b0w703xo9vl
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    public class ReusableConstraintTests
7
7
    {
8
8
        [Datapoints]
9
 
        static readonly ReusableConstraint[] constraints = new ReusableConstraint[] {
 
9
        internal static readonly ReusableConstraint[] constraints = new ReusableConstraint[] {
10
10
            Is.Not.Empty,
11
11
            Is.Not.Null,
12
12
            Has.Length.GreaterThan(3),