Home
last modified time | relevance | path

Searched refs:sb1 (Results 51 – 75 of 3993) sorted by relevance

12345678910>>...160

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/StringBuffer/
H A DTrim.java44 StringBuffer sb1 = generateTestBuffer(0, 100); in bash() local
45 StringBuffer sb2 = new StringBuffer(sb1); in bash()
46 sb1.trimToSize(); in bash()
47 if (!sb1.toString().equals(sb2.toString())) in bash()
52 sb1.append(sb3); in bash()
55 sb1.trimToSize(); in bash()
58 if (!sb1.toString().equals(sb2.toString())) in bash()
64 sb1.append(sb3); in bash()
67 sb1.trimToSize(); in bash()
70 if (!sb1.toString().equals(sb2.toString())) in bash()
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StringBuffer/
H A DTrim.java44 StringBuffer sb1 = generateTestBuffer(0, 100); in bash() local
45 StringBuffer sb2 = new StringBuffer(sb1); in bash()
46 sb1.trimToSize(); in bash()
47 if (!sb1.toString().equals(sb2.toString())) in bash()
52 sb1.append(sb3); in bash()
55 sb1.trimToSize(); in bash()
58 if (!sb1.toString().equals(sb2.toString())) in bash()
64 sb1.append(sb3); in bash()
67 sb1.trimToSize(); in bash()
70 if (!sb1.toString().equals(sb2.toString())) in bash()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/StringBuffer/
H A DTrim.java44 StringBuffer sb1 = generateTestBuffer(0, 100); in bash() local
45 StringBuffer sb2 = new StringBuffer(sb1); in bash()
46 sb1.trimToSize(); in bash()
47 if (!sb1.toString().equals(sb2.toString())) in bash()
52 sb1.append(sb3); in bash()
55 sb1.trimToSize(); in bash()
58 if (!sb1.toString().equals(sb2.toString())) in bash()
64 sb1.append(sb3); in bash()
67 sb1.trimToSize(); in bash()
70 if (!sb1.toString().equals(sb2.toString())) in bash()
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StringBuffer/
H A DTrim.java44 StringBuffer sb1 = generateTestBuffer(0, 100); in bash() local
45 StringBuffer sb2 = new StringBuffer(sb1); in bash()
46 sb1.trimToSize(); in bash()
47 if (!sb1.toString().equals(sb2.toString())) in bash()
52 sb1.append(sb3); in bash()
55 sb1.trimToSize(); in bash()
58 if (!sb1.toString().equals(sb2.toString())) in bash()
64 sb1.append(sb3); in bash()
67 sb1.trimToSize(); in bash()
70 if (!sb1.toString().equals(sb2.toString())) in bash()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/mips/
H A Dsb1.igen32 *sb1:
54 *sb1:
64 *sb1:
80 *sb1:
96 *sb1:
106 *sb1:
116 *sb1:
126 *sb1:
136 *sb1:
146 *sb1:
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/mips/
H A Dsb1.igen32 *sb1:
54 *sb1:
64 *sb1:
80 *sb1:
96 *sb1:
106 *sb1:
116 *sb1:
126 *sb1:
136 *sb1:
146 *sb1:
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dblizzard.cpp167 auto& sb1 = *bc.outorder[i]; in drawBlizzards() local
171 if(sb1.next) swapcost -= hdist(tC0(sb1.global), tC0(sb1.next->global)); in drawBlizzards()
173 if(sb1.next) swapcost += hdist(tC0(sb2.global), tC0(sb1.next->global)); in drawBlizzards()
174 if(sb2.next) swapcost += hdist(tC0(sb1.global), tC0(sb2.next->global)); in drawBlizzards()
177 swap(sb1.next, sb2.next); in drawBlizzards()
178 if(sb1.next) sb1.next->prev = &sb1; in drawBlizzards()
184 auto& sb1 = *bc.inorder[i]; in drawBlizzards() local
188 if(sb1.prev) swapcost -= hdist(tC0(sb1.global), tC0(sb1.prev->global)); in drawBlizzards()
190 if(sb1.prev) swapcost += hdist(tC0(sb2.global), tC0(sb1.prev->global)); in drawBlizzards()
194 swap(sb1.prev, sb2.prev); in drawBlizzards()
[all …]
/dports/net/libzmq4/zeromq-4.3.4/tests/
H A Dtest_reqrep_tcp.cpp84 void *sb1 = test_context_socket (ZMQ_REP); in test_multi_connect() local
85 bind_loopback (sb1, ipv6_, my_endpoint_1, len); in test_multi_connect()
99 bounce (sb1, sc); in test_multi_connect()
102 bounce (sb1, sc); in test_multi_connect()
118 test_context_socket_close (sb1); in test_multi_connect()
135 void *sb1 = test_context_socket (ZMQ_REP); in test_multi_connect_same_port() local
136 bind_loopback (sb1, ipv6_, my_endpoint_1, len); in test_multi_connect_same_port()
155 bounce (sb1, sc0); in test_multi_connect_same_port()
157 bounce (sb1, sc1); in test_multi_connect_same_port()
159 bounce (sb1, sc0); in test_multi_connect_same_port()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Text/
H A DStringBuilderTests.netcoreapp.cs208 var sb1 = new StringBuilder("Hello"); in Append_StringBuilder_TestData()
228 yield return new object[] { sb1, null, "Hello" }; in Append_StringBuilder_TestData()
229 yield return new object[] { sb1, sb1, "HelloHello" }; in Append_StringBuilder_TestData()
244 var sb1 = new StringBuilder("Hello"); in Append_StringBuilder_Substring_TestData()
269 yield return new object[] { sb1, sb1, 2, 3, "Hellollo" }; in Append_StringBuilder_Substring_TestData()
303 var sb1 = new StringBuilder("Hello"); in Equals_String_TestData()
308 yield return new object[] { sb1, "Hello", true }; in Equals_String_TestData()
309 yield return new object[] { sb1, "Hel", false }; in Equals_String_TestData()
310 yield return new object[] { sb1, "Hellz", false }; in Equals_String_TestData()
311 yield return new object[] { sb1, "Helloz", false }; in Equals_String_TestData()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StringBuffer/
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/StringBuffer/
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StringBuffer/
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/StringBuffer/
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/StringBuffer/
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/StringBuffer/
H A DComparison.java74 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuffer sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/StringBuilder/
H A DComparison.java74 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testCompare() local
78 System.out.println(sb1.toString()); in testCompare()
81 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testCompare()
82 Assert.assertFalse(sb1.compareTo(sb3) == 0, "Compare sb1 and sb3"); in testCompare()
91 StringBuilder sb1 = generateTestBuffer(65, 70, 97, 102); in testModifiedSequence() local
95 Assert.assertFalse(sb1.compareTo(sb2) == 0, "Compare the sequences before truncation"); in testModifiedSequence()
98 sb1.setLength(5); in testModifiedSequence()
101 System.out.println(sb1.toString()); in testModifiedSequence()
104 Assert.assertTrue(sb1.compareTo(sb2) == 0, "Compare sb1 and sb2"); in testModifiedSequence()
105 …Assert.assertTrue(sb1.toString().compareTo(sb2.toString()) == 0, "Compare strings of sb1 and sb2"); in testModifiedSequence()

12345678910>>...160