tpierrain / NFluent

Smooth your .NET TDD experience with NFluent! NFluent is an ergonomic assertion library which aims to fluent your .NET TDD experience (based on simple Check.That() assertion statements). NFluent aims your tests to be fluent to write (with a super-duper-happy 'dot' auto-completion experience), fluent to read (i.e. as close as possible to plain English expression), but also fluent to troubleshoot, in a less-error-prone way comparing to the classical .NET test frameworks. NFluent is also directly inspired by the awesome Java FEST Fluent assertion/reflection library (http://fest.easytesting.org/)
Apache License 2.0
310 stars 53 forks source link

Date time offset support #303

Closed eOkadas closed 5 years ago

eOkadas commented 5 years ago

related to #225

Added support for dateTimeOffset with EqualTos

Each field including the Offset TimeSpan have to be identical

included a MatchSameUtcInstant set of methods

The check is done on the Utc time of the datetimeOffset.

eOkadas commented 5 years ago

I rebased my code on the latest master branch. I was behind by 25 commits.

eOkadas commented 5 years ago

I have a failing test with the CI script

 1) Failed : NFluent.Tests.ConsideringShould.GenerateHashCode

  The checked value is different from the expected one.
  The checked value:
        [62476613]
  The expected value:
        [39449526]

But #fingers crossed# I don't think it was caused by my work.

dupdob commented 5 years ago

No This is not your fault I need to fix this Morning accident I need to understand why there is a difference in Hashcode generation between net versions

Envoyé de mon iPhone

Le 4 juil. 2019 à 11:04, Etienne Delattre notifications@github.com a écrit :

I have a failing test with the CI script

1) Failed : NFluent.Tests.ConsideringShould.GenerateHashCode

The checked value is different from the expected one. The checked value: [62476613] The expected value: [39449526] But #fingers crossed# I don't think it was caused by my work.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.