|
Revision 4000, 0.5 KB
(checked in by pmoura, 12 months ago)
|
|
Updated copyright string.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | ================================================================ |
|---|
| 3 | Logtalk - Open source object-oriented logic programming language |
|---|
| 4 | Release 2.31.1 |
|---|
| 5 | |
|---|
| 6 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 7 | ================================================================ |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | The "lgtunit.lgt" file contains a preliminary framework for defining |
|---|
| 11 | and running unit tests in Logtalk. |
|---|
| 12 | |
|---|
| 13 | The unit tests framework is inspired on the works of Joachim Schimpf |
|---|
| 14 | (ECLiPSe library "test_util") and Jan Wielemaker (SWI-Prolog "plunit" |
|---|
| 15 | package). |
|---|