Commit Graph

2486 Commits

Author SHA1 Message Date
eugenp 152d9b38de minor formatting work 2016-07-26 11:34:56 +03:00
Grzegorz Piwowarek bf78a04b68 Refactor Velocity example 2016-07-26 09:22:36 +03:00
Raquel Garrido 09d6e1852f Fix last PR (#533)
* Test Model Content

* Test get

* test get

* Modified mvc-velocity to java based configuration

* Added failOnMissingWebXml to false

* Fix config error

* fix tests

* no message

* Revert "fix tests"

This reverts commit f2b39424cf718d274d7dc82a4e5fc89e703b8aaf.

* Fix PR
2016-07-26 08:04:19 +02:00
Alex Theedom cd2a749cd4 Minor changes following review 2016-07-26 00:33:16 +01:00
Alex Theedom 5a172a792a Add simplest hello world examples 2016-07-25 20:30:05 +01:00
Alex Theedom 8881fdcaf4 Merge remote-tracking branch 'origin/master' 2016-07-25 19:45:52 +01:00
Alex Theedom ebe8703295 Add hello world examples 2016-07-25 19:45:16 +01:00
Eugen 0c1aeb4639 Merge pull request #531 from nguyennamthai/cxf-spring
Downgrades cargo and changes jetty to tomcat for cxf-spring
2016-07-25 15:05:52 +02:00
Slavisa Baeldung 45f0774c83 Merge remote-tracking branch 'origin/master'
Conflicts:
	pom.xml
2016-07-25 14:33:17 +02:00
Slavisa Baeldung 7cbf987463 Merge branch 'pr/528-hamza' 2016-07-25 14:31:51 +02:00
Slavisa Baeldung daa3a5d944 BAEL-14 - renaming test, merging to json module, fixing failing tests inside the json module 2016-07-25 14:31:25 +02:00
DOHA cc8632120c using StdDeserializer 2016-07-25 13:54:30 +02:00
DOHA d848933f20 using StdSerializer 2016-07-25 13:54:30 +02:00
Thai Nguyen 9da4eba141 Downgrade cargo and change jetty to tomcat 2016-07-25 15:52:54 +07:00
Grzegorz Piwowarek e4f8fc5c8a Refactor ITutorialsService 2016-07-24 21:14:08 +03:00
eugenp c551e43444 renaming module 2016-07-24 18:42:08 +03:00
eugenp 32f0e2ed5d minor cleanup work 2016-07-24 18:37:52 +03:00
Eugen fbad155970 Merge pull request #512 from nguyennamthai/cxf-spring
cxf-spring refactoring
2016-07-24 17:31:48 +02:00
GuenHamza 2c6f98ff02 Update Person.java
Change methods order
2016-07-24 15:51:24 +01:00
GuenHamza bacb7be6c2 Create README.md 2016-07-24 15:50:01 +01:00
GuenHamza b4d98aa751 add fast-json module to parent pom.xml 2016-07-24 15:48:07 +01:00
GuenHamza 0a2e672be1 Add fast-json module 2016-07-24 15:47:04 +01:00
eugenp dd99e54f3b renaming a module 2016-07-24 17:28:41 +03:00
eugenp f79715e6b2 minor cleanup 2016-07-24 13:01:24 +03:00
eugenp 5bd5c8ebed Merge branch 'master' of https://github.com/eugenp/tutorials 2016-07-24 12:54:03 +03:00
eugenp 551ee2017c fixes for the build 2016-07-24 12:53:50 +03:00
Alex Theedom 0d1476cac4 Merge pull request #523 from egimaben/master
added xmlunit 2.x tutorial project
2016-07-24 10:20:39 +01:00
Alex Theedom 3750d01606 Merge remote-tracking branch 'origin/master' 2016-07-24 10:19:14 +01:00
Alex Theedom 1fa1b166ca Change test method name to conform to required format 2016-07-24 10:18:56 +01:00
eugenp 6ee0667990 pom fix 2016-07-24 12:15:22 +03:00
Eugen 172af88543 Merge pull request #525 from eugenp/missing-modules
Add missing modules
2016-07-24 10:52:42 +02:00
Grzegorz Piwowarek 94be709386 Change package name 2016-07-24 10:11:46 +03:00
Grzegorz Piwowarek c8110b62cd Merge branch 'master' into missing-modules 2016-07-23 16:39:06 +03:00
Grzegorz Piwowarek 000ff26017 Add missing modules 2016-07-23 16:36:43 +03:00
Grzegorz Piwowarek a6ef10a925 Add missing modules and clean up 2016-07-23 11:36:05 +03:00
egimaben 1e14ac7028 added xmlunit 2.x tutorial project 2016-07-22 22:14:48 +03:00
Álvaro Fernández González deaf809ec7 Adding new article to readme after article going live (#522)
* 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.
2016-07-22 11:16:50 +03:00
Thai Nguyen 864839a841 Changes the name of the SpringBus bean 2016-07-21 09:20:48 +07:00
Alex Theedom 4bc3153fc0 Config changes to log4j and a minor code change 2016-07-20 23:36:12 +01:00
Alex Theedom 532d4ad8b4 Merge pull request #521 from egimaben/master
fixed failing test
2016-07-20 23:20:20 +01:00
egimaben b5ce0e9ba0 fixed failing test 2016-07-21 00:20:44 +03:00
Alex Theedom 363c543e7a Merge pull request #519 from egimaben/master
fixed merge conflicts
2016-07-20 18:23:12 +01:00
maibin 042878628f Expression-Based Access Control (#517)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions
2016-07-20 19:17:38 +03:00
Grzegorz Piwowarek 34414b2a43 Refactor JMockit examples 2016-07-20 19:17:08 +03:00
Álvaro Fernández González b9c412689d Fix on the test and compression to match article (#520)
* 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.
2016-07-20 15:31:51 +03:00
egimaben e580d248df fixed merge conflicts 2016-07-20 10:45:38 +03:00
egimaben ff2cffa1f0 merged my master with upstream/eugenp master 2016-07-20 10:29:19 +03:00
Álvaro Fernández González 11241eabc0 Changes to code to add verifications (#518)
* 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.
2016-07-20 10:21:45 +03:00
Grzegorz Piwowarek 2f8dc9d081 Add additional expectations 2016-07-20 07:59:33 +03:00
Raquel Garrido f4348cac35 Test content (#515)
* Test Model Content

* Test get

* test get
2016-07-20 07:39:09 +03:00