java-tutorials/mock-comparisons
Álvaro Fernández González 96182a2bf2 Just setting encoding for module on mock comparison. (#461)
* Add new module for mocks comparison.

* Add sources for testing.

* Changes on testCase.

* Enter some tests for mockito.

* More tests for Mockito.

* Even more tests.

* Add the rest of the mocking libraries.

* Javadoc on test.

* Test bare bones for EasyMock.

* Fist kind of test and setup.

* Add tests using EasyMock with a change on LoginService.

* Create LoginControllerTest.java

* Test setup

* [JMockit] No method called test.

* [JMockit] Two methods called test.

* [JMockit] One method called test.

* [JMockit] Exception mock test

* [JMockit] Mocked object to pass around test.

* [JMockit] Custom matcher test.

* [JMockit] Partial mocking test.

* [JMockit] Fix with IDE.

* Not stubs. Mocks. MOCKS!!!

* Remove unnecesary import.
2016-06-25 17:11:51 +02:00
..
src Refactor mock-comparisons 2016-06-18 20:21:17 +02:00
README.md Add mock-comparisons module (#453) 2016-06-18 19:22:30 +02:00
pom.xml Just setting encoding for module on mock comparison. (#461) 2016-06-25 17:11:51 +02:00

README.md

=========

Mock comparison realated tutorials

Relevant Articles: