Quantcast
Channel: Fluent Assertions
Browsing all 1402 articles
Browse latest View live
↧

New Post: NotBe for DateTime

Nope, unfortunately not. You can create a request for it using the Issue Tracker page.

View Article


Created Issue: NotBe for DateTime [11838]

dateTime.Shold().NotBe(anotherDateTime);

View Article


Commented Issue: NotBe for DateTime [11838]

dateTime.Shold().NotBe(anotherDateTime);Comments: ** Comment from web user: brianlow ** Here is an extension method to workaround in the mean time: public static void NotBe(this DateTimeAssertions...

View Article

New Post: NotBe for DateTime

Will do. Here is an extension method for someone in the meantime: public static void NotBe(this DateTimeAssertions assertions, DateTime expected) { Execute.Verification...

View Article

Created Issue: Better error msg when AllProperties() fails on DateTime [11839]

public class Car { public DateTime MfgDate{ get; set; } } [TestMethod] public void Should() { var expected = new Car {MfgDate= new DateTime(2011, 1, 1)}; var actual = new Car { MfgDate= new...

View Article


Created Issue: Support interface inheritance with AllProperties [11840]

public class Car: Vehicle, ICar { public int Wheels { get; set; } } public class Vehicle : IVehicle { public int VehicleId { get; set; } } public interface ICar : IVehicle { int Wheels { get; set; } }...

View Article

Created Issue: Exclude properties on nested objects [11841]

We'd like to compare two aggregate roots ignoring a few audit properties (CreatedBy, CreatedOn) on all entities within the root.AllPropertiesBut() only excludes properties on the root object.I think...

View Article

Source code checked in, #73709

Update to WinRT beta

View Article


Source code checked in, #73728

Added Should().NotBe(...) to the DateTime assertions.

View Article


Commented Issue: NotBe for DateTime [11838]

dateTime.Shold().NotBe(anotherDateTime);Comments: Associated with changeset 73728.

View Article

Source code checked in, #73729

Merging of Should().NotBe for DateTime to the Main branch

View Article

Commented Issue: NotBe for DateTime [11838]

dateTime.Shold().NotBe(anotherDateTime);Comments: Associated with changeset 73729.

View Article

Patch Applied: #10049

dennisdoomen has applied patch #10049. Comment:Was already applied

View Article


Patch Applied: #10047

dennisdoomen has applied patch #10047. Comment:Was already applied

View Article

Source code checked in, #73743

Fix all WinRT issues found by unit tests - clean build.

View Article


Source code checked in, #73848

Enable faster event handler calling using LCG

View Article

Source code checked in, #74012

Switch to Runtime Types for correctness

View Article


Source code checked in, #74036

Cyclic references no longer throw an exception when comparing nested object properties. Instead they are just ignored

View Article

Commented Feature: Don't always throw when a circular dependency is detected...

Just started using your library and so far I find it excellent. One thing though: I use it for comparing NHibernate objects and sometimes I have objects with bi-directional references. The assertions...

View Article

Source code checked in, #74039

Fixed several WP7 and SL unit tests

View Article
Browsing all 1402 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>