Class tester

aeric

Expert
Licensed User
Longtime User
You can try my project template.

Even you are not planning to create a b4xlib.

It doesn't need to be complicated.

AI is not required.

 

LucaMs

Expert
Licensed User
Longtime User
You can try my project template.

Even you are not planning to create a b4xlib.

It doesn't need to be complicated.

AI is not required.

I probably explained it poorly.
I meant that testing a class (and even more so an entire project, obviously) is difficult. It's very useful to have an AI generate a "test project" (I specified a test B4XMainPage).
 

aeric

Expert
Licensed User
Longtime User
What do you mean by test project, test class and test B4XMainPage?
 

aeric

Expert
Licensed User
Longtime User
1781351826772.png

I just need to replace MyLibrary.bas with the class I want to test.
eg. MiniORM

The template also includes B4XMainPage for tests.

Most of my GitHub repos have the complete test projects for debugging my libraries.

They are not only contains the final release source code.

Some also include Macros to pack the libraries.

I think nobody have seens those repos. 🥹
 
Top