- Home /
Question by
rhaglennwr · Apr 26, 2021 at 02:40 PM ·
inputtestingupdate functionprivatenunit
Testing private/protected methods that use Input System
I can successfully test public Update methods which uses keyboard/mouse functions from Input System. What I can't do is test a private or protected Update method because I'm inheriting from InputTestFixture which enables me to use its Press method, etc and therefore not inherit the class with the private/protected Update method. Is there a way around this? I have to use NUnit.
Comment