26 Commits

Author SHA1 Message Date
Priyesh Mashelkar
1d0596f23c BAEL-3300 The Spring TestExecutionListener (#7933)
* Added module for article

* Update pom.xml

* Delete pom.xml

* Update and rename ForecastProcessorTest.java to ForecastProcessorUnitTest.java

* Updated code as per review comments

* Delete .gitignore

* Update pom.xml

* BAEL-2904 Moved files

* BAEL-2904 Deleted files from previous project

* BAEL-2904 Moved classes for method reference article

* Update pom.xml

* BAEL-2904 Updated README.md

* First draft

* BAEL-3300 Added more tests

* BAEL-3300 Removed unused imports

* BAEL-3300 Run dos2unix on README.md
2019-10-07 05:42:45 +02:00
Eric Martin
4d510c9b7d
Merge pull request #7857 from at508/master
[BAEL-2998] - Adding example for @DirtiesContext
2019-10-03 21:27:43 -05:00
at508
4881c701fd [BAEL-2998] - ordering and renaming tests for @DirtiesContext example 2019-09-29 23:39:09 -04:00
at508
e25f50fa1b [BAEL-2998] - rearranging test order 2019-09-26 22:58:21 -04:00
at508
bb71b1ec07 [BAEL-2998] - Updating unit test name to match convention 2019-09-23 07:04:22 -04:00
at508
cc827908e0 [BAEL-2998] - Adding example for @DirtiesContext 2019-09-22 22:46:13 -04:00
Sjmillington
ce9ea390ba renamed back to testing-modules, pulled together testing-modules-2 modules into single module 2019-09-04 18:03:26 +01:00
Sjmillington
ff871516ee [BAEL-16669] moved testing-modules/testing modules into relevant folders 2019-08-31 11:38:35 +01:00
johnA1331
0308c283a6
Update README.md 2019-08-02 22:08:16 +08:00
amit2103
f4a0913e79 [BAEL-15942] - POM Properties Cleanup 2019-07-14 18:40:26 +05:30
Loredana Crusoveanu
ac63ae28ab
Merge pull request #7258 from amit2103/BAEL-15321
[BAEL-15321] - Extracted versions into properties
2019-07-07 17:01:45 +03:00
Loredana Crusoveanu
3d5931b0ab
Merge branch 'master' into master 2019-07-06 23:27:06 +03:00
amit2103
73ea42d0ae [BAEL-15321] - Extracted versions into properties 2019-07-07 01:08:17 +05:30
collaboratewithakash
524e50f5de
Back-link added 2019-07-03 11:17:10 +05:30
Lukasz Rys
2f7638fd37 [ BAEL-2515 ]: Move override tutorial classes to spring-testing module (#7232) 2019-07-02 13:08:35 +02:00
Chirag Dewan
567fe3151c BAEL2941: Using JUnit SpringJUnit4ClassRunner with Parametrized 2019-05-18 19:20:02 +05:30
KevinGilmore
09e7e61901
BAEL-2490 BAEL-2471 BAEL-2738 BAEL-2583 update README.md (#6457)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article
2019-03-03 09:19:12 -06:00
Juan Moreno
f50fc2a9fd Move src to spring-testing module (#6375) 2019-02-20 21:50:34 -06:00
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
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
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
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
amit2103
d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Tom Hombergs
62acfaea44
added link 2018-07-25 22:43:03 +02:00
priyeshmashelkar
76a4a86ab2 BAEL-1907 Corrected formatting 2018-07-20 11:57:31 +01:00
priyeshmashelkar
225cf6d2f4 BAEL-1907 Created new module spring-testing 2018-07-20 10:45:03 +01:00