5 Commits

Author SHA1 Message Date
Grzegorz Piwowarek
4d3e730637 BAEL-1181 manual (#3104)
* Move data.sql - schema.sql

* Implement NameAscendingOrderOfExecutionTest

* Implement DefaultOrderOfExecutionTest

* Implement JVMOrderOfExecutionTest
2017-11-22 23:07:51 +01:00
Doha2012
7d41efdab1 group testing modules (#2914)
* 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

* cleanup
2017-11-13 08:06:06 +01: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
Marcos Lopez Gonzalez
9414864a46 @RunWith in JUnit5 (#2935)
* @RunWith in JUnit5

* Greetings class moved to com.baeldung.junit5 package
2017-11-02 22:42:33 +01:00
Hany Ahmed
26f38c1b69 JUnit5 with Mockito using @ExtendWith (#2770)
* JUnit5 with Mockito using @ExtendWith

* rename method:
givenUserWithExistingName_whenSaveUser_thenGiveUsernameAlreadyExistsError

rename this class according to the standard -- UserServiceUnitTest.java
2017-10-27 21:48:33 -05:00