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 ArticleSource 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 ArticleCommented 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 ArticleSource 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 ArticleCommented 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 ArticleCommented 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 ArticleSource code checked in, #67959
Fixed a breaking change in the property comparison required for asserting the serializability of objects
View ArticleCommented 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 ArticleCommented Feature: Add myString.Should().NotContain() and...
Comments: ** Comment from web user: LarsCorneliussen ** +1
View ArticleSource code checked in, #68174
Corrected the summary description of TimeSpanConversionExtensions.Milliseconds
View ArticleClosed 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 ArticleReopened 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 ArticleClosed 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 ArticleReopened 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 ArticleCommented 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 ArticleCommented 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