Whack-a-Mole bug hunting. We’ve all played it. You’re writing code, checking things by running your app, and all is going well. Then, all of a sudden, stuff starts to break. Every fix you add breaks something else. Pretty soon you’re afraid to change anything. Enter L-Unit.
What is L-Unit?
L-Unit is a unit testing framework for Lasso. It provides a set of tools that enable automated testing of any Lasso Type or Tag. L-Unit helps to ensure your mission critical code continues to behave as you expect it to.
How can it help me?
You've just spent hours tracking down and nailing a bug — wouldn't it be great if you could package all of that hard work up and run it at the click of a button? L-Unit allows you to do just that.
Testing every eventuality is not possible; no matter how often you test or how thoroughly you test, something will slip through the cracks. L-Unit helps to ensure that each individual component of your application is working as it should — helping you focus on the bigger picture.
- Play with the demo
- Brush up on the new features
- Read the documentation — yes, it's daunting at first... but in reality it's not as complicated as it seems!
- Visit the download page
- Provide some feedback
