Commit Graph

64 Commits

Author SHA1 Message Date
Loredana Crusoveanu 7140229ca0
Merge pull request #4026 from Doha2012/master
easymock argument matchers
2018-04-17 20:53:57 +03:00
DOHA 845db90349 easymock argument matchers 2018-04-16 15:14:06 +02:00
Tom Hombergs c1a6b5b553 added article link (#4021) 2018-04-16 08:24:00 +02:00
Tom Hombergs b073255b2e
Merge pull request #3976 from asturcon/beforeAfterAnnotationsJunit
BAEL-1662 Before after annotations junit
2018-04-15 20:17:23 +02:00
Loredana Crusoveanu 69886ac326
Update README.md 2018-04-15 10:36:06 +03:00
Loredana Crusoveanu f243517852
Update README.md 2018-04-14 23:24:42 +03:00
amit2103 0466d4613d Added parent module on poms that have no parent defined (#3997)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module
2018-04-14 10:00:05 +02:00
Rokon Uddin Ahmed 5da2ea995c 08.04.2018 (#3954)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md
2018-04-11 07:33:18 +02:00
Marcos Lopez Gonzalez 6b0a022167 Merge branch 'masterupstream' into beforeAfterAnnotationsJunit 2018-04-10 22:17:26 +02:00
Marcos Lopez Gonzalez b1e230de41 arrayList * shorter tests names 2018-04-10 22:16:50 +02:00
Grzegorz Piwowarek edc1cc159f
Build fix (#3972)
* Fixed a unit test and commented others to fix the build failures

* Rename test
2018-04-10 08:48:29 +02:00
Loredana Crusoveanu a7d878ca75
Merge pull request #3951 from bahti/BAEL-1663
asserting exceptions in junit4 and junit5 code sample added
2018-04-09 10:15:59 +03:00
bahti e045189ab7 asserting exceptions in junit4 and junit5 code sample added 2018-04-08 13:03:40 +03:00
Marcos Lopez Gonzalez 74e66a8ba9 Merge branch 'masterupstream' into beforeAfterAnnotationsJunit 2018-04-06 19:26:40 +02:00
Marcos Lopez Gonzalez 311684bc57 Before and after Junit annotations 2018-04-06 19:26:26 +02:00
aietcn ca53793bb0 update BAEL-1565 test method names (#3943) 2018-04-06 17:19:15 +02:00
Magdalena Krause 2e1949b898 BAEL-1579: Renaming custom matcher and handling corner case. (#3928) 2018-04-03 14:41:09 -07:00
Magdalena Krause 6549e41afa BAEL-1579: Hamcrest custom matchers. (#3905)
* BAEL-1579: Hamcrest custom matchers.

* BAEL-1589: Removing hamcrest dependency test scope.
2018-03-29 13:58:19 -07:00
aietcn 8855a45ddf BAEL-1565 (#3869)
* BAEL-1565

* move BAEL-1565 code to testing-modules/mocks/mock-comparisons
2018-03-24 18:36:23 +01:00
Loredana Crusoveanu 76016ec036
Update README.md 2018-03-18 20:27:18 +02:00
Magdalena Krause b508689815 BAEL-1578: Hamcrest Object and Beans matchers. (#3820) 2018-03-15 15:42:11 -07:00
Carlo Corti 510ad19f90 BAEL-1588 Junit assertions (#3810)
* Added JUnit Assertions code

* Fix method spelling

* Fix wrong assertion
2018-03-13 22:34:40 +01:00
DOHA 8bc65bb3dd Merge remote-tracking branch 'eugenp/master' 2018-03-11 13:04:05 +02:00
Magdalena Krause bce01cfff5 Bael 1580 2 (#3787)
* BAEL-1580: Changing hamcrest dependency.

* BAEL-1580: Adding test scope.

* BAEL-1580: Adding comparesEqualTo and notANumber matchers.
2018-03-10 16:51:37 +01:00
Tom Hombergs 20ac5ea8ee
Merge pull request #3650 from eugenp/thombergs-patch-4
added article link
2018-03-09 00:18:46 +01:00
DOHA 89e273620b Merge remote-tracking branch 'eugenp/master' 2018-03-07 14:59:27 +02:00
DOHA 201092c263 advanced rest assured 2018-03-07 14:59:06 +02:00
Magdalena Krause 1bb98e491d BAEL-1580: Hamcrest number matchers. (#3749)
* BAEL-1580: Hamcrest number matchers.

* BAEL-1580: Moving hamcrest test to module mockito.
2018-03-06 16:46:35 +01:00
DOHA a674acacb9 move hamcrest text and file matchers 2018-03-05 17:17:25 +02:00
Dassi orleando 6da6722ec4 BAEL-1587: JUnit 5 Upgrade (#3695)
* BAEL-1216: improve tests

* BAEL-1448: Update Spring 5 articles to use the release version

* Setting up the Maven Wrapper on a maven project

* Add Maven Wrapper on spring-boot module

* simple add

* BAEL-976: Update spring version

* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)

* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple

* BAEL-1285: Update Jackson articles

* BAEL-1273: implement both MVC and Rest approach to serve RSS content

* RSS(XML & Json) with a custom model

* BAEL-1273: remove a resource

* BAEL-1519: Guide to scribejava

* BAEL-1273: improve xml representation

* Fix pom

* BAEL-1587: JUnit 5 upgrade
2018-02-18 23:35:21 -08:00
Tom Hombergs dc6c89efbe
added article link 2018-02-12 20:12:51 +01:00
Orry 9cc582e66a BAEL-1517: Editor Review Changes (#3635)
* Add XML, JavaConfig and Autowired examples.

* BAEL-1517: Added Java7 style assertions

* BAEL-1517: Upgrade AssertJ to 3.9.0;
add Java 8 style assertion tests

* Revert "Add XML, JavaConfig and Autowired examples."

This reverts commit 8f4df6b903.

* BAEL-1517: Editor Review changes

* BAEL-1517: Formatting...
2018-02-11 08:40:56 -08:00
Orry 5a34de448e AssertJ Exception Assertions (#3600)
* Add XML, JavaConfig and Autowired examples.

* BAEL-1517: Added Java7 style assertions

* BAEL-1517: Upgrade AssertJ to 3.9.0;
add Java 8 style assertion tests

* Revert "Add XML, JavaConfig and Autowired examples."

This reverts commit 8f4df6b903.
2018-02-06 11:47:26 -08:00
Tom Hombergs 43d0f4c15c
added link to article 2018-02-05 20:10:44 +01:00
Tom Hombergs 18f77c0f37
Merge pull request #3562 from nguyennamthai/BAEL-1516
Initial commit for BAEL-1516
2018-02-04 19:45:01 +01:00
Tom Hombergs fa906a2b59 removed Car class 2018-02-02 21:01:22 +01:00
Nam Thai Nguyen c057808c6e Modifies error messages 2018-02-02 11:59:17 +07:00
Nam Thai Nguyen 63b8aa334f Refactor BAEL-1515 2018-02-01 11:00:51 +07:00
Nam Thai Nguyen 6e23e8f4fd Initial commit for BAEL-1516 2018-02-01 03:16:53 +07:00
Nam Thai Nguyen 5f87ceb1ff Relocate custom assertion classes 2018-01-31 18:34:09 +07:00
Nam Thai Nguyen 950434a873 Fix the scope of AssertJ core 2018-01-31 16:46:19 +07:00
Nam Thai Nguyen eb99ad5753 Initial commit for BAEL-1515 2018-01-31 16:32:21 +07:00
Rokon Uddin Ahmed c3e8ba4a70 Pull request 17.01 (#3442)
* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md
2018-01-17 21:53:17 +01:00
Doha2012 962dfd228f make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
KevinGilmore 620abb2753
1278 and 1326 README (#3308)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1328: Updated README

* BAEL-1371: Update README.md

* BAEL-1371: Update README.md

* BAEL-1278: Update README

* BAEL-1326: Update README
2017-12-27 20:58:28 -06:00
Shouvik Bhattacharya d14cc42306 BAEL-1438: TreeMap vs HashMap (#3265)
* BAEL-1438: Final code.

* BAEL-1438: Temporary commit.

* BAEL-1438: New Changes.

* BAEL-1438: New test case to support Java 8 features.
2017-12-21 08:44:27 -08:00
KevinGilmore 057b41029a
Update README (#3272)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README
2017-12-19 22:46:36 -06:00
Rokon Uddin Ahmed b59226a68c 12.12 (#3219)
* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.MD

* Create README.md

* Update readme.md

* Update README.md

* Update README.md

* Update README.md
2017-12-12 07:32:35 +01:00
Hany Ahmed 339cf6a7d0 BAEL-1278 (#3214)
* BAEL-1278

* Rename methods names
2017-12-11 22:39:39 -06:00
Donato Rimenti 1a7e85ceed BAEL-1196: jUnit @Test Annotation (#3184)
* BAEL-1196: jUnit @Test Annotation

* Fixed tests names as suggested.

* Reduced visibility on test methods.
2017-12-06 21:41:29 -06:00