Unit Test Methods should support float numbers comparisons with EPSILON

VBSUnit is a VBScript Unit Testing Framework. Currently, it supports the following test methods: assert_equal expected, actual, message assert_not_equal expected, actual, message assert_match expected_pattern, actual, message regex assert_true asserted, …