Class mozilla.components.support.base.utils.LazyComponentTest
|
100%
successful |
Tests
Test | Duration | Result |
---|---|---|
WHEN accessing a lazy component THEN it returns the initializer value | 0.005s | passed |
WHEN accessing a lazy component THEN the init count is incremented | 0.001s | passed |
WHEN initializing a lazy component THEN the lazy value is not initialized | 0.001s | passed |
WHEN initializing and getting a lazy component THEN the lazy value is initialized | 0s | passed |
WHEN multiple threads try to initialize the same lazy component THEN only one component is initialized | 0.004s | passed |