1Testing.run(3kaya) Kaya module reference Testing.run(3kaya)
2
3
4
6 Testing::run - Run the tests.
7
9 Bool run( )
10
12 Run the tests. Returns true if all tests pass, or false otherwise.
13
15 Kaya standard library by Edwin Brady, Chris Morris and others
16 (kaya@kayalang.org). For further information see http://kayalang.org/
17
19 The Kaya standard library is free software; you can redistribute it
20 and/or modify it under the terms of the GNU Lesser General Public
21 License (version 2.1 or any later version) as published by the Free
22 Software Foundation.
23
25 Testing.add (3kaya)
26 Testing.init (3kaya)
27
28
29
30Kaya December 2010 Testing.run(3kaya)