Readme - alpha state

This commit is contained in:
Christof Thalhofer 2016-09-25 12:48:35 +02:00
parent c7a274c7e2
commit cac2ef2a48

View file

@ -1,6 +1,6 @@
# gb.deg.unittest A Gambas Unittest
A Gambas component for unittesting and test-driven programming. Forked and inspired from quite an old program: [COMUnit](http://comunit.sourceforge.net) and mainly JUnit. Currently beta state. With an unittest component one can develop software in a test-driven matter and is able to ensure that on refactoring the desired results of methods and classes stay the same.
A Gambas component for unittesting and test-driven programming. Forked and inspired from quite an old program: [COMUnit](http://comunit.sourceforge.net) and mainly JUnit. Currently alpha state. With an unittest component one can develop software in a test-driven matter and is able to ensure that on refactoring the desired results of methods and classes stay the same.
Scroll down to understand how it works.