From 4d449a9b96570e8c655fc303ca0ca81dab394e3d Mon Sep 17 00:00:00 2001
From: bculkin2442
+static void
+
+assertMatches(String pattern,
+ String actual)
+
-static voidassertMultiReplace(boolean logRep,
String fle,
String... inps)
+
-static voidassertMultiReplace(String fle,
String... inps)
+
-static voidassertReplacesFrom(String right,
String inp,
String fle)
+
-static voidassertReplacesTo(boolean logRep,
String right,
List<bjc.everge.ReplPair> rps,
String inp)
+
-static voidassertReplacesTo(String right,
List<bjc.everge.ReplPair> rps,
String inp)
+
-static voidassertSplitsTo(boolean doLog,
String inp,
@@ -202,27 +207,23 @@ extends String splat,
String... right)
+
-static voidassertSplitsTo(String inp,
String esc,
String splat,
String... right)
+
-static void
+ String fle)
assertThrownMessage(boolean logMsg,
String msg,
- String fle)
-
+
static void
+ String fle)
assertThrownMessage(String msg,
- String fle)
-
@@ -271,12 +272,6 @@ extends String msg,
String fle)
-
@@ -288,13 +283,6 @@ extends String msg,
String fle)
-
-
msg - The message.fle - The file to load input from.
-
@@ -391,7 +379,7 @@ extends
-logMsg - Log the exception message.msg - The message.fle - The file to load input from.
+
@@ -468,6 +466,6 @@ extends Copyright © 2019. All rights reserved.assertIsControl
public static void assertIsControl(boolean doLog,
@@ -400,6 +388,16 @@ extends
+
+
+
Copyright © 2020. All rights reserved.