From aa9b896234f6bc66efb567885dc8587a33cf56fd Mon Sep 17 00:00:00 2001 From: Scott Vokes Date: Mon, 23 Jul 2012 20:23:35 -0400 Subject: [PATCH] update API docs --- files/lunatest.html | 10 +++++++--- modules/lunatest.html | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/files/lunatest.html b/files/lunatest.html index b1ebc37..a5045e2 100644 --- a/files/lunatest.html +++ b/files/lunatest.html @@ -63,7 +63,7 @@

Files

File lunatest.lua

-

Copyright (c) 2009 Scott Vokes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. This is a library for randomized testing with Lua. For usage and examples, see README and the test suite.

+

Copyright (c) 2009-12 Scott Vokes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. This is a library for randomized testing with Lua. For usage and examples, see README and the test suite.

@@ -79,7 +79,7 @@

Functions

- assert_equal (exp, got, msg) + assert_equal (exp, got, tol, msg) exp == got. @@ -316,7 +316,7 @@

Parameters

-
assert_equal (exp, got, msg)
+
assert_equal (exp, got, tol, msg)
exp == got. @@ -332,6 +332,10 @@

Parameters

got: +
  • + tol: +
  • +
  • msg:
  • diff --git a/modules/lunatest.html b/modules/lunatest.html index e1e17a2..2b32f06 100644 --- a/modules/lunatest.html +++ b/modules/lunatest.html @@ -77,7 +77,7 @@

    Functions

    - assert_equal (exp, got, msg) + assert_equal (exp, got, tol, msg) exp == got. @@ -313,7 +313,7 @@

    Parameters

    -
    assert_equal (exp, got, msg)
    +
    assert_equal (exp, got, tol, msg)
    exp == got. @@ -329,6 +329,10 @@

    Parameters

    got: +
  • + tol: +
  • +
  • msg: