You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
disable auto reference in predefined assemblies (1d56d8e)
Features
testing: allow instantiating with constructor arguments in TestBed (9744ed6)
testing: rework TestBed to work with any class (f7b4dd5)
BREAKING CHANGES
testing: TestBed’s CreateComponent method has been renamed to Instantiate and it no longer takes a factory predicate. Its CreateComponentAsync method has been removed as well as it wasn’t useful in the synchronous Unity Test Framework.
UIComponents' assemblies are no longer referenced automatically in predefined assemblies.