14 Commits

Author SHA1 Message Date
Stian Thorgersen
78274ccc5d
Migrate parts of model package to new test framework (#45024)
Part of #44983

Signed-off-by: stianst <stianst@gmail.com>
2025-12-19 14:52:23 +01:00
Stian Thorgersen
94dc60822b
Update testframework registry to explicitly declare dependencies in all suppliers (#44974)
Closes #44947, Closes #40756

Signed-off-by: stianst <stianst@gmail.com>
2025-12-18 14:08:32 +01:00
Stian Thorgersen
aa6890f539
Support running test methods on the server side (#44937)
Closes #44936

Signed-off-by: stianst <stianst@gmail.com>
2025-12-17 13:15:42 +01:00
Stian Thorgersen
6bcbd5ab59
Clear classes loaded on the server side for run-on-server when a new execution happens (#44909)
Closes #44908

Signed-off-by: stianst <stianst@gmail.com>
2025-12-16 10:25:39 +01:00
Stian Thorgersen
a2c1055f8d
Proposed import order (#43432)
* Add importOrder to Spotless

Closes #43235

Signed-off-by: stianst <stianst@gmail.com>

* Re-order imports with Spotless

Signed-off-by: stianst <stianst@gmail.com>

---------

Signed-off-by: stianst <stianst@gmail.com>
2025-11-14 09:34:49 +01:00
Stian Thorgersen
ab01689aaa
Add basic TestApp to the new testsuite (#37815)
Closes #37814

Signed-off-by: stianst <stianst@gmail.com>
2025-03-04 16:59:18 +01:00
Lukas Hanusovsky
4c172d99d2
[Test framework] Moving provider classes to specific package (#37484)
Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
2025-02-19 11:00:36 +00:00
Stian Thorgersen
59acbb8f67
Remove need to implement getAnnotationClass and getValueType in suppliers (#37296)
Signed-off-by: stianst <stianst@gmail.com>
2025-02-13 15:02:26 +01:00
Stian Thorgersen
b8c1cd410f
Support for running code on the server for tests (#37210)
Closes #34190

Signed-off-by: stianst <stianst@gmail.com>
2025-02-11 14:08:02 +01:00
Stian Thorgersen
14cf2233c5
Always reset timeoffset in new timeframework (#36612)
Closes #36611

Signed-off-by: stianst <stianst@gmail.com>
2025-01-21 10:36:54 +01:00
Stian Thorgersen
388fa5a3eb
Rename org.keycloak.test groupId to org.keycloak.testframework for new test framework artifacts (#36443)
Closes #36431

Signed-off-by: stianst <stianst@gmail.com>
2025-01-14 14:32:03 +01:00
Stian Thorgersen
2d913e5186
Rename org.keycloak.test.framework package to org.keycloak.testframework (#36390)
Closes #36388

Signed-off-by: stianst <stianst@gmail.com>
2025-01-14 10:04:41 +01:00
Stian Thorgersen
9ab5575959
Introduce support for an extension to auto register a value type (#35645)
Closes #35592

Signed-off-by: stianst <stianst@gmail.com>
2024-12-05 14:50:31 +01:00
Šimon Vacek
9abbf3edc6
Support setting time offset on test server within tests (#35495)
Closes: #34189

Signed-off-by: Simon Vacek <simonvacky@email.cz>
2024-12-04 12:09:46 +01:00