From 155cf6aeea9ba7ecbc39face6442d3ce1b03ad8e Mon Sep 17 00:00:00 2001
From: Nils Schwabe
Date: Wed, 4 Jun 2014 14:27:03 +0200
Subject: Add webinterface with functionallity
---
management-interface/lib/api/classTest.html | 184 ++++++++++++++++++++++++++++
1 file changed, 184 insertions(+)
create mode 100644 management-interface/lib/api/classTest.html
(limited to 'management-interface/lib/api/classTest.html')
diff --git a/management-interface/lib/api/classTest.html b/management-interface/lib/api/classTest.html
new file mode 100644
index 0000000..e317881
--- /dev/null
+++ b/management-interface/lib/api/classTest.html
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
Unit test kit.
+ More...
+
+ |
+ |
+|
+const | FLAG_False =0 |
+| |
+|
+const | FLAG_True =1 |
+| |
+|
+const | FLAG_Both =2 |
+| |
+
+ |
+|
+ | $data =array() |
+| | Test results.
|
+| |
+
+
+
+
+
+
+
+
+ | Test::__construct |
+ ( |
+ |
+ $level = self::FLAG_Both | ) |
+ |
+
+
+
+
Class constructor
+
- Returns
- NULL
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+
+ | Test::expect |
+ ( |
+ |
+ $cond, |
+
+
+ |
+ |
+ |
+ $text = NULL |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Evaluate condition and save test result
+
- Returns
- object
+
- Parameters
-
+
+ | $cond | bool |
+ | $text | string |
+
+
+
+
+
+
+
+
+
+
+
+ | Test::message |
+ ( |
+ |
+ $text | ) |
+ |
+
+
+
+
Append message to test results
+
- Returns
- NULL
+
- Parameters
-
+
+
+
+
+
+
+
+
+
+
+
+ | Test::results |
+ ( |
+ | ) |
+ |
+
+
+
+
Return test results
+
- Returns
- array
+
+
+
+
The documentation for this class was generated from the following file:
+
--
cgit v1.2.3-55-g7522