Class mozilla.components.support.base.utils.LazyComponentTest

5

tests

0

failures

0

ignored

0.011s

duration

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