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

Source code checked in, #75990

Support BeOneOf on string assertions

View Article


Commented Feature: Support a reversed collection assertion [12016]

If you have a configuration value which can only take a few specific values. For example, a value x is supposed to be only one of the following values: 2, 3, 5, 7.It will be nice to write something...

View Article


New Post: Reverse collection assertion

I added support for BeOneOf on numeric- and string assertions, as of changeset 75990.

View Article

New Post: GenericCollectionAssertions BeInOrder/NotBeInOrder

Today I created two extension methods for the GenericCollectionsAssertions class to check that the collection is in order or is not in order.  I'm posting them here for anyone else to use or (if they...

View Article

New Post: GenericCollectionAssertions BeInOrder/NotBeInOrder

Nice. I think we'll incorporate this into the trunk.

View Article


Source code checked in, #76034

Fixed the broken unit tests. Made the reason argument of BeOneOf() optional

View Article

Source code checked in, #76040

Moved all extension methods to the root namespace

View Article

Source code checked in, #76154

Phased out the UniqueObjectTracker and removed the obsolete Inflector class

View Article


Commented 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


Commented 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

Commented 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

Commented 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

Source code checked in, #76618

Added support for comparing the properties of interfaces.

View Article


Commented 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

Source code checked in, #76656

Added support for a lambda that is used for checking the equality of two collections,

View Article


Commented Issue: Add support for collection.Should().Equal(lambda) [11925]

Add support for passing in a lambda expression that collection.Should().Equal() will use to compare the invididual items.See this StackOverflow discussion for its...

View Article

Source code checked in, #76683

Added a .NET 4.5 assembly

View Article


Closed Issue: Add .NET 4.5 assembly [11836]

Add a .NET 4.5 assembly and a separate specs assembly for .NET4.5 as well.Comments: Resolved with changeset 76683.

View Article

Reopened Issue: Add .NET 4.5 assembly [11836]

Add a .NET 4.5 assembly and a separate specs assembly for .NET4.5 as well.

View Article

Source code checked in, #76686

Added a separate specs project for the .NET 4.5 assembly

View Article
Browsing all 1402 articles
Browse latest View live


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