Home
last modified time | relevance | path

Searched refs:assertEquals (Results 1 – 25 of 3707) sorted by relevance

12345678910>>...149

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DAsYouTypeFormatterTest.java31 assertEquals("+", formatter.inputDigit('+')); in testInvalidRegion()
32 assertEquals("+4", formatter.inputDigit('4')); in testInvalidRegion()
33 assertEquals("+48 ", formatter.inputDigit('8')); in testInvalidRegion()
34 assertEquals("+48 8", formatter.inputDigit('8')); in testInvalidRegion()
35 assertEquals("+48 88", formatter.inputDigit('8')); in testInvalidRegion()
36 assertEquals("+48 88 1", formatter.inputDigit('1')); in testInvalidRegion()
37 assertEquals("+48 88 12", formatter.inputDigit('2')); in testInvalidRegion()
38 assertEquals("+48 88 123", formatter.inputDigit('3')); in testInvalidRegion()
39 assertEquals("+48 88 123 1", formatter.inputDigit('1')); in testInvalidRegion()
40 assertEquals("+48 88 123 12", formatter.inputDigit('2')); in testInvalidRegion()
[all …]
DPhoneNumberUtilTest.java132 assertEquals(RegionCode.UN001, phoneUtil.getRegionCodeForCountryCode(callingCode)); in testGetSupportedGlobalNetworkCallingCodes()
173 assertEquals(0, phoneUtil.getSupportedTypesForRegion(RegionCode.ZZ).size()); in testGetSupportedTypesForRegion()
178 assertEquals(0, phoneUtil.getSupportedTypesForNonGeoEntity(999).size()); in testGetSupportedTypesForNonGeoEntity()
188 assertEquals("US", metadata.getId()); in testGetInstanceLoadUSMetadata()
189 assertEquals(1, metadata.getCountryCode()); in testGetInstanceLoadUSMetadata()
190 assertEquals("011", metadata.getInternationalPrefix()); in testGetInstanceLoadUSMetadata()
192 assertEquals(2, metadata.numberFormatSize()); in testGetInstanceLoadUSMetadata()
193 assertEquals("(\\d{3})(\\d{3})(\\d{4})", in testGetInstanceLoadUSMetadata()
195 assertEquals("$1 $2 $3", metadata.getNumberFormat(1).getFormat()); in testGetInstanceLoadUSMetadata()
196 assertEquals("[13-689]\\d{9}|2[0-35-9]\\d{8}", in testGetInstanceLoadUSMetadata()
[all …]
/external/guava/guava-tests/test/com/google/common/io/
DFilesSimplifyPathTest.java39 assertEquals(".", simplifyPath("")); in testSimplifyEmptyString()
43 assertEquals(".", simplifyPath(".")); in testSimplifyDot()
47 assertEquals(" ", simplifyPath(" ")); in testSimplifyWhiteSpace()
51 assertEquals("x", simplifyPath("x")); in testSimplify2()
55 assertEquals("/a/b/c/d", simplifyPath("/a/b/c/d")); in testSimplify3()
59 assertEquals("/a/b/c/d", simplifyPath("/a/b/c/d/")); in testSimplify4()
63 assertEquals("/a/b", simplifyPath("/a//b")); in testSimplify5()
67 assertEquals("/a/b", simplifyPath("//a//b/")); in testSimplify6()
71 assertEquals("/", simplifyPath("/..")); in testSimplify7()
75 assertEquals("/", simplifyPath("/././././")); in testSimplify8()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java31 import static org.junit.Assert.assertEquals;
38 assertEquals(expected, HttpUrl.parse("http://host/\f\n\t \r")); // Leading. in parseTrimsAsciiWhitespace()
39 assertEquals(expected, HttpUrl.parse("\r\n\f \thttp://host/")); // Trailing. in parseTrimsAsciiWhitespace()
40 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
41 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
42 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" ")); in parseTrimsAsciiWhitespace()
43 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" . ")); in parseTrimsAsciiWhitespace()
53 assertEquals("/%0B", HttpUrl.parse("http://h/\u000b").encodedPath()); // line tabulation in parseDoesNotTrimOtherWhitespaceCharacters()
54 assertEquals("/%1C", HttpUrl.parse("http://h/\u001c").encodedPath()); // information separator 4 in parseDoesNotTrimOtherWhitespaceCharacters()
55 assertEquals("/%1D", HttpUrl.parse("http://h/\u001d").encodedPath()); // information separator 3 in parseDoesNotTrimOtherWhitespaceCharacters()
[all …]
DFormEncodingBuilderTest.java22 import static org.junit.Assert.assertEquals;
32 assertEquals("application/x-www-form-urlencoded", formEncoding.contentType().toString()); in urlEncoding()
35 assertEquals(expected.length(), formEncoding.contentLength()); in urlEncoding()
39 assertEquals(expected, out.readUtf8()); in urlEncoding()
52 assertEquals(expected, out.readUtf8()); in addEncoded()
61 assertEquals(expected.length(), formEncoding.contentLength()); in encodedPair()
65 assertEquals(expected, buffer.readUtf8()); in encodedPair()
76 assertEquals(expected.length(), formEncoding.contentLength()); in encodeMultiplePairs()
80 assertEquals(expected, buffer.readUtf8()); in encodeMultiplePairs()
87 assertEquals(expected.length(), formEncoding.contentLength()); in buildEmptyForm()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDatabaseMetaDataTest.java30 assertEquals(attributeNoNulls, 0); in testPublicStatics()
31 assertEquals(attributeNullable, 1); in testPublicStatics()
32 assertEquals(attributeNullableUnknown, 2); in testPublicStatics()
33 assertEquals(bestRowNotPseudo, 1); in testPublicStatics()
34 assertEquals(bestRowPseudo, 2); in testPublicStatics()
35 assertEquals(bestRowSession, 2); in testPublicStatics()
36 assertEquals(bestRowTemporary, 0); in testPublicStatics()
37 assertEquals(bestRowTransaction, 1); in testPublicStatics()
38 assertEquals(bestRowUnknown, 0); in testPublicStatics()
39 assertEquals(columnNoNulls, 0); in testPublicStatics()
[all …]
DTypesTest.java29 assertEquals(ARRAY, 2003); in testPublicStatics()
30 assertEquals(BIGINT, -5); in testPublicStatics()
31 assertEquals(BINARY, -2); in testPublicStatics()
32 assertEquals(BIT, -7); in testPublicStatics()
33 assertEquals(BLOB, 2004); in testPublicStatics()
34 assertEquals(BOOLEAN, 16); in testPublicStatics()
35 assertEquals(CHAR, 1); in testPublicStatics()
36 assertEquals(CLOB, 2005); in testPublicStatics()
37 assertEquals(DATALINK, 70); in testPublicStatics()
38 assertEquals(DATE, 91); in testPublicStatics()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatSpecificationTest.java34 assertEquals("", "1 234,57", formatFrWithPattern(num, "#,##0.##")); in TestBasicPatterns()
35 assertEquals("", "1234,57", formatFrWithPattern(num, "0.##")); in TestBasicPatterns()
36 assertEquals("", "1235", formatFrWithPattern(num, "0")); in TestBasicPatterns()
37 assertEquals("", "1 234,567", formatFrWithPattern(num, "#,##0.###")); in TestBasicPatterns()
38 assertEquals("", "1234,567", formatFrWithPattern(num, "###0.#####")); in TestBasicPatterns()
39 assertEquals("", "1234,5670", formatFrWithPattern(num, "###0.0000#")); in TestBasicPatterns()
40 assertEquals("", "01234,5670", formatFrWithPattern(num, "00000.0000")); in TestBasicPatterns()
41 assertEquals("", "1 234,57 €", formatFrWithPattern(num, "#,##0.00 ¤")); in TestBasicPatterns()
49 assertEquals("", "34 567,89", format(1234567.89, nf)); in TestNfSetters()
50 assertEquals("", "0 034,56", format(34.56, nf)); in TestNfSetters()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatSpecificationTest.java31 assertEquals("", "1 234,57", formatFrWithPattern(num, "#,##0.##")); in TestBasicPatterns()
32 assertEquals("", "1234,57", formatFrWithPattern(num, "0.##")); in TestBasicPatterns()
33 assertEquals("", "1235", formatFrWithPattern(num, "0")); in TestBasicPatterns()
34 assertEquals("", "1 234,567", formatFrWithPattern(num, "#,##0.###")); in TestBasicPatterns()
35 assertEquals("", "1234,567", formatFrWithPattern(num, "###0.#####")); in TestBasicPatterns()
36 assertEquals("", "1234,5670", formatFrWithPattern(num, "###0.0000#")); in TestBasicPatterns()
37 assertEquals("", "01234,5670", formatFrWithPattern(num, "00000.0000")); in TestBasicPatterns()
38 assertEquals("", "1 234,57 €", formatFrWithPattern(num, "#,##0.00 ¤")); in TestBasicPatterns()
46 assertEquals("", "34 567,89", format(1234567.89, nf)); in TestNfSetters()
47 assertEquals("", "0 034,56", format(34.56, nf)); in TestNfSetters()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTimeTest.java6 import static org.junit.Assert.assertEquals;
54 assertEquals(t.timezone, t2.timezone); in shouldHaveCopyConstructor()
55 assertEquals(t.year, t2.year); in shouldHaveCopyConstructor()
56 assertEquals(t.month, t2.month); in shouldHaveCopyConstructor()
57 assertEquals(t.monthDay, t2.monthDay); in shouldHaveCopyConstructor()
58 assertEquals(t.hour, t2.hour); in shouldHaveCopyConstructor()
59 assertEquals(t.minute, t2.minute); in shouldHaveCopyConstructor()
60 assertEquals(t.second, t2.second); in shouldHaveCopyConstructor()
69 assertEquals(t.timezone, t2.timezone); in shouldHaveSetTime()
70 assertEquals(t.year, t2.year); in shouldHaveSetTime()
[all …]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
DDynamicTableModelTest.java30 import static junit.framework.Assert.assertEquals;
51 assertEquals(200f, cellRect.width()); in testGetCellRect()
56 assertEquals(200f, cellRect.width()); in testGetCellRect()
61 assertEquals(400f, cellRect.height()); in testGetCellRect()
76 assertEquals(4, iterations); in testIterator()
87 assertEquals(10, iterations); in testIterator()
105 assertEquals(500f, cellRect.width()); in testRowMajorIteration()
106 assertEquals(1000f, cellRect.height()); in testRowMajorIteration()
107 assertEquals(0f, cellRect.left); in testRowMajorIteration()
108 assertEquals(0f, cellRect.top); in testRowMajorIteration()
[all …]
DFixedTableModelTest.java85 assertEquals(0f, cellRect.left); in testColumnMajor()
86 assertEquals(0f, cellRect.top); in testColumnMajor()
87 assertEquals(300f, cellRect.right); in testColumnMajor()
88 assertEquals(500f, cellRect.bottom); in testColumnMajor()
92 assertEquals(300f, cellRect.left); in testColumnMajor()
93 assertEquals(0f, cellRect.top); in testColumnMajor()
94 assertEquals(600f, cellRect.right); in testColumnMajor()
95 assertEquals(500f, cellRect.bottom); in testColumnMajor()
99 assertEquals(600f, cellRect.left); in testColumnMajor()
100 assertEquals(0f, cellRect.top); in testColumnMajor()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/model/typesystem/
DPrimitiveTypeTest.java78 assertEquals(false, ptu.isArray()); in testIsArray()
85 assertEquals(true, ptu.isPrimitive()); in testIsPrimitive()
92 assertEquals(false, ptu.isNull()); in testIsNull()
99 assertEquals(false, ptu.isReference()); in testIsReference()
106 assertEquals(false, ptu.isReferenceType()); in testIsReferenceType()
113 assertEquals(false, ptu.isVoid()); in testIsVoid()
120 assertEquals(false, ptu.isTypeVariable()); in testIsTypeVariable()
159 assertEquals("boolean", ResolvedPrimitiveType.BOOLEAN.describe()); in testAsDescribe()
160 assertEquals("char", ResolvedPrimitiveType.CHAR.describe()); in testAsDescribe()
161 assertEquals("byte", ResolvedPrimitiveType.BYTE.describe()); in testAsDescribe()
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheStatsTest.java30 assertEquals(0, stats.requestCount()); in testEmpty()
31 assertEquals(0, stats.hitCount()); in testEmpty()
32 assertEquals(1.0, stats.hitRate()); in testEmpty()
33 assertEquals(0, stats.missCount()); in testEmpty()
34 assertEquals(0.0, stats.missRate()); in testEmpty()
35 assertEquals(0, stats.loadSuccessCount()); in testEmpty()
36 assertEquals(0, stats.loadExceptionCount()); in testEmpty()
37 assertEquals(0.0, stats.loadExceptionRate()); in testEmpty()
38 assertEquals(0, stats.loadCount()); in testEmpty()
39 assertEquals(0, stats.totalLoadTime()); in testEmpty()
[all …]
DCacheLoadingTest.java84 assertEquals(1, logRecords.size()); in popLoggedThrowable()
107 assertEquals(0, stats.missCount()); in testLoad()
108 assertEquals(0, stats.loadSuccessCount()); in testLoad()
109 assertEquals(0, stats.loadExceptionCount()); in testLoad()
110 assertEquals(0, stats.hitCount()); in testLoad()
115 assertEquals(1, stats.missCount()); in testLoad()
116 assertEquals(1, stats.loadSuccessCount()); in testLoad()
117 assertEquals(0, stats.loadExceptionCount()); in testLoad()
118 assertEquals(0, stats.hitCount()); in testLoad()
123 assertEquals(2, stats.missCount()); in testLoad()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionClassDeclarationTest.java35 import static org.junit.Assert.assertEquals;
55 assertEquals(true, foo.isClass()); in testIsClass()
56 assertEquals(true, bar.isClass()); in testIsClass()
69 assertEquals(Object.class.getCanonicalName(), foo.getSuperClass().getQualifiedName()); in testGetSuperclassSimpleImplicit()
70 assertEquals(Collections.emptyList(), foo.getSuperClass().typeParametersValues()); in testGetSuperclassSimpleImplicit()
85 assertEquals("Bar", foo.getSuperClass().getTypeDeclaration().getName()); in testGetSuperclassSimple()
86 assertEquals(Collections.emptyList(), foo.getSuperClass().typeParametersValues()); in testGetSuperclassSimple()
102 assertEquals("Foo", bar.getSuperClass().getTypeDeclaration().getName()); in testGetSuperclassWithGenericSimple()
103 assertEquals(1, bar.getSuperClass().typeParametersValues().size()); in testGetSuperclassWithGenericSimple()
104assertEquals(String.class.getCanonicalName(), bar.getSuperClass().typeParametersValues().get(0).as… in testGetSuperclassWithGenericSimple()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DCaseFormatTest.java42 assertEquals(from + " to " + to, "", from.to(to, "")); in testIdentity()
43 assertEquals(from + " to " + to, " ", from.to(to, " ")); in testIdentity()
49 assertEquals("foo", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo")); in testLowerHyphenToLowerHyphen()
50 assertEquals("foo-bar", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo-bar")); in testLowerHyphenToLowerHyphen()
54 assertEquals("foo", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo")); in testLowerHyphenToLowerUnderscore()
55 assertEquals("foo_bar", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo-bar")); in testLowerHyphenToLowerUnderscore()
59 assertEquals("foo", LOWER_HYPHEN.to(LOWER_CAMEL, "foo")); in testLowerHyphenToLowerCamel()
60 assertEquals("fooBar", LOWER_HYPHEN.to(LOWER_CAMEL, "foo-bar")); in testLowerHyphenToLowerCamel()
64 assertEquals("Foo", LOWER_HYPHEN.to(UPPER_CAMEL, "foo")); in testLowerHyphenToUpperCamel()
65 assertEquals("FooBar", LOWER_HYPHEN.to(UPPER_CAMEL, "foo-bar")); in testLowerHyphenToUpperCamel()
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
DEncodingTest.java45 assertEquals(golden, Encoding.decodeHtml(html)); in testDecodeHtml()
51 assertEquals( in testDecodeHtml()
54 assertEquals( in testDecodeHtml()
57 assertEquals( in testDecodeHtml()
60 assertEquals( in testDecodeHtml()
63 assertEquals( in testDecodeHtml()
66 assertEquals( in testDecodeHtml()
69 assertEquals( in testDecodeHtml()
72 assertEquals( in testDecodeHtml()
75 assertEquals( in testDecodeHtml()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/
DJavaParserClassDeclarationTest.java50 import static org.junit.Assert.assertEquals;
88 assertEquals(true, compilationUnit.isClass()); in testIsClass()
94 assertEquals(false, compilationUnit.isInterface()); in testIsInterface()
100 assertEquals(false, compilationUnit.isEnum()); in testIsEnum()
106 assertEquals(false, compilationUnit.isTypeParameter()); in testIsTypeVariable()
112 assertEquals(true, compilationUnit.isType()); in testIsType()
118 assertEquals(compilationUnit, compilationUnit.asType()); in testAsType()
124 assertEquals(compilationUnit, compilationUnit.asClass()); in testAsClass()
142 assertEquals("com.github.javaparser.ast", compilationUnit.getPackageName()); in testGetPackageName()
148 assertEquals("CompilationUnit", compilationUnit.getClassName()); in testGetClassName()
[all …]
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event_unittest.py62 self.assertEquals(len(log_output), 1)
65 self.assertEquals(log_output['category'], 'process_argv')
66 self.assertEquals(log_output['name'], 'process_argv')
68 self.assertEquals(log_output['ph'], 'M')
84 self.assertEquals(len(json.loads(f.read() + ']')), 1)
96 self.assertEquals(len(json.loads(f.read() + ']')), 1)
99 self.assertEquals(len(json.loads(f.read() + ']')), 2)
104 self.assertEquals(len(json.loads(f.read() + ']')),1)
107 self.assertEquals(len(json.loads(f.read() + ']')), 1)
113 self.assertEquals(len(json.loads(f.read() + ']')), 1)
[all …]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteTest.java102 assertEquals(123, message2.getOptionalInt32()); in testLite()
103 assertEquals(1, message2.getRepeatedStringCount()); in testLite()
104 assertEquals("hello", message2.getRepeatedString(0)); in testLite()
105 assertEquals(7, message2.getOptionalNestedMessage().getBb()); in testLite()
128 assertEquals(123, (int) message2.getExtension( in testLiteExtensions()
130 assertEquals(1, message2.getExtensionCount( in testLiteExtensions()
132 assertEquals(1, message2.getExtension( in testLiteExtensions()
134 assertEquals("hello", message2.getExtension( in testLiteExtensions()
136 assertEquals(TestAllTypesLite.NestedEnum.BAZ, message2.getExtension( in testLiteExtensions()
138 assertEquals(7, message2.getExtension( in testLiteExtensions()
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DCaseFormatTest.java44 assertEquals(from + " to " + to, "", from.to(to, "")); in testIdentity()
45 assertEquals(from + " to " + to, " ", from.to(to, " ")); in testIdentity()
60 assertEquals("foo", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo")); in testLowerHyphenToLowerHyphen()
61 assertEquals("foo-bar", LOWER_HYPHEN.to(LOWER_HYPHEN, "foo-bar")); in testLowerHyphenToLowerHyphen()
65 assertEquals("foo", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo")); in testLowerHyphenToLowerUnderscore()
66 assertEquals("foo_bar", LOWER_HYPHEN.to(LOWER_UNDERSCORE, "foo-bar")); in testLowerHyphenToLowerUnderscore()
70 assertEquals("foo", LOWER_HYPHEN.to(LOWER_CAMEL, "foo")); in testLowerHyphenToLowerCamel()
71 assertEquals("fooBar", LOWER_HYPHEN.to(LOWER_CAMEL, "foo-bar")); in testLowerHyphenToLowerCamel()
75 assertEquals("Foo", LOWER_HYPHEN.to(UPPER_CAMEL, "foo")); in testLowerHyphenToUpperCamel()
76 assertEquals("FooBar", LOWER_HYPHEN.to(UPPER_CAMEL, "foo-bar")); in testLowerHyphenToUpperCamel()
[all …]
/external/mockito/src/test/java/org/mockitousage/matchers/
DMatchersTest.java21 import static org.junit.Assert.assertEquals;
81 assertEquals("0", mock.oneArg(false)); in and_overloaded()
82 assertEquals(null, mock.oneArg(true)); in and_overloaded()
84 assertEquals("1", mock.oneArg((byte) 1)); in and_overloaded()
85 assertEquals("2", mock.oneArg('a')); in and_overloaded()
86 assertEquals("3", mock.oneArg(1D)); in and_overloaded()
87 assertEquals("4", mock.oneArg(1F)); in and_overloaded()
88 assertEquals("5", mock.oneArg(1)); in and_overloaded()
89 assertEquals("6", mock.oneArg(1L)); in and_overloaded()
90 assertEquals("7", mock.oneArg((short) 1)); in and_overloaded()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DEvictingQueueTest.java45 assertEquals(0, queue.size()); in testCreateWithZeroSize()
48 assertEquals(0, queue.size()); in testCreateWithZeroSize()
51 assertEquals(0, queue.size()); in testCreateWithZeroSize()
54 assertEquals(0, queue.size()); in testCreateWithZeroSize()
71 assertEquals(0, queue.remainingCapacity()); in testRemainingCapacity_maxSize0()
76 assertEquals(1, queue.remainingCapacity()); in testRemainingCapacity_maxSize1()
78 assertEquals(0, queue.remainingCapacity()); in testRemainingCapacity_maxSize1()
83 assertEquals(3, queue.remainingCapacity()); in testRemainingCapacity_maxSize3()
85 assertEquals(2, queue.remainingCapacity()); in testRemainingCapacity_maxSize3()
87 assertEquals(1, queue.remainingCapacity()); in testRemainingCapacity_maxSize3()
[all …]
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java95 Assert.assertEquals("Lmy/pkg/blah;", method.getDefiningClass()); in testSmalideaMethod()
96 Assert.assertEquals("someMethodName", method.getName()); in testSmalideaMethod()
97 Assert.assertEquals("I", method.getReturnType()); in testSmalideaMethod()
100 Assert.assertEquals(1, parameterTypes.size()); in testSmalideaMethod()
101 Assert.assertEquals("I", parameterTypes.get(0)); in testSmalideaMethod()
104 Assert.assertEquals(1, parameters.size()); in testSmalideaMethod()
105 Assert.assertEquals("I", parameters.get(0).getType()); in testSmalideaMethod()
106 Assert.assertEquals("edge", parameters.get(0).getName()); in testSmalideaMethod()
108 Assert.assertEquals(AccessFlags.PUBLIC.getValue(), method.getAccessFlags()); in testSmalideaMethod()
113 Assert.assertEquals(4, impl.getRegisterCount()); in testSmalideaMethod()
[all …]

12345678910>>...149