Commit Graph

39 Commits

Author SHA1 Message Date
Álvaro Fernández González 52911fede4 Remove module and try-catch (#701)
* 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.

* Use correct encoding. Was having problems with buildings.

* Remove failing module.

* Create new module mocks and move mock-comparisons there.

* Add jmockit module.

* Add model class.

* Add collaborator class.

* Add performer class.

* Add performer test.

* Fix

* Add interface for tests.

* Test for any.

* Test for with.

* Test for null.

* Test for times.

* Test for arg that.

* Test for result and returns.

* Test for delegate.

* Add verifications to any tests.

* Add verifications to with test.

* Add verification examples to methods using null.

* Add verifications to methods using times.

* Formatting.

* Compress tests and fix one test.

* Adding new article to readme.

* [BAEL-178] Add collaborator for advanced article.

* [BAEL-178] Add link to readme.

* [BAEL-178] Add test for mockUp.

* [BAEL-178] Add test for invoke method.

* [BAEL-178] Add constructors and tests for mockup for constructors.

* [BAEL-178] Add private fields and more test for deencapsulation.

* [BAEL-178] Add inner class and test for instantiating inner classes.

* [BAEL-178] Multimocks.

* [BAEL-178] Add test for expectation reusing.

* [BAEL-178] Move test class to tests folders.

* Add postgresql dependency.

* Add test and config with properties.

* [BAEL-114] Add new project for JPA with JNDI.

* [BAEL-114] Config without xml.

* [BAEL-114] Bring part of Foo, FooServie and FooDao.

* [BAEL-114] Show all foos.

* [BAEL-114] Readme.

* [BAEL-114] Undo changes on main jpa project.

* [BAEL-114] Remove unnecesary dependencies.

* [BAEL-114] Add tomcat config.

* [BAEL-114] Fixes.

* Add tests for Optional streams.

* Add Java 9 version of the test.

* Rename and move to new core-java-9 module.

* Move contents from spring-jpa-jndi to spring-jpa and make necessary changes.

* Do not use try-catch on configuration.
2016-09-26 14:01:52 +02:00
DOHA b62b5a37ab add possession relationship 2016-09-05 19:48:10 +02:00
bdragan 8a03456386 Hibernate second-level cache. 2016-08-08 13:49:03 +02:00
eugenp 8506171908 removing unused file 2016-02-06 21:09:04 +02:00
eugenp 95e2d063f4 general formatting work 2016-01-30 12:01:41 +02:00
eugenp 416302f950 maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
eugenp 5dcca02c96 formatting work 2015-07-23 17:13:49 +03:00
eugenp a1e7be16b8 formatting cleanup 2015-07-23 16:54:23 +03:00
eugenp 7b531f0ce6 cleanup work 2015-01-31 20:57:57 +02:00
DOHA 3cc4fb96c1 fix jpa multiple db 2015-01-31 19:19:29 +02:00
DOHA 15be913bdf jpa multiple databases 2015-01-28 22:14:56 +02:00
DOHA 1b7b58052b spring query clean up 2015-01-27 19:02:41 +02:00
DOHA 88bd851199 add spring jpa specifications test 2015-01-18 13:25:52 +02:00
DOHA cef741bdff JPA Criteria test 2015-01-13 21:10:55 +02:00
eugenp 1e36d212d1 spring updates 2014-09-15 14:26:17 +03:00
eugenp c1de3ea8a3 making non-deployable projects jar type 2014-08-06 20:48:05 +03:00
eugenp f0b106ab60 persistence cleanup work 2014-06-03 19:58:42 +02:00
eugenp c970f3261e formatting work 2014-05-16 22:40:53 +03:00
egmp777 79f00d975f Compiled in Eclipse and synched 2014-05-10 15:37:49 -05:00
egmp777 942b186e60 Hibernate/JPA Sorting Repo Compiled in Eclipse 2014-05-10 15:13:30 -05:00
eugenp a5c1d774ec initial compilation fixes 2014-05-10 15:33:07 +03:00
egmp777 08aa91739e Synched with Local 2014-05-09 18:05:11 -05:00
egmp777 82ccad7146 Update Bar.java 2014-05-09 15:51:04 -05:00
eugenp a4f71ef281 testing fixes 2014-05-06 00:39:49 +03:00
eugenp a086b8ff7f JPA pagination examples 2014-04-08 01:25:24 +02:00
Fábio a2a052eebc Update web.xml with new package of config files 2014-04-03 15:22:09 -03:00
eugenp ebb75abf66 maven upgrades, new way of configuring properties for persistence 2014-03-26 12:34:22 +02:00
eugenp 29f02a2a8b persistence cleanup 2014-01-25 15:28:38 +02:00
eugenp fcf3e693f5 upgrading all xsds to spring 4 2013-12-31 19:12:12 +02:00
eugenp 5e462746e2 minor fix for spring config 2013-12-22 00:41:51 +02:00
eugenp 757843907d maven upgrade to spring 3.2 2013-12-18 14:52:47 +02:00
eugenp a746480326 dao work 2013-06-01 00:40:51 +03:00
eugenp 5fc81e081e xml configuration working as well 2013-05-31 23:57:15 +03:00
eugenp 9d86ea24a0 general cleanup 2013-05-31 23:39:09 +03:00
eugenp 829521b212 jpa work 2013-05-31 23:15:06 +03:00
eugenp 210be2e573 jpa work 2013-05-31 23:13:16 +03:00
eugenp 71a230ef91 jpa work 2013-05-18 15:54:43 +03:00
eugenp dbd5616f5a jpa work 2013-05-18 13:18:34 +03:00
eugenp 676bc5d160 new spring jpa tutorial 2013-05-18 13:08:43 +03:00