![]() |
index : QtTestUtil | |
| Convenience classes for easier unit testing using QtTest | Remko Tronçon |
| summaryrefslogtreecommitdiffstats |
| author | Remko Tronçon | 2009-03-04 21:20:34 (GMT) |
|---|---|---|
| committer | Remko Tronçon | 2009-03-04 21:20:34 (GMT) |
| commit | 066ae4e0b61507c4c1d4cd718d20cf051cbd63b7 (patch) (unidiff) | |
| tree | 8a4dd1f4459ea79725ee82b984e719cfaaabc9db | |
| parent | 08881e7cd7ad2d9c338597fabaee26612f6bd4c1 (diff) | |
| download | qttestutil-master.zip qttestutil-master.tar.gz qttestutil-master.tar.bz2 | |
| -rw-r--r-- | COPYING | 21 | ||||
| -rw-r--r-- | QtTestUtil/QtTestUtil.h | 1 | ||||
| -rw-r--r-- | QtTestUtil/SimpleChecker.cpp | 1 | ||||
| -rw-r--r-- | QtTestUtil/TestRegistration.h | 1 | ||||
| -rw-r--r-- | QtTestUtil/TestRegistry.cpp | 1 | ||||
| -rw-r--r-- | QtTestUtil/TestRegistry.h | 1 |
6 files changed, 26 insertions, 0 deletions
| @@ -0,0 +1,21 @@ | |||
| 1 | The MIT License | ||
| 2 | |||
| 3 | Copyright (c) 2008 Remko Tronçon | ||
| 4 | |||
| 5 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 6 | of this software and associated documentation files (the "Software"), to deal | ||
| 7 | in the Software without restriction, including without limitation the rights | ||
| 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 9 | copies of the Software, and to permit persons to whom the Software is | ||
| 10 | furnished to do so, subject to the following conditions: | ||
| 11 | |||
| 12 | The above copyright notice and this permission notice shall be included in | ||
| 13 | all copies or substantial portions of the Software. | ||
| 14 | |||
| 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 21 | THE SOFTWARE. | ||
diff --git a/QtTestUtil/QtTestUtil.h b/QtTestUtil/QtTestUtil.h index 86415e3..e87085a 100644 --- a/QtTestUtil/QtTestUtil.h +++ b/QtTestUtil/QtTestUtil.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2008 Remko Troncon | 2 | * Copyright (C) 2008 Remko Troncon |
| 3 | * Licensed under the MIT license. | ||
| 3 | * See COPYING for license details. | 4 | * See COPYING for license details. |
| 4 | */ | 5 | */ |
| 5 | 6 | ||
diff --git a/QtTestUtil/SimpleChecker.cpp b/QtTestUtil/SimpleChecker.cpp index 3b0d075..ab8ffd0 100644 --- a/QtTestUtil/SimpleChecker.cpp +++ b/QtTestUtil/SimpleChecker.cpp | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2008 Remko Troncon | 2 | * Copyright (C) 2008 Remko Troncon |
| 3 | * Licensed under the MIT license. | ||
| 3 | * See COPYING for license details. | 4 | * See COPYING for license details. |
| 4 | */ | 5 | */ |
| 5 | 6 | ||
diff --git a/QtTestUtil/TestRegistration.h b/QtTestUtil/TestRegistration.h index b305d00..d228751 100644 --- a/QtTestUtil/TestRegistration.h +++ b/QtTestUtil/TestRegistration.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2008 Remko Troncon | 2 | * Copyright (C) 2008 Remko Troncon |
| 3 | * Licensed under the MIT license. | ||
| 3 | * See COPYING for license details. | 4 | * See COPYING for license details. |
| 4 | */ | 5 | */ |
| 5 | 6 | ||
diff --git a/QtTestUtil/TestRegistry.cpp b/QtTestUtil/TestRegistry.cpp index a4441a9..5460f40 100644 --- a/QtTestUtil/TestRegistry.cpp +++ b/QtTestUtil/TestRegistry.cpp | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2008 Remko Troncon | 2 | * Copyright (C) 2008 Remko Troncon |
| 3 | * Licensed under the MIT license. | ||
| 3 | * See COPYING for license details. | 4 | * See COPYING for license details. |
| 4 | */ | 5 | */ |
| 5 | 6 | ||
diff --git a/QtTestUtil/TestRegistry.h b/QtTestUtil/TestRegistry.h index 6d72dab..d91bd9e 100644 --- a/QtTestUtil/TestRegistry.h +++ b/QtTestUtil/TestRegistry.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2008 Remko Troncon | 2 | * Copyright (C) 2008 Remko Troncon |
| 3 | * Licensed under the MIT license. | ||
| 3 | * See COPYING for license details. | 4 | * See COPYING for license details. |
| 4 | */ | 5 | */ |
| 5 | 6 | ||
