Home
last modified time | relevance | path

Searched defs:assert_equal (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/and/
Dand.ts16 declare function assert_equal(a: Object, b: Object):void; function
/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/
Dduplicatefunctions.ts15 declare function assert_equal(a: Object, b: Object):void; function
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js103 assert_equal(res,"aaaa哈哈哈哈哈哈哈哈哈嘻bbbb哈哈哈哈哈哈哈哈哈嘻cccc哈哈哈哈哈哈哈哈哈嘻aaaabbbbcccc") variable
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js44 assert_equal(JSON.stringify(a),'{"0":0,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0… variable
60 assert_equal(JSON.stringify(o),'{"g":9,"f1":1,"f2":1,"f3":1,"f4":1,"f5":1,"f6":1,"f7":1,"f8":1}') variable
69 assert_equal(JSON.stringify(o2),'{"g":8,"f2":1}') variable
78 assert_equal(JSON.stringify(parent2),'{"a":{}}') variable
106 assert_equal(JSON.stringify([{}]),'[{}]') variable
/arkcompiler/toolchain/test/autotest/aw/
Dall_utils.py101 def assert_equal(actual, expected): member in CommonUtils
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js76 assert_equal(reg3.test(''),true) variable
/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js450 assert_equal(arr.with(0, "n")[0], 'n') variable
454 assert_equal(arr.toReversed()[0], 100) variable