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
Hi,
I feel desperate at that time, I add Zenject-TestFramework to my Assembly-Editor and after I tried to run it unload this reference and project became red.
[TestFixture]
public class UnityIapManagerTests : ZenjectUnitTestFixture
{
SignalBus _signalBus = null;
[SetUp]
public void SetUp()
{
SignalBusInstaller.Install(Container);
_signalBus = Container.Resolve<SignalBus>();
}
What I have missed?
The text was updated successfully, but these errors were encountered:
Same problem here. Referencing Zenject-TestFramework in my Assembly Definition doesn't give me access to the Zenject namespace in Zenject-TestFramework.
Hi,
I feel desperate at that time, I add
Zenject-TestFramework
to my Assembly-Editor and after I tried to run it unload this reference and project became red.What I have missed?
The text was updated successfully, but these errors were encountered: