Germán Arduino Member Licensed User Jan 23, 2018 #1 Hi: I would like to ask if exist some way (library or so) to work "a la TDD", Test Driven Development in B4 family of products? Regards.
Hi: I would like to ask if exist some way (library or so) to work "a la TDD", Test Driven Development in B4 family of products? Regards.
Erel B4X founder Staff member Licensed User Longtime User Jan 23, 2018 #2 While there is no special library for TDD, you can create a class with all the tests and exclude the code based on the compilation configuration. Upvote 0
While there is no special library for TDD, you can create a class with all the tests and exclude the code based on the compilation configuration.
Germán Arduino Member Licensed User Jan 23, 2018 #3 Thanks for the answer Erel. I still must learn a lot about B4*, exist some sample code that you can point? Thanks. Upvote 0
Thanks for the answer Erel. I still must learn a lot about B4*, exist some sample code that you can point? Thanks.
DonManfred Expert Licensed User Longtime User Jan 23, 2018 #4 If you want to learn about classes. Search for the classes-tutorial. The Search is working Upvote 0
Germán Arduino Member Licensed User Jan 23, 2018 #5 DonManfred said: The Search is working Click to expand... Upvote 0