SipaTest
SipaTest
SipaTest
Helper class for testing with Sipa
SipaTest.enableTestingMode()
Run this before running tests. Usually this should be called in your beforeAll()
method of your test.
It will prepare the Sipa environment for testing.
For example it will:
- SipaComponent: disable performance optimized render limits per period, to ensure instant renderings for instant test runs
SipaTest.disableTestingMode()
Disable testing mode.
SipaTest.isTestingMode() → boolean
Check if testing mode is enabled.