Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant add Zenject-TestFramework to Solution #671

Open
kapyar opened this issue Feb 13, 2020 · 1 comment
Open

Cant add Zenject-TestFramework to Solution #671

kapyar opened this issue Feb 13, 2020 · 1 comment

Comments

@kapyar
Copy link

kapyar commented Feb 13, 2020

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?

@mwnDK1402
Copy link

mwnDK1402 commented Aug 27, 2020

Same problem here. Referencing Zenject-TestFramework in my Assembly Definition doesn't give me access to the Zenject namespace in Zenject-TestFramework.

EDIT: The problem seems to be that it doesn't work as a UPM package:
https://github.com/starikcetin/Extenject/tree/upm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants