unit testing

  1. D

    Android Question Unit testing

    Hi Guys Just picked up an interesting thread dating back to 2018 on Unit Testing see Unit testing I have done some quick fixes so it can compile with latest version of B4A. I have documented in the source - (hope the changes are ok) - project file attached. Whlist, it does work (there are some...
  2. J

    B4A Class A Unit Test solution (class CTestRunner)

    I seem to now have a working Unit Test solution for B4A for anybody interested. The test code and test runner are included in the project to be tested, but can be excluded from compilation using a conditional directive - I use '#if UNIT_TESTS', with 'UNIT_TESTS' defined when required in a Build...
Top