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

Commented Issue: Add BeNullOrWhiteSpace() & NotBeNullOrWhiteSpace() [11016]

Duplicate the current BeNullOrEmpty() & NotBeNullOrEmpty() but test for NullOrWhiteSpace.Example.string actual = "ABCDEFGHI";actual.Should().NotBeNullOrWhiteSpace() // does not throw...

View Article


Source code checked in, #67875

Added support for asserting that an object can be serialized and deserialized usign the binary formatter without loosing any data.

View Article


Commented Feature: Add Should().BeBinarySerializable() and...

Please add methods to assert that class is Binary serializable and XML serializable.It should serialize / deserialize / compare properties.Comments: Associated with changeset 67875.

View Article

Source code checked in, #67918

Added support for asserting an object can be serialized to and from its XML represnetation, without loosing data. The When() extension on exceptions will display the entire exception if the condition...

View Article

Commented Feature: Add Should().BeBinarySerializable() and...

Please add methods to assert that class is Binary serializable and XML serializable.It should serialize / deserialize / compare properties.Comments: Associated with changeset 67918.

View Article


Source code checked in, #67919

Oops, the Silverlight version didn't compile properly.

View Article

Commented Feature: Add Should().BeBinarySerializable() and...

Please add methods to assert that class is Binary serializable and XML serializable.It should serialize / deserialize / compare properties.Comments: Associated with changeset 67919.

View Article

Source code checked in, #67959

Fixed a breaking change in the property comparison required for asserting the serializability of objects

View Article


Commented Feature: Add Should().BeBinarySerializable() and...

Please add methods to assert that class is Binary serializable and XML serializable.It should serialize / deserialize / compare properties.Comments: Associated with changeset 67959.

View Article


Commented Feature: Add myString.Should().NotContain() and...

Comments: ** Comment from web user: LarsCorneliussen ** +1

View Article

Created Feature: Create assertions for IDictionary [11048]

View Article

Source code checked in, #68174

Corrected the summary description of TimeSpanConversionExtensions.Milliseconds

View Article

Closed Issue: Better readability with extension methods on int [10087]

Include Minutes(), Hours() and Days() extension methods on integers, for better readability of DateTime assertions.For example:public static TimeSpan Minutes(this int source){ return...

View Article


Reopened Issue: Better readability with extension methods on int [10087]

Include Minutes(), Hours() and Days() extension methods on integers, for better readability of DateTime assertions.For example:public static TimeSpan Minutes(this int source){ return...

View Article

Source code checked in, #68178

Fixed a typo

View Article


Closed Feature: Create assertions for IDictionary [11048]

Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount  Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...

View Article

Reopened Feature: Create assertions for IDictionary [11048]

Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount  Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...

View Article


Source code checked in, #68179

Typo fix in spec

View Article

Commented Feature: Create assertions for IDictionary [11048]

Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount  Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...

View Article

Commented Feature: Create assertions for IDictionary [11048]

Assertions to support:- ContainKey- NotContainKey- BeEmpty- NotBeEmpty- HaveCount  Etc....Example:var dictionary = new Dictionary<int, string>() { { 1, "One" }...

View Article
Browsing all 1402 articles
Browse latest View live