MockitoJava (@mockitojava) 's Twitter Profile
MockitoJava

@mockitojava

Tasty mocking framework for unit tests in Java mockito.org

ID: 751407282299240449

calendar_today08-07-2016 13:27:11

260 Tweet

3,3K Followers

6 Following

EFF (@eff) 's Twitter Profile Photo

BREAKING: ICANN has voted to REJECT the sale of the .ORG registry to private equity firm Ethos Capital. This is a major victory for the millions of nonprofits, civil society organizations, and individuals who make .ORG their home online. #SaveDotOrg icann.org/news/blog/ican…

BREAKING: ICANN has voted to REJECT the sale of the .ORG registry to private equity firm Ethos Capital. This is a major victory for the millions of nonprofits, civil society organizations, and individuals who make .ORG their home online. #SaveDotOrg icann.org/news/blog/ican…
Graeme Rocher (@graemerocher) 's Twitter Profile Photo

Looking foreward to leading Oracle’s contributions to The Micronaut Framework and working closely with the GraalVM and Project Helidon teams Micronaut’s unique compilation time approach has driven industry change in framework design and I cant wait to continuing that work at @oracle

Oliver Libutzki (@oliverlibutzki) 's Twitter Profile Photo

With static mocks you can ensure that the current DateTime is used by your code. In my opinion use cases for static mocking are rare, but this is an example which shows that it can help you a lot in certain situations. Thanks MockitoJava and @rafaelcodes

With static mocks you can ensure that the current DateTime is used by your code.

In my opinion use cases for static mocking are rare, but this is an example which shows that it can help you a lot in certain situations.

Thanks
<a href="/MockitoJava/">MockitoJava</a> and @rafaelcodes
Tim van der Lippe (@timvdlippe) 's Twitter Profile Photo

This is my number one question for the Java ecosystem: how does a (popular) library support modern Java (8+) while not breaking Android support? We have hit this numerous times with Mockito, but surely we cant be the only ones?

MockitoJava (@mockitojava) 's Twitter Profile Photo

For our Android users, we just published version 3.5.2 to Maven Central which should fix the issue with your build (which broke with 3.5.0). Please upgrade and let us know if there are any other issues.

Tim van der Lippe (@timvdlippe) 's Twitter Profile Photo

Mockito is open source and looking for developers working in the Android ecosystem who can help us out with a solution: github.com/mockito/mockit…

MockitoJava (@mockitojava) 's Twitter Profile Photo

Please be aware of future JDK releases that can break your test if you are using `mockito-core`. Mockito is ready for the future with the `mockito-inline` artifact, which enables the future-proof inline mockmaker. We recommend switching the artifact if you run into these issues.

Johan Janssen (@johanjanssen42) 's Twitter Profile Photo

The power of opensource: I've built a project on #java 17 and one mock failed. Submitted the bug github.com/mockito/mockit… and @rafaelcodes already fixed it (thanks!), long before Java 17 is officially released. So we're already paving the road for a smooth transition to Java 17.

MockitoJava (@mockitojava) 's Twitter Profile Photo

Are you an Android developer who uses Mockito? To avoid regressions for our Android users, we are looking to add a small regression test suite (our 3.11.x releases had several issues). If you would like to contribute to open source, the place to start is github.com/mockito/mockit…

MockitoJava (@mockitojava) 's Twitter Profile Photo

We have just published Mockito 4.0.0 to Maven Central! The 4.0.0 release removes all previously deprecated APIs. There are no other breaking changes or otherwise functional changes compared to Mockito 3.12.4 For an overview of now removed APIs, please see github.com/mockito/mockit…

MockitoJava (@mockitojava) 's Twitter Profile Photo

Mockito 4.1.0 ships a new major feature: `@DoNotMock`. You can now mark classes/interfaces with @org.mockito.DoNotMock to disallow mocking with Mockito. For more information, see our documentation: javadoc.io/doc/org.mockit…

MockitoJava (@mockitojava) 's Twitter Profile Photo

It's a tough time to focus on tech. We, the Mockito team, stand with Ukraine. If you can help, please do! helpukrainewin.org

Tim van der Lippe (@timvdlippe) 's Twitter Profile Photo

Currently, all PRs to MockitoJava are blocked because of a Java 8 build issue. Are you looking to contribute to an open source project? I would be delighted to help you out. Some instructions and options are listed here: github.com/mockito/mockit…