B4J Question Unit testing in B4J?

Giu

Member
Licensed User
Longtime User
There are some way to do Unit Testing on a B4J project?

I probably know the answer is not, but well, I don't loose nothing asking, and Unit Testing is very usefull for large projects.

Regards.
 

Cableguy

Expert
Licensed User
Longtime User
I guess the answer is... It depends...
You can for instance create a class to address a particular problem, and then create a simple app in which you test your class, and after you are happy with the class behaviour, include it in your larger project, either as a class or compiled into a library.
But you cannot set or make a class that already is part of a large project as test code.
 
Upvote 0

Giu

Member
Licensed User
Longtime User
Well, What I mean is something like JUnit, with his asserts and so on, to launch all tests and see those failing
 
Upvote 0
Top