Beispiel #1
0
        public void BaseAssert()
        {
            Int32 obj = 42;

            obj.Assert(new EqualsConstraint(42));
        }