Readme - alpha state
This commit is contained in:
parent
c7a274c7e2
commit
cac2ef2a48
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# gb.deg.unittest – A Gambas Unittest
|
# 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.
|
Scroll down to understand how it works.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue