Philippe M
0fb2adfe99
Fix performance issues of JMeter Test Plan ( #5979 )
2019-01-20 10:38:14 -08:00
Ali Dehghani
eb7cde988b
JUnit 5 parameterized tests
...
Issue: BAEL-1665
2019-01-18 19:08:13 -07:00
eric-martin
ef0c49beaa
Fixed TestLauncher test name and config property name
2018-12-29 10:32:29 -06:00
amit2103
afe4a98944
[BAEL-10866] - Resolved conflicts
2018-12-22 18:58:28 +05:30
charlesgonzales
b390c744f6
Update README.md
2018-12-20 22:11:11 +08:00
charlesgonzales
ba2619c9e3
Update README.md
2018-12-20 21:17:23 +08:00
amit2103
78735f582b
[BAEL-10866] - Upgrade jackson version in tutorials repository
2018-12-16 23:57:08 +05:30
collaboratewithakash
d78915cdda
Back-links added - Akash ( #5846 )
...
* Back-link formatting issue resolved
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added (please fix the formatting too)
* Back-link added
* Back-link added
* Back-link added
* back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
2018-12-06 18:27:24 +01:00
Dhawal Kapil
4058bfc601
BAEL-9567 Align module names, folder names and artifact id
...
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
smokeyrobot
bb00c37151
Gatling vs JMeter vs The Grinder
...
Issue: BAEL-46
2018-11-22 13:13:14 -07:00
codehunter34
0cd4d76c15
BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing ( #5681 )
...
* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing
* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing
* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing
* Update ReflectionTestUtilsUnitTest.java
2018-11-17 11:52:12 -08:00
Shreyas Mahajan
9604defd6c
BAEL-2201-shreyas-Minor changes to reflect the code used in article.
2018-11-02 14:55:16 +05:30
Shreyas Mahajan
adacecbd75
BAEL-2201-shreyas-Replacing customer written MockitoExtension class with mockito's own
2018-11-02 11:54:23 +05:30
Dhawal Kapil
d4def2ab43
BAEL-9041 fixed formatting
2018-10-31 09:07:59 +05:30
Dhawal Kapil
e37dd4adc4
BAEL-9041 fixed formatting
2018-10-31 09:06:48 +05:30
Dhawal Kapil
9b743a9034
BAEL-9041 Let's add some examples to the rest-assured tutorial
...
-Add new POST with body example
2018-10-31 09:03:56 +05:30
charlesgonzales
fc13924962
Bi-monthly fix (BAEL-9663) ( #5523 )
...
* 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
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
2018-10-23 01:57:41 -07:00
Loredana Crusoveanu
645d4cc8a5
Merge pull request #5404 from eugenp/lor6-patch-11
...
Update FinalList.java
2018-10-19 20:57:06 +03:00
Loredana Crusoveanu
2db4d4091e
modify link
2018-10-14 22:44:56 +03:00
Loredana Crusoveanu
5c0ea4c47d
move tests in junit-5
2018-10-14 22:39:34 +03:00
amit2103
edff9132ee
[BAEL-9635] - Added missing classes
2018-10-14 23:05:11 +05:30
amit2103
b5dcb13c41
[BAEL-9635] - Moved Junit vs TestNg junit code examples to junit-5 module from core-java
2018-10-14 18:13:40 +05:30
Loredana Crusoveanu
b2bea50bc5
Merge pull request #5436 from Doha2012/master
...
fix MockitoJUnitRunner deprecated import
2018-10-13 11:29:33 +03:00
DOHA
ac8742cfff
fix MockitoJUnitRunner deprecated import
2018-10-13 01:47:27 +03:00
Rokon Uddin Ahmed
3c35e25015
BAEL-9344 ( #5435 )
...
* 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
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
2018-10-12 22:22:56 +02:00
DOHA
ee1e3eea89
cucumber parallel features
2018-10-10 20:39:45 +03:00
Loredana Crusoveanu
8bf1a4cdf8
Update FinalList.java
2018-10-08 22:24:39 +03:00
Nik Gorylenko
3ea0d3f8c9
remove duplicate ( #5073 )
2018-09-28 08:15:43 +01:00
rozagerardo
a5acc10bac
[BAEL-1626] testing-modules | A Quick Guide to @TestPropertySource - move to existing submodule ( #5292 )
...
* *added tests using testpropertysource
* fix: using property for version in pom file
* fix, added dependency with compile scope to build successfully on mvn clean install
* * moved testpropertysource tests from spring-context-tests to spring-tests submodule
* deleted submodule created for this article, since it was moved
2018-09-19 07:16:10 -07:00
rozagerardo
31af57528e
[BAEL-1626] testing-modules | A Quick Guide to @TestPropertySource ( #5255 )
...
* *added tests using testpropertysource
* fix: using property for version in pom file
* fix, added dependency with compile scope to build successfully on mvn clean install
2018-09-15 21:46:42 -07:00
Dhawal Kapil
6c40cbbe5d
Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-8899
...
# Conflicts:
# testing-modules/gatling/pom.xml
2018-09-10 22:13:45 +05:30
Dhawal Kapil
9d70db5118
BAEL-8899 Let's upgrade the Gatling versions
...
-Fixed dependency versions
2018-09-10 22:08:34 +05:30
Loredana Crusoveanu
8debae2dd4
Merge pull request #5193 from eugenp/mvndep-plugin-cleanup
...
BAEL-8833: Cleanup the maven-dependency-plugin usage
2018-09-09 22:43:52 +03:00
Loredana Crusoveanu
0469d6f63f
Merge pull request #5201 from eugenp/gatling_sim_prof
...
BAEL-8834: The basic run of the Gatlin module shouldn't run any Gatling scenario
2018-09-08 19:26:31 +03:00
sachin29aug
0db1e5ecd0
BAEL-8834: The basic run of the Gatlin module shouldn't run any Gatling scenario
2018-09-08 10:36:10 -04:00
sachin29aug
2caf645726
BAEL-8833: Cleanup the maven-dependency-plugin usage
2018-09-07 15:58:10 -04:00
Dhawal Kapil
a0caa18ca2
Update pom.xml
2018-09-08 00:10:50 +05:30
Dhawal Kapil
801108b0e1
BAEL-8899 Let's upgrade the Gatling versions
...
-Updated gatling and scala versions to latest
2018-09-08 00:03:05 +05:30
Rokon Uddin Ahmed
fccf56fdc2
BAEL-8287 ( #5180 )
...
* 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
* 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
* 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
* Update README.md
* Update README.md
2018-09-07 13:56:13 +03:00
Dhawal Kapil
550952c995
BAEL-8844 Get rid of all warnings in build start due to incorrect pom configurations
...
- Fixed pom configurations to get rid of startup warnings
2018-09-03 09:45:39 +05:30
Sam Millington
1256735a42
BAEL-2033: Added stream-ordering files ( #5080 )
...
* Added stream-ordering files
* Removed old files
2018-08-27 17:28:44 -06:00
Sam Millington
2639324919
BAEL-2033 Stream Ordering ( #4965 )
2018-08-23 08:49:31 -06:00
daoire
a96eaaeae0
Merge pull request #5022 from eugenp/daoire-patch-4
...
Update README.md
2018-08-21 22:33:55 +01:00
daoire
ab81be2945
Update README.md
2018-08-21 07:10:57 +01:00
daoire
e645f92911
Update README.md
2018-08-21 07:05:05 +01:00
Loredana Crusoveanu
01ff0f039e
Update pom.xml
2018-08-19 14:21:33 +03:00
Loredana Crusoveanu
c7c1201da3
BAEL-8403 update jmockit version
2018-08-19 14:08:34 +03:00
Kartik Singla
9bb33102f9
[BAEL-1858] - How to mock a static method using JMockit ( #4925 )
2018-08-18 07:40:55 +02:00
Dhawal Kapil
6019d03fbf
Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-8143
2018-08-16 14:34:19 +05:30
daoire
924a3dc9cc
Java Faker Tests ( #4922 )
...
* Java Faker Tests
* Rename tests
* Rename Test Class
* Remove files from sub module
2018-08-14 07:25:11 +01:00