Skip to content

Cant add Zenject-TestFramework to Solution #671

Open
@kapyar

Description

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?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions