Interface RenderLibUiFixtureProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Test-only factory registration for views that cannot be constructed through
a public zero-argument constructor and for HUD previews.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(RenderLibUiFixtures fixtures) Registers deterministic development fixtures.
-
Method Details
-
register
Registers deterministic development fixtures.- Parameters:
fixtures- fixture registry
-