MCPcopy Create free account
hub / github.com/ReadyTalk/avian / main

Method main

test/StringBuilderTest.java:5–9  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

3 private static final int iterations = 1000;
4
5 public static void main(String[] args) {
6 verifyAppendStrLength();
7 verifyAppendCharLength();
8 verifySubstring();
9 }
10
11 private static void verify(String srcStr, int iterations, String result) {
12 int expectedLength = srcStr.length() * iterations;

Callers

nothing calls this directly

Calls 3

verifyAppendStrLengthMethod · 0.95
verifySubstringMethod · 0.95

Tested by

no test coverage detected