From 4d449a9b96570e8c655fc303ca0ca81dab394e3d Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 20 May 2020 19:40:06 -0400 Subject: Update docs --- docs/testapidocs/bjc/everge/TestUtils.html | 62 +++++++++++++++--------------- 1 file changed, 30 insertions(+), 32 deletions(-) (limited to 'docs/testapidocs/bjc/everge/TestUtils.html') diff --git a/docs/testapidocs/bjc/everge/TestUtils.html b/docs/testapidocs/bjc/everge/TestUtils.html index 074c769..dfa34d3 100644 --- a/docs/testapidocs/bjc/everge/TestUtils.html +++ b/docs/testapidocs/bjc/everge/TestUtils.html @@ -2,10 +2,10 @@ - + TestUtils (everge 0.2.0 Test API) - + @@ -19,7 +19,7 @@ catch(err) { } //--> -var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9}; +var methods = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -166,35 +166,40 @@ extends static void +assertMatches(String pattern, + String actual)  + + +static void assertMultiReplace(boolean logRep, String fle, String... inps)  - + static void assertMultiReplace(String fle, String... inps)  - + static void assertReplacesFrom(String right, String inp, String fle)  - + static void assertReplacesTo(boolean logRep, String right, List<bjc.everge.ReplPair> rps, String inp)  - + static void assertReplacesTo(String right, List<bjc.everge.ReplPair> rps, String inp)  - + static void assertSplitsTo(boolean doLog, String inp, @@ -202,27 +207,23 @@ extends String splat, String... right)  - + static void assertSplitsTo(String inp, String esc, String splat, String... right)  - + static void assertThrownMessage(boolean logMsg, String msg, - String fle) -
Assert that a ReplParseException is thrown with a given message.
- + String fle)  - + static void assertThrownMessage(String msg, - String fle) -
Assert that a ReplParseException is thrown with a given message.
- + String fle)  @@ -288,13 +283,6 @@ extends String msg, String fle) -
Assert that a ReplParseException is thrown with a given message.
-
-
Parameters:
-
logMsg - Log the exception message.
-
msg - The message.
-
fle - The file to load input from.
-
@@ -391,7 +379,7 @@ extends -