Jon Cook
9838dca33a
BAEL-2512 - Add a new section in Mockito Spy article
2019-03-03 15:18:14 +01:00
Jon Cook
86b51e4157
BAEL-2512 - Add a new section in Mockito Spy article
2019-03-03 08:45:45 +01:00
Jon Cook
4826f19d00
BAEL-2512 - Add a new section in Mockito Spy article
2019-03-02 22:50:04 +01:00
Jonathan Paul Cook
d62fd333b0
BAEL-2512 - Add a new section in Mockito Spy article
2019-02-28 17:09:00 +01:00
Loredana Crusoveanu
645d4cc8a5
Merge pull request #5404 from eugenp/lor6-patch-11
...
Update FinalList.java
2018-10-19 20:57:06 +03:00
DOHA
ac8742cfff
fix MockitoJUnitRunner deprecated import
2018-10-13 01:47:27 +03:00
Loredana Crusoveanu
8bf1a4cdf8
Update FinalList.java
2018-10-08 22:24:39 +03:00
Tom Hombergs
a9e4ebff6d
Merge pull request #4769 from priyeshmashelkar/master
...
BAEL-1907 Created new module spring-testing for article
2018-07-22 20:40:24 +02:00
priyeshmashelkar
225cf6d2f4
BAEL-1907 Created new module spring-testing
2018-07-20 10:45:03 +01:00
Tom Hombergs
ac245f16e0
Merge pull request #4738 from priyeshmashelkar/master
...
BAEL-1907 Renamed test methods to follow BDD style
2018-07-18 20:18:50 +02:00
priyeshmashelkar
4b46635ac7
Renamed test methods to use BDD style
2018-07-17 10:52:19 +01:00
priyeshmashelkar
0522b91f3d
Renamed test methods as per naming convention
2018-07-12 12:11:00 +01:00
Tom Hombergs
cab2e3593d
Merge pull request #4682 from priyeshmashelkar/master
...
BAEL-1907 Moved code from spring-boot to testing-modules/mockito
2018-07-11 21:00:19 +02:00
Priyesh Mashelkar
a3f6ad6d88
Renamed unit test
2018-07-11 00:01:38 +01:00
priyeshmashelkar
178aa88296
Moved code from spring-boot to testing-modules/mockito
2018-07-06 12:46:26 +01:00
Jonathan Cook
0242d74b93
BAEL-1863 - Calling Callbacks with Mockito ( #4531 )
...
* BAEL-1849 - Convert from String to Date in Java
* BAEL-1863 - Calling Callbacks with Mockito
2018-06-23 08:11:52 -07:00
Amit Pandey
a54c9e0c9e
Bael 4461 2 ( #4444 )
...
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* [BAEL-4462] - Fixed integration tests
* Fix verification times
2018-06-11 10:18:30 +02:00
Amit Pandey
7206e64bef
Bael 6556 3 ( #4382 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
* [BAEL-6556] - Next set of renames of testcases
2018-06-01 13:12:51 +02:00
Harsh Jain
388a2891b3
BAEL-1577 : moved hamcrest Core Matchers code samples to testing sub-modules from guava ( #4245 )
2018-05-13 16:13:47 -07: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
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
Magdalena Krause
b508689815
BAEL-1578: Hamcrest Object and Beans matchers. ( #3820 )
2018-03-15 15:42:11 -07: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
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
José Carlos Valero Sánchez
ab40539043
Merge pull request #3089 from Namozag/bddmockito
...
BAEL-1184
2017-12-03 12:43:23 +00:00
Hany.Ahmed
449c107ef2
BAEL-1184
...
Quick Guide to BDDMockito
2017-11-20 21:46:29 +02:00
Eric Goebelbecker
e2202f0285
BAEL-1182 - mocking final classes and methods with Mockito ( #3083 )
2017-11-19 11:47:03 -08:00
Grzegorz Piwowarek
776a01429e
Group testing modules ( #3014 )
...
* move security content from spring-security-rest-full
* swagger update
* move query language to new module
* rename spring-security-rest-full to spring-rest-full
* group persistence modules
* group testing modules
* try fix conflict
2017-11-12 11:16:46 +01:00