using ms vs15 , xamarin, have class library (android) contains mix of plain c# , linked library binding (embedded jar) project. wish unit test this, , mocking library binding element (although have pass in activity, can null tests), in reality unit testing plain non-android c# code.
it appears needed create 'unit test app (android)' test project, runs unit tests on device/emulator.
question: there way run plain c# unit tests against android class library , avoid running emulator?
Comments
Post a Comment