Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-6856 Testsuite: replace inheritance with @Factory #4456

Closed
wants to merge 26 commits into from

Conversation

rvansa
Copy link
Member

@rvansa rvansa commented Jul 15, 2016

My motivation is since I am adding a new cache mode that could reuse many of the tests (with minor modifications), I would duplicate the classes. Adding a one-liner into factory method, or just an annotation is better.

rvansa added 26 commits July 15, 2016 13:20
* In MultipleCacheManagerTest, factory method can be automatized with @InCacheMode and @InTransactionMode
* Other common settings that require combination of parameters (lockingMode, isolationMode, totalOrder) can be set in overridden factory method
* For filtering single test, there are options -Dtest.infinispan.xxx
* Further customization possible through @TestSelector annotation
* Downside: IntelliJ does not report test name with parameters but just appends (1), (2) etc. You can see the parameters from the failing test name, though.
* AbstractInfinispanTest uses @Before/AfterClass to setup tracked resources (to wrap each instance of test), inheriting classes have to follow
@tristantarrant
Copy link
Member

+1,259 −2,305 Looks particularly good !
I will squash all "Test class-bloat reduction" commits and add an extra one that fixes the CDI failures.

@tristantarrant
Copy link
Member

Pushed to master. This is my extra commit: 5be2758

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants