npathai / hamcrest-optional

Matchers for JDK 8 Optional
MIT License
42 stars 3 forks source link

Tests failing #25

Closed leozilla closed 6 years ago

leozilla commented 7 years ago

6 of 10 tests are failing after cloning the repo und running mvn install

Shouldnt you add the following to your junit test class when checking for AssertionError?

 @Before
   public void setup()
   {
      this.exception.handleAssertionErrors();
   }

mvn_clean_install_log.txt

npathai commented 7 years ago

Thanks @leozilla for raising this issue. I will look into this shortly.

npathai commented 7 years ago

@leozilla I appologize that I couldn't take time out. Have you figured out the problem yet. I am planning to pick it up this week. If you have figured the problem out feel free to raise a PR.

npathai commented 7 years ago

@leozilla They seem to work perfectly fine. Can you check again?