Search Unity

IntegrationTests.Integration_CanSendAndReceiveEvents

Discussion in 'Input System' started by RoyorGames, Aug 14, 2020.

  1. RoyorGames

    RoyorGames

    Joined:
    Mar 14, 2017
    Posts:
    25
    Hi,

    Great work with the testability of the input system. Just tried to make a full integration test where my player interacts with multiple objects (picks them up and drops them again) in a unit test with no problem. Love it.

    One slight thing:
    My testrunner have a test, which is not mine and it fails:
    upload_2020-8-14_22-25-35.png
    I am not referencing the IntegrationsTests directly, however I am references Inputsystem in both game assembly definition and test assembly definition.

    Does anybody else have the same issue or can help me getting rid of it?

    Best regards Povl