From 1ab7c6b0e02cdbc2dd911bb9df8a5bc6467d0434 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Fri, 21 Jun 2019 16:37:27 -0400 Subject: Update documentation site --- docs/testapidocs/bjc/everge/TestUtils.html | 397 +++++++++++++++++++++++++++++ 1 file changed, 397 insertions(+) create mode 100644 docs/testapidocs/bjc/everge/TestUtils.html (limited to 'docs/testapidocs/bjc/everge/TestUtils.html') diff --git a/docs/testapidocs/bjc/everge/TestUtils.html b/docs/testapidocs/bjc/everge/TestUtils.html new file mode 100644 index 0000000..98c3fca --- /dev/null +++ b/docs/testapidocs/bjc/everge/TestUtils.html @@ -0,0 +1,397 @@ + + + + + + +TestUtils (everge 1.0-SNAPSHOT Test API) + + + + + + + + +
+ + + + + + + +
+ + + +
+
bjc.everge
+

Class TestUtils

+
+
+ +
+
    +
  • +
    +
    +
    public class TestUtils
    +extends Object
    +
    Utility methods for testing.
    +
    +
    Author:
    +
    Ben Culkin
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TestUtils

        +
        public TestUtils()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        assertThrownMessage

        +
        public static void assertThrownMessage(String msg,
        +                                       String fle)
        +
        Assert that a ReplParseException is thrown with a given message.
        +
        +
        Parameters:
        +
        msg - The message.
        +
        fle - The file to load input from.
        +
        +
      • +
      + + + +
        +
      • +

        assertThrownMessage

        +
        public static void assertThrownMessage(boolean logMsg,
        +                                       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.
        +
        +
      • +
      + + + +
        +
      • +

        assertMultiReplace

        +
        public static void assertMultiReplace(String fle,
        +                                      String... inps)
        +
      • +
      + + + +
        +
      • +

        assertMultiReplace

        +
        public static void assertMultiReplace(boolean logRep,
        +                                      String fle,
        +                                      String... inps)
        +
      • +
      + + + +
        +
      • +

        assertReplacesFrom

        +
        public static void assertReplacesFrom(String right,
        +                                      String inp,
        +                                      String fle)
        +
      • +
      + + + +
        +
      • +

        assertReplacesTo

        +
        public static void assertReplacesTo(String right,
        +                                    List<bjc.everge.ReplPair> rps,
        +                                    String inp)
        +
      • +
      + + + +
        +
      • +

        assertReplacesTo

        +
        public static void assertReplacesTo(boolean logRep,
        +                                    String right,
        +                                    List<bjc.everge.ReplPair> rps,
        +                                    String inp)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + +

Copyright © 2019. All rights reserved.

+ + -- cgit v1.2.3