Commit Graph

13 Commits

Author SHA1 Message Date
Mateusz Szablak
1a1dbf9e41 BAEL-6283 Creating a Test Suite with JUnit (#13873) 2023-04-25 18:38:24 +05:30
Kai Yuan
47e3b7967a [x-asserts-in-one] Single Assert Call for Multiple Properties in JUnit5 (#13413) 2023-02-04 10:19:19 -06:00
Abhinav Pandey
a777380502 BAEL-5846 - Testing methods that call System.exit (#12952)
* BAEL-5846 - Testing methods that call System.exit

* BAEL-5846 - Testing methods that call System.exit - JMockit implementation

* BAEL-5846 - Testing methods that call System.exit - Changing test case names

* BAEL-5846 - Testing methods that call System.exit - changing test names

* BAEL-5777 - Mocking a singleton with Mockito - review incorporation
2022-11-06 15:39:05 +05:30
Yashasvii
4d818c4eb1 BAEL-5208: Get the name of the currently executing test in JUnit (#11462)
* Hexagonal Architecture in Java

* Refactor Hexagonal Architecture in Java

* Refactor Hexagonal Architecture in Java

* BAEL-5163: HashMap - keySet vs entrySet vs values methods

* BAEL-5163: HashMap - keySet vs entrySet vs values methods

* Revert "Hexagonal Architecture in Java"

This reverts commit 1add21c1

* BAEL-5163: HashMap - keySet vs entrySet vs values methods

* BAEL-5163: HashMap - keySet vs entrySet vs values methods"

* BAEL-5208: Get the name of the currently executing test in JUnit

* BAEL-5208: Get the name of the currently executing test in JUnit

* BAEL-5208: Get the name of the currently executing test in JUnit

* BAEL-5208: Get the name of the currently executing test in JUnit

* BAEL-5208: Get the name of the currently executing test in JUnit

* BAEL-5208: Get the name of the currently executing test in JUnit
2022-01-19 09:20:19 +00:00
Mladen Savic
cea46595dd Parallel Test Execution for JUnit 5 - refactoring 2021-10-18 18:44:47 +02:00
nishitgoyal17
53937d8bd6 Nishit/BAEL-4340 executing junit via command line (#11096)
* executing junit via command line

* incorporating review comments

* incorporating review comments
2021-08-23 19:24:13 -05:00
Daniel Taylor
e7f2feceda change "Aborted" to "Failed" under testFailed() 2020-09-29 16:37:05 -06:00
Vivek
8e1d751f68 BAEL-3040: @TestInstance annotation in JUnit 5 (#7247)
* BAEL-3040: @TestInstance annotation in JUnit 5

* BAEL-3040: @TestInstance annotation in JUnit 5 (renamed the tests)

* BAEL-3040: @TestInstance annotation in JUnit 5 (corrected the name and removed unnecessary code)

* BAEL-3040: @TestInstance annotation in JUnit 5 - renamed the files of test classes

* BAEL-3040: @TestInstance annotation in JUnit 5 (changed based on code review comments)

* BAEL-3040: @TestInstance annotation in JUnit 5 (added the class for Tweet Serializer using JUnit 4)

* BAEL-3040: @TestInstance annotation in JUnit 5 (Code review changes)

* BAEL-3040: @TestInstance annotation in JUnit 5 (missed a code review comment, made the changes for the same)

* BAEL-3040: @TestInstance annotation in JUnit 5 (Moved the code to the advanced JUnit 5 directory)

* BAEL-3040: Formatted pom.xml

* BAEL-3040: Removed the files from junit5 directory
2019-08-13 19:37:39 +01:00
Paul Latzelsperger
8b2b894bbd added example code for BAEL-3082 (#7374) 2019-07-22 08:18:49 +02:00
Jon Cook
3d54335655 BAEL-2912 - TestWatcher API 2019-07-10 12:58:15 +02:00
Arho Huttunen
0cf2895db0 BAEL-2911 JUnit Custom Display Name Generator API 2019-07-05 21:04:20 +03:00
Arho Huttunen
7b244aabda BAEL-2911 - JUnit Custom Display Name Generator API 2019-06-23 10:07:06 +03:00
Arho Huttunen
a11e0088ba BAEL-2911 - JUnit Custom Display Name Generator API 2019-06-15 10:05:05 +03:00