diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-09-09 20:13:50 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-09-09 20:13:50 -0400 |
| commit | ffdeed6d39f651bc6ffb75ecf9b8134798041f82 (patch) | |
| tree | ba629e526068b0ba4a21341f8147c48289dce220 /docs/testapidocs/bjc/everge/StringUtilsTest.html | |
| parent | c6897211cb5da8c5bbbaf267db8ad020eb63a114 (diff) | |
Upgrade version to 0.2
Diffstat (limited to 'docs/testapidocs/bjc/everge/StringUtilsTest.html')
| -rw-r--r-- | docs/testapidocs/bjc/everge/StringUtilsTest.html | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/docs/testapidocs/bjc/everge/StringUtilsTest.html b/docs/testapidocs/bjc/everge/StringUtilsTest.html index 5b79dde..3d0ce13 100644 --- a/docs/testapidocs/bjc/everge/StringUtilsTest.html +++ b/docs/testapidocs/bjc/everge/StringUtilsTest.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_121) on Tue Jul 02 17:00:31 EDT 2019 --> +<!-- Generated by javadoc (1.8.0_121) on Mon Sep 09 20:13:20 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StringUtilsTest (everge 1.0-SNAPSHOT Test API)</title> -<meta name="date" content="2019-07-02"> +<title>StringUtilsTest (everge 0.2.0 Test API)</title> +<meta name="date" content="2019-09-09"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> </head> @@ -13,13 +13,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StringUtilsTest (everge 1.0-SNAPSHOT Test API)"; + parent.document.title="StringUtilsTest (everge 0.2.0 Test API)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -171,6 +171,10 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../bjc/everge/StringUtilsTest.html#testNullSplit--">testNullSplit</a></span>()</code> </td> </tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../bjc/everge/StringUtilsTest.html#testSliceString--">testSliceString</a></span>()</code> </td> +</tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> @@ -249,12 +253,21 @@ extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html <a name="testEdgeSplit--"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>testEdgeSplit</h4> <pre>public void testEdgeSplit()</pre> </li> </ul> +<a name="testSliceString--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>testSliceString</h4> +<pre>public void testSliceString()</pre> +</li> +</ul> </li> </ul> </li> |
