Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
54200100.00%31.862
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

TestCase commonjs-unittesting

NameStatusTypeTime(s)
test AssertionError instanceof ErrorSuccess0.000
test ok falseSuccess0.000
test ok(true)Success0.000
test ok("test")Success0.000
test equal true falseSuccess0.001
test equal null nullSuccess0.000
test equal undefined undefinedSuccess0.000
test equal null undefinedSuccess0.000
test equal 2 "2"Success0.000
test equal "2" 2Success0.000
test equal true trueSuccess0.000
test notEqual true falseSuccess0.000
test notEqual true trueSuccess0.000
test strictEqual 2 "2"Success0.000
test strictEqual null undefinedSuccess0.000
test notStrictEqual 2 "2"Success0.000
test 7.2 deepEqual dateSuccess0.000
test 7.2 deepEqual date negativeSuccess0.000
test 7.3 deepEqual 4 "4"Success0.000
test 7.3 deepEqual "4" 4Success0.000
test 7.3 deepEqual true 1Success0.000
test 7.3 deepEqual 4 "5"Success0.000
test 7.4 deepEqual {a:4} {a:4}Success0.000
test 7.4 deepEqual {a:4,b:"2"} {a:4,b:"2"}Success0.000
test 7.4 deepEqual [4] ["4"]Success0.000
test 7.4 deepEqual {a:4} {a:4,b:true}Success0.000
test deepEqual ["a"], {0:"a"}Success0.000
test deepEqual {a:4,b:"1"} {b:"1",a:4}Success0.000
test deepEqual arrays with non-numeric propertiesSuccess0.001
test deepEqual identical prototypeSuccess0.000
test deepEqual "a" {}Success0.000
test deepEqual "" ""Success0.000
test deepEqual "" [""]Success0.001
test deepEqual [""] [""]Success0.000
test throw AssertionErrorSuccess0.000
test AssertionError instanceof ErrorSuccess0.000
test ok falseSuccess0.000
test ok(true)Success0.000
test ok("test")Success0.000
test equal true falseSuccess0.001
test equal null nullSuccess0.000
test equal undefined undefinedSuccess0.000
test equal null undefinedSuccess0.000
test equal 2 "2"Success0.000
test equal "2" 2Success0.000
test equal true trueSuccess0.000
test notEqual true falseSuccess0.000
test notEqual true trueSuccess0.000
test strictEqual 2 "2"Success0.000
test strictEqual null undefinedSuccess0.000
test notStrictEqual 2 "2"Success0.000
test 7.2 deepEqual dateSuccess0.000
test 7.2 deepEqual date negativeSuccess0.000
test 7.3 deepEqual 4 "4"Success0.000
test 7.3 deepEqual "4" 4Success0.000
test 7.3 deepEqual true 1Success0.000
test 7.3 deepEqual 4 "5"Success0.000
test 7.4 deepEqual {a:4} {a:4}Success0.000
test 7.4 deepEqual {a:4,b:"2"} {a:4,b:"2"}Success0.000
test 7.4 deepEqual [4] ["4"]Success0.000
test 7.4 deepEqual {a:4} {a:4,b:true}Success0.001
test deepEqual ["a"], {0:"a"}Success0.000
test deepEqual {a:4,b:"1"} {b:"1",a:4}Success0.000
test deepEqual arrays with non-numeric propertiesSuccess0.001
test deepEqual identical prototypeSuccess0.000
test deepEqual "a" {}Success0.000
test deepEqual "" ""Success0.000
test deepEqual "" [""]Success0.001
test deepEqual [""] [""]Success0.000
test throw AssertionErrorSuccess0.000
Properties >>

Back to top

TestCase compare

NameStatusTypeTime(s)
test mapper.test 1: add 1 line without \r to empty fileSuccess0.000
test mapper.test 2: add 2 lines without \r to empty fileSuccess0.000
test mapper.test 3: add 1 line to empty fileSuccess0.000
test mapper.test 4: add 2 lines to empty fileSuccess0.000
test mapper.test 5: add 1 empty line at beginningSuccess0.000
test mapper.test 6: add 2 empty lines at beginningSuccess0.001
test mapper.test 7: add 1 line at beginningSuccess0.001
test mapper.test 8: add 2 lines at beginningSuccess0.000
test mapper.test 9: input file without new line at end --> add new line at end (1)Success0.001
test mapper.test 10: input file without new line at end --> add new line at end (2)Success0.000
test mapper.test 11: input file without new line at end --> add 1 empty line at endSuccess0.000
test mapper.test 12: input file without new line at end --> add 2 empty lines at endSuccess0.001
test mapper.test 13: input file without new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test 14: input file without new line at end --> add 2 lines without \r at endSuccess0.001
test mapper.test 15: input file without new line at end --> add 1 line at endSuccess0.000
test mapper.test 16: input file without new line at end --> add 2 lines at endSuccess0.001
test mapper.test 17: input file with new line at end --> add 1 empty line at endSuccess0.000
test mapper.test 18: input file with new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test 19: input file with new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test 20: input file with new line at end --> add 1 line at endSuccess0.000
test mapper.test 21: input file with new line at end --> add 2 lines at endSuccess0.001
test mapper.test 22: input file with new line at end -->add 2 lines in the middleSuccess0.001
test mapper.test 23: input file without line at end -->add 2 empty lines in the middleSuccess0.000
test mapper.test 24: input file without line at end -->add 1 line before last line(Bug 360985)Success0.000
test mapper.test 25: input file with new line at end -->add 3 blocks at beginning , middle and endSuccess0.000
test mapper.test 26: input file has new line at end --> remove 1 line at beginningSuccess0.000
test mapper.test 27: input file has new line at end --> remove 2 lines at beginningSuccess0.000
test mapper.test 28: input file has new line at end --> remove 2 lines in the middleSuccess0.000
test mapper.test 29: input file has new line at end --> remove 2 lines at endSuccess0.000
test mapper.test 30: input file has new line at end --> remove the empty line at the endSuccess0.000
test mapper.test 31: input file has new line at end --> remove 1 empty line in the middleSuccess0.000
test mapper.test 32: input file has new line at end --> remove the last line and empty line at the endSuccess0.000
test mapper.test 33: input file has new line at end --> remove allSuccess0.000
test mapper.test 34: input file has no new line at end --> remove the last lineSuccess0.000
test mapper.test 35: input file has no new line at end --> remove the last line and the new line at the endSuccess0.001
test mapper.test 36: input file has no new line at end --> remove allSuccess0.000
test mapper.test 37: input file has new line at end --> change the first lineSuccess0.000
test mapper.test 38: input file has new line at end --> change the first line to 2 linesSuccess0.000
test mapper.test 39: input file has new line at end --> change the second lineSuccess0.000
test mapper.test 40: input file has new line at end --> change the last lineSuccess0.000
test mapper.test 41: input file has new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test 42: input file has new line at end --> change the midle 2 linesSuccess0.000
test mapper.test 43: input file has new line at end --> change the midle 2 lines to 4 linesSuccess0.000
test mapper.test 44: input file has new line at end --> change the midle 2 lines to 1 lineSuccess0.000
test mapper.test 45: input file has new line at end --> change all linesSuccess0.001
test mapper.test 46: input file has no new line at end --> change the last lineSuccess0.000
test mapper.test 47: input file has no new line at end --> change the last line with new lineSuccess0.000
test mapper.test 48: input file has no new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test 49: input file has no new line at end --> change the last line to 2 lines with new lineSuccess0.000
test mapper.test 50: input file has new line at end --> remove line 1,2 ;change 4,5 ; add 6-1,6-2Success0.001
test mapper.test 51: input file has no new line at end --> change last line by adding one charactorSuccess0.000
test mapper.test jsDiff 1: add 1 line without \r to empty fileSuccess0.000
test mapper.test jsDiff 2: add 2 lines without \r to empty fileSuccess0.000
test mapper.test jsDiff 3: add 1 line to empty fileSuccess0.000
test mapper.test jsDiff 4: add 2 lines to empty fileSuccess0.000
test mapper.test jsDiff 5: add 1 empty line at beginningSuccess0.001
test mapper.test jsDiff 6: add 2 empty lines at beginningSuccess0.000
test mapper.test jsDiff 7: add 1 line at beginningSuccess0.000
test mapper.test jsDiff 8: add 2 lines at beginningSuccess0.001
test mapper.test jsDiff 9: input file without new line at end --> add new line at end (1)Success0.000
test mapper.test jsDiff 10: input file without new line at end --> add new line at end (2)Success0.000
test mapper.test jsDiff 11: input file without new line at end --> add 1 empty line at endSuccess0.000
test mapper.test jsDiff 12: input file without new line at end --> add 2 empty lines at endSuccess0.000
test mapper.test jsDiff 13: input file without new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff 14: input file without new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test jsDiff 15: input file without new line at end --> add 1 line at endSuccess0.000
test mapper.test jsDiff 16: input file without new line at end --> add 2 lines at endSuccess0.000
test mapper.test jsDiff 17: input file with new line at end --> add 1 empty line at endSuccess0.000
test mapper.test jsDiff 18: input file with new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff 19: input file with new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test jsDiff 20: input file with new line at end --> add 1 line at endSuccess0.000
test mapper.test jsDiff 21: input file with new line at end --> add 2 lines at endSuccess0.000
test mapper.test jsDiff 22: input file with new line at end -->add 2 lines in the middleSuccess0.000
test mapper.test jsDiff 23: input file without line at end -->add 2 empty lines in the middleSuccess0.000
test mapper.test jsDiff 25: input file with new line at end -->add 3 blocks at beginning , middle and endSuccess0.000
test mapper.test jsDiff 26: input file has new line at end --> remove 1 line at beginningSuccess0.001
test mapper.test jsDiff 27: input file has new line at end --> remove 2 lines at beginningSuccess0.000
test mapper.test jsDiff 28: input file has new line at end --> remove 2 lines in the middleSuccess0.000
test mapper.test jsDiff 29: input file has new line at end --> remove 2 lines at endSuccess0.000
test mapper.test jsDiff 31: input file has new line at end --> remove 1 empty line in the middleSuccess0.000
test mapper.test jsDiff 33: input file has new line at end --> remove allSuccess0.000
test mapper.test jsDiff 34: input file has no new line at end --> remove the last lineSuccess0.000
test mapper.test jsDiff 35: input file has no new line at end --> remove the last line and the new line at the endSuccess0.000
test mapper.test jsDiff 36: input file has no new line at end --> remove allSuccess0.000
test mapper.test jsDiff 37: input file has new line at end --> change the first lineSuccess0.000
test mapper.test jsDiff 38: input file has new line at end --> change the first line to 2 linesSuccess0.000
test mapper.test jsDiff 39: input file has new line at end --> change the second lineSuccess0.000
test mapper.test jsDiff 42: input file has new line at end --> change the midle 2 linesSuccess0.000
test mapper.test jsDiff 43: input file has new line at end --> change the midle 2 lines to 4 linesSuccess0.000
test mapper.test jsDiff 44: input file has new line at end --> change the midle 2 lines to 1 lineSuccess0.000
test mapper.test jsDiff 45: input file has new line at end --> change all linesSuccess0.000
test mapper.test jsDiff 46: input file has no new line at end --> change the last lineSuccess0.000
test mapper.test jsDiff 47: input file has no new line at end --> change the last line with new lineSuccess0.000
test mapper.test jsDiff 48: input file has no new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test jsDiff 49: input file has no new line at end --> change the last line to 2 lines with new lineSuccess0.000
test mapper.test jsDiff 50: input file has new line at end --> remove line 1,2 ;change 4,5 ; add 6-1,6-2Success0.000
test mapper.test jsDiff 51: input file has no new line at end --> change last line by adding one charactorSuccess0.000
test mapper.test jsDiff adapter 1: add 1 line without \r to empty fileSuccess0.000
test mapper.test jsDiff adapter 2: add 2 lines without \r to empty fileSuccess0.000
test mapper.test jsDiff adapter 3: add 1 line to empty fileSuccess0.000
test mapper.test jsDiff adapter 4: add 2 lines to empty fileSuccess0.000
test mapper.test jsDiff adapter 5: add 1 empty line at beginningSuccess0.000
test mapper.test jsDiff adapter 6: add 2 empty lines at beginningSuccess0.000
test mapper.test jsDiff adapter 7: add 1 line at beginningSuccess0.000
test mapper.test jsDiff adapter 8: add 2 lines at beginningSuccess0.000
test mapper.test jsDiff adapter 9: input file without new line at end --> add new line at end (1)Success0.000
test mapper.test jsDiff adapter 10: input file without new line at end --> add new line at end (2)Success0.001
test mapper.test jsDiff adapter 11: input file without new line at end --> add 1 empty line at endSuccess0.000
test mapper.test jsDiff adapter 12: input file without new line at end --> add 2 empty lines at endSuccess0.000
test mapper.test jsDiff adapter 13: input file without new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff adapter 14: input file without new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test jsDiff adapter 15: input file without new line at end --> add 1 line at endSuccess0.000
test mapper.test jsDiff adapter 16: input file without new line at end --> add 2 lines at endSuccess0.000
test mapper.test jsDiff adapter 17: input file with new line at end --> add 1 empty line at endSuccess0.000
test mapper.test jsDiff adapter 18: input file with new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff adapter 19: input file with new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test jsDiff adapter 20: input file with new line at end --> add 1 line at endSuccess0.001
test mapper.test jsDiff adapter 21: input file with new line at end --> add 2 lines at endSuccess0.000
test mapper.test jsDiff adapter 22: input file with new line at end -->add 2 lines in the middleSuccess0.000
test mapper.test jsDiff adapter 23: input file without line at end -->add 2 empty lines in the middleSuccess0.000
test mapper.test jsDiff adapter 24: input file without line at end -->add 1 line before last line(Bug 360985)Success0.000
test mapper.test jsDiff adapter 25: input file with new line at end -->add 3 blocks at beginning , middle and endSuccess0.001
test mapper.test jsDiff adapter 26: input file has new line at end --> remove 1 line at beginningSuccess0.000
test mapper.test jsDiff adapter 27: input file has new line at end --> remove 2 lines at beginningSuccess0.000
test mapper.test jsDiff adapter 28: input file has new line at end --> remove 2 lines in the middleSuccess0.000
test mapper.test jsDiff adapter 29: input file has new line at end --> remove 2 lines at endSuccess0.000
test mapper.test jsDiff adapter 30: input file has new line at end --> remove the empty line at the endSuccess0.000
test mapper.test jsDiff adapter 31: input file has new line at end --> remove 1 empty line in the middleSuccess0.000
test mapper.test jsDiff adapter 32: input file has new line at end --> remove the last line and empty line at the endSuccess0.000
test mapper.test jsDiff adapter 33: input file has new line at end --> remove allSuccess0.000
test mapper.test jsDiff adapter 34: input file has no new line at end --> remove the last lineSuccess0.000
test mapper.test jsDiff adapter 35: input file has no new line at end --> remove the last line and the new line at the endSuccess0.000
test mapper.test jsDiff adapter 36: input file has no new line at end --> remove allSuccess0.000
test mapper.test jsDiff adapter 37: input file has new line at end --> change the first lineSuccess0.000
test mapper.test jsDiff adapter 38: input file has new line at end --> change the first line to 2 linesSuccess0.000
test mapper.test jsDiff adapter 39: input file has new line at end --> change the second lineSuccess0.000
test mapper.test jsDiff adapter 40: input file has new line at end --> change the last lineSuccess0.000
test mapper.test jsDiff adapter 41: input file has new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test jsDiff adapter 42: input file has new line at end --> change the midle 2 linesSuccess0.000
test mapper.test jsDiff adapter 43: input file has new line at end --> change the midle 2 lines to 4 linesSuccess0.000
test mapper.test jsDiff adapter 44: input file has new line at end --> change the midle 2 lines to 1 lineSuccess0.000
test mapper.test jsDiff adapter 45: input file has new line at end --> change all linesSuccess0.000
test mapper.test jsDiff adapter 46: input file has no new line at end --> change the last lineSuccess0.000
test mapper.test jsDiff adapter 47: input file has no new line at end --> change the last line with new lineSuccess0.001
test mapper.test jsDiff adapter 48: input file has no new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test jsDiff adapter 49: input file has no new line at end --> change the last line to 2 lines with new lineSuccess0.000
test mapper.test jsDiff adapter 50: input file has new line at end --> remove line 1,2 ;change 4,5 ; add 6-1,6-2Success0.000
test mapper.test jsDiff adapter 51: input file has no new line at end --> change last line by adding one charactorSuccess0.000
test mapper.test empty caseSuccess0.000
test mapper.test add 1 empty line to empty fileSuccess0.000
test mapper.test add 2 empty lines to empty fileSuccess0.000
test model.test model : empty fileSuccess0.000
test model.test model : 1 empty lineSuccess0.001
test model.test model : 1 line no CRSuccess0.000
test model.test model : 1 line with CRSuccess0.000
test model.test model : 2 lines with CR and 2 gaps at beginningSuccess0.002
test model.test model : 2 lines with CR and 2 gaps in the middleSuccess0.000
test model.test model : 2 lines with CR and 2 gaps at the endSuccess0.000
test mapper.test 1: add 1 line without \r to empty fileSuccess0.000
test mapper.test 2: add 2 lines without \r to empty fileSuccess0.000
test mapper.test 3: add 1 line to empty fileSuccess0.000
test mapper.test 4: add 2 lines to empty fileSuccess0.001
test mapper.test 5: add 1 empty line at beginningSuccess0.000
test mapper.test 6: add 2 empty lines at beginningSuccess0.000
test mapper.test 7: add 1 line at beginningSuccess0.001
test mapper.test 8: add 2 lines at beginningSuccess0.001
test mapper.test 9: input file without new line at end --> add new line at end (1)Success0.001
test mapper.test 10: input file without new line at end --> add new line at end (2)Success0.000
test mapper.test 11: input file without new line at end --> add 1 empty line at endSuccess0.001
test mapper.test 12: input file without new line at end --> add 2 empty lines at endSuccess0.000
test mapper.test 13: input file without new line at end --> add 1 line without \r at endSuccess0.001
test mapper.test 14: input file without new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test 15: input file without new line at end --> add 1 line at endSuccess0.001
test mapper.test 16: input file without new line at end --> add 2 lines at endSuccess0.000
test mapper.test 17: input file with new line at end --> add 1 empty line at endSuccess0.000
test mapper.test 18: input file with new line at end --> add 1 line without \r at endSuccess0.001
test mapper.test 19: input file with new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test 20: input file with new line at end --> add 1 line at endSuccess0.000
test mapper.test 21: input file with new line at end --> add 2 lines at endSuccess0.000
test mapper.test 22: input file with new line at end -->add 2 lines in the middleSuccess0.000
test mapper.test 23: input file without line at end -->add 2 empty lines in the middleSuccess0.000
test mapper.test 24: input file without line at end -->add 1 line before last line(Bug 360985)Success0.001
test mapper.test 25: input file with new line at end -->add 3 blocks at beginning , middle and endSuccess0.000
test mapper.test 26: input file has new line at end --> remove 1 line at beginningSuccess0.000
test mapper.test 27: input file has new line at end --> remove 2 lines at beginningSuccess0.000
test mapper.test 28: input file has new line at end --> remove 2 lines in the middleSuccess0.000
test mapper.test 29: input file has new line at end --> remove 2 lines at endSuccess0.000
test mapper.test 30: input file has new line at end --> remove the empty line at the endSuccess0.001
test mapper.test 31: input file has new line at end --> remove 1 empty line in the middleSuccess0.000
test mapper.test 32: input file has new line at end --> remove the last line and empty line at the endSuccess0.000
test mapper.test 33: input file has new line at end --> remove allSuccess0.000
test mapper.test 34: input file has no new line at end --> remove the last lineSuccess0.000
test mapper.test 35: input file has no new line at end --> remove the last line and the new line at the endSuccess0.001
test mapper.test 36: input file has no new line at end --> remove allSuccess0.000
test mapper.test 37: input file has new line at end --> change the first lineSuccess0.000
test mapper.test 38: input file has new line at end --> change the first line to 2 linesSuccess0.001
test mapper.test 39: input file has new line at end --> change the second lineSuccess0.000
test mapper.test 40: input file has new line at end --> change the last lineSuccess0.000
test mapper.test 41: input file has new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test 42: input file has new line at end --> change the midle 2 linesSuccess0.000
test mapper.test 43: input file has new line at end --> change the midle 2 lines to 4 linesSuccess0.000
test mapper.test 44: input file has new line at end --> change the midle 2 lines to 1 lineSuccess0.000
test mapper.test 45: input file has new line at end --> change all linesSuccess0.001
test mapper.test 46: input file has no new line at end --> change the last lineSuccess0.000
test mapper.test 47: input file has no new line at end --> change the last line with new lineSuccess0.000
test mapper.test 48: input file has no new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test 49: input file has no new line at end --> change the last line to 2 lines with new lineSuccess0.000
test mapper.test 50: input file has new line at end --> remove line 1,2 ;change 4,5 ; add 6-1,6-2Success0.001
test mapper.test 51: input file has no new line at end --> change last line by adding one charactorSuccess0.000
test mapper.test jsDiff 1: add 1 line without \r to empty fileSuccess0.000
test mapper.test jsDiff 2: add 2 lines without \r to empty fileSuccess0.000
test mapper.test jsDiff 3: add 1 line to empty fileSuccess0.000
test mapper.test jsDiff 4: add 2 lines to empty fileSuccess0.000
test mapper.test jsDiff 5: add 1 empty line at beginningSuccess0.001
test mapper.test jsDiff 6: add 2 empty lines at beginningSuccess0.000
test mapper.test jsDiff 7: add 1 line at beginningSuccess0.000
test mapper.test jsDiff 8: add 2 lines at beginningSuccess0.001
test mapper.test jsDiff 9: input file without new line at end --> add new line at end (1)Success0.000
test mapper.test jsDiff 10: input file without new line at end --> add new line at end (2)Success0.000
test mapper.test jsDiff 11: input file without new line at end --> add 1 empty line at endSuccess0.000
test mapper.test jsDiff 12: input file without new line at end --> add 2 empty lines at endSuccess0.000
test mapper.test jsDiff 13: input file without new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff 14: input file without new line at end --> add 2 lines without \r at endSuccess0.001
test mapper.test jsDiff 15: input file without new line at end --> add 1 line at endSuccess0.000
test mapper.test jsDiff 16: input file without new line at end --> add 2 lines at endSuccess0.000
test mapper.test jsDiff 17: input file with new line at end --> add 1 empty line at endSuccess0.000
test mapper.test jsDiff 18: input file with new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff 19: input file with new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test jsDiff 20: input file with new line at end --> add 1 line at endSuccess0.000
test mapper.test jsDiff 21: input file with new line at end --> add 2 lines at endSuccess0.001
test mapper.test jsDiff 22: input file with new line at end -->add 2 lines in the middleSuccess0.000
test mapper.test jsDiff 23: input file without line at end -->add 2 empty lines in the middleSuccess0.000
test mapper.test jsDiff 25: input file with new line at end -->add 3 blocks at beginning , middle and endSuccess0.000
test mapper.test jsDiff 26: input file has new line at end --> remove 1 line at beginningSuccess0.000
test mapper.test jsDiff 27: input file has new line at end --> remove 2 lines at beginningSuccess0.000
test mapper.test jsDiff 28: input file has new line at end --> remove 2 lines in the middleSuccess0.000
test mapper.test jsDiff 29: input file has new line at end --> remove 2 lines at endSuccess0.000
test mapper.test jsDiff 31: input file has new line at end --> remove 1 empty line in the middleSuccess0.000
test mapper.test jsDiff 33: input file has new line at end --> remove allSuccess0.000
test mapper.test jsDiff 34: input file has no new line at end --> remove the last lineSuccess0.000
test mapper.test jsDiff 35: input file has no new line at end --> remove the last line and the new line at the endSuccess0.000
test mapper.test jsDiff 36: input file has no new line at end --> remove allSuccess0.000
test mapper.test jsDiff 37: input file has new line at end --> change the first lineSuccess0.000
test mapper.test jsDiff 38: input file has new line at end --> change the first line to 2 linesSuccess0.000
test mapper.test jsDiff 39: input file has new line at end --> change the second lineSuccess0.000
test mapper.test jsDiff 42: input file has new line at end --> change the midle 2 linesSuccess0.000
test mapper.test jsDiff 43: input file has new line at end --> change the midle 2 lines to 4 linesSuccess0.000
test mapper.test jsDiff 44: input file has new line at end --> change the midle 2 lines to 1 lineSuccess0.000
test mapper.test jsDiff 45: input file has new line at end --> change all linesSuccess0.000
test mapper.test jsDiff 46: input file has no new line at end --> change the last lineSuccess0.000
test mapper.test jsDiff 47: input file has no new line at end --> change the last line with new lineSuccess0.000
test mapper.test jsDiff 48: input file has no new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test jsDiff 49: input file has no new line at end --> change the last line to 2 lines with new lineSuccess0.000
test mapper.test jsDiff 50: input file has new line at end --> remove line 1,2 ;change 4,5 ; add 6-1,6-2Success0.000
test mapper.test jsDiff 51: input file has no new line at end --> change last line by adding one charactorSuccess0.000
test mapper.test jsDiff adapter 1: add 1 line without \r to empty fileSuccess0.000
test mapper.test jsDiff adapter 2: add 2 lines without \r to empty fileSuccess0.000
test mapper.test jsDiff adapter 3: add 1 line to empty fileSuccess0.000
test mapper.test jsDiff adapter 4: add 2 lines to empty fileSuccess0.000
test mapper.test jsDiff adapter 5: add 1 empty line at beginningSuccess0.000
test mapper.test jsDiff adapter 6: add 2 empty lines at beginningSuccess0.000
test mapper.test jsDiff adapter 7: add 1 line at beginningSuccess0.001
test mapper.test jsDiff adapter 8: add 2 lines at beginningSuccess0.000
test mapper.test jsDiff adapter 9: input file without new line at end --> add new line at end (1)Success0.000
test mapper.test jsDiff adapter 10: input file without new line at end --> add new line at end (2)Success0.000
test mapper.test jsDiff adapter 11: input file without new line at end --> add 1 empty line at endSuccess0.000
test mapper.test jsDiff adapter 12: input file without new line at end --> add 2 empty lines at endSuccess0.000
test mapper.test jsDiff adapter 13: input file without new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff adapter 14: input file without new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test jsDiff adapter 15: input file without new line at end --> add 1 line at endSuccess0.000
test mapper.test jsDiff adapter 16: input file without new line at end --> add 2 lines at endSuccess0.000
test mapper.test jsDiff adapter 17: input file with new line at end --> add 1 empty line at endSuccess0.001
test mapper.test jsDiff adapter 18: input file with new line at end --> add 1 line without \r at endSuccess0.000
test mapper.test jsDiff adapter 19: input file with new line at end --> add 2 lines without \r at endSuccess0.000
test mapper.test jsDiff adapter 20: input file with new line at end --> add 1 line at endSuccess0.000
test mapper.test jsDiff adapter 21: input file with new line at end --> add 2 lines at endSuccess0.000
test mapper.test jsDiff adapter 22: input file with new line at end -->add 2 lines in the middleSuccess0.000
test mapper.test jsDiff adapter 23: input file without line at end -->add 2 empty lines in the middleSuccess0.000
test mapper.test jsDiff adapter 24: input file without line at end -->add 1 line before last line(Bug 360985)Success0.000
test mapper.test jsDiff adapter 25: input file with new line at end -->add 3 blocks at beginning , middle and endSuccess0.000
test mapper.test jsDiff adapter 26: input file has new line at end --> remove 1 line at beginningSuccess0.000
test mapper.test jsDiff adapter 27: input file has new line at end --> remove 2 lines at beginningSuccess0.000
test mapper.test jsDiff adapter 28: input file has new line at end --> remove 2 lines in the middleSuccess0.000
test mapper.test jsDiff adapter 29: input file has new line at end --> remove 2 lines at endSuccess0.000
test mapper.test jsDiff adapter 30: input file has new line at end --> remove the empty line at the endSuccess0.000
test mapper.test jsDiff adapter 31: input file has new line at end --> remove 1 empty line in the middleSuccess0.000
test mapper.test jsDiff adapter 32: input file has new line at end --> remove the last line and empty line at the endSuccess0.000
test mapper.test jsDiff adapter 33: input file has new line at end --> remove allSuccess0.000
test mapper.test jsDiff adapter 34: input file has no new line at end --> remove the last lineSuccess0.000
test mapper.test jsDiff adapter 35: input file has no new line at end --> remove the last line and the new line at the endSuccess0.000
test mapper.test jsDiff adapter 36: input file has no new line at end --> remove allSuccess0.000
test mapper.test jsDiff adapter 37: input file has new line at end --> change the first lineSuccess0.000
test mapper.test jsDiff adapter 38: input file has new line at end --> change the first line to 2 linesSuccess0.001
test mapper.test jsDiff adapter 39: input file has new line at end --> change the second lineSuccess0.000
test mapper.test jsDiff adapter 40: input file has new line at end --> change the last lineSuccess0.000
test mapper.test jsDiff adapter 41: input file has new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test jsDiff adapter 42: input file has new line at end --> change the midle 2 linesSuccess0.000
test mapper.test jsDiff adapter 43: input file has new line at end --> change the midle 2 lines to 4 linesSuccess0.000
test mapper.test jsDiff adapter 44: input file has new line at end --> change the midle 2 lines to 1 lineSuccess0.000
test mapper.test jsDiff adapter 45: input file has new line at end --> change all linesSuccess0.000
test mapper.test jsDiff adapter 46: input file has no new line at end --> change the last lineSuccess0.000
test mapper.test jsDiff adapter 47: input file has no new line at end --> change the last line with new lineSuccess0.001
test mapper.test jsDiff adapter 48: input file has no new line at end --> change the last line to 2 linesSuccess0.000
test mapper.test jsDiff adapter 49: input file has no new line at end --> change the last line to 2 lines with new lineSuccess0.000
test mapper.test jsDiff adapter 50: input file has new line at end --> remove line 1,2 ;change 4,5 ; add 6-1,6-2Success0.000
test mapper.test jsDiff adapter 51: input file has no new line at end --> change last line by adding one charactorSuccess0.000
test mapper.test empty caseSuccess0.000
test mapper.test add 1 empty line to empty fileSuccess0.000
test mapper.test add 2 empty lines to empty fileSuccess0.000
test model.test model : empty fileSuccess0.000
test model.test model : 1 empty lineSuccess0.000
test model.test model : 1 line no CRSuccess0.000
test model.test model : 1 line with CRSuccess0.001
test model.test model : 2 lines with CR and 2 gaps at beginningSuccess0.002
test model.test model : 2 lines with CR and 2 gaps in the middleSuccess0.000
test model.test model : 2 lines with CR and 2 gaps at the endSuccess0.001
Properties >>

Back to top

TestCase contentTypes

NameStatusTypeTime(s)
test_getContentTypesSuccess0.001
test_getContentTypesMapSuccess0.000
test_getContentTypeSuccess0.000
test_getFileContentTypeSuccess0.000
test_getFilenameContentTypeSuccess0.001
test_isExtensionOfSuccess0.000
test_isExtensionOf2Success0.000
test_isSomeExtensionOfSuccess0.001
test_getContentTypesSuccess0.000
test_getContentTypesMapSuccess0.001
test_getContentTypeSuccess0.000
test_getFileContentTypeSuccess0.000
test_getFilenameContentTypeSuccess0.000
test_isExtensionOfSuccess0.000
test_isExtensionOf2Success0.000
test_isSomeExtensionOfSuccess0.001
Properties >>

Back to top

TestCase editor

NameStatusTypeTime(s)
testEditor.test bind - 'this'Success0.000
testEditor.test bind - paramSuccess0.000
testEditor.test bind - multiple paramsSuccess0.000
testEditor.test bind - fixed params precede call site paramsSuccess0.000
testCodeMirror.test CodeMirror - 1Success0.000
testEditor.test bind - 'this'Success0.000
testEditor.test bind - paramSuccess0.000
testEditor.test bind - multiple paramsSuccess0.000
testEditor.test bind - fixed params precede call site paramsSuccess0.000
testCodeMirror.test CodeMirror - 1Success0.001
Properties >>

Back to top

TestCase jsContentAssist

NameStatusTypeTime(s)
testUnknownVariableFunctionsSuccess0.001
testUnknownVariableFunctionsWithPrefixSuccess0.000
testKeywordCompletionInVariableMemberSuccess0.000
testUnknownArgumentFunctionsSuccess0.000
testTemplateInFunctionBodySuccess0.001
testKeywordsInFunctionBodyWithPrefixSuccess0.000
testTemplateInFunctionBodyWithPrefixSuccess0.001
testStringLengthPropertySuccess0.000
testStringTrimMethodSuccess0.001
testDoubleQuoteStringLiteralSuccess0.000
testSingleQuoteStringLiteralSuccess0.000
testDoubleQuoteStringLiteralWithPrefixSuccess0.001
testSimpleFunctionArgsSuccess0.000
testFunctionArgsWithWhitespaceSuccess0.000
testFunctionArgsWithLineBreaksSuccess0.000
testVariableInCurrentClosureSuccess0.001
testVariableInFunctionWithStringContainingFunctionSuccess0.001
testRegexContainingFunctionSuccess0.001
testVariableInFunctionWithCommentContainingFunctionSuccess0.000
testVariableInFunctionWithRegexContainingFunctionSuccess0.001
testVariableInOtherClosureSuccess0.000
testVariableInParentClosureSuccess0.001
testVariableBeforeOtherClosureSuccess0.000
testVariableNoClosureSuccess0.000
testVariableAssignedToFunctionSuccess0.000
testUnknownVariableFunctionsSuccess0.000
testUnknownVariableFunctionsWithPrefixSuccess0.000
testKeywordCompletionInVariableMemberSuccess0.000
testUnknownArgumentFunctionsSuccess0.000
testTemplateInFunctionBodySuccess0.000
testKeywordsInFunctionBodyWithPrefixSuccess0.001
testTemplateInFunctionBodyWithPrefixSuccess0.001
testStringLengthPropertySuccess0.000
testStringTrimMethodSuccess0.000
testDoubleQuoteStringLiteralSuccess0.000
testSingleQuoteStringLiteralSuccess0.000
testDoubleQuoteStringLiteralWithPrefixSuccess0.000
testSimpleFunctionArgsSuccess0.000
testFunctionArgsWithWhitespaceSuccess0.000
testFunctionArgsWithLineBreaksSuccess0.000
testVariableInCurrentClosureSuccess0.000
testVariableInFunctionWithStringContainingFunctionSuccess0.001
testRegexContainingFunctionSuccess0.000
testVariableInFunctionWithCommentContainingFunctionSuccess0.000
testVariableInFunctionWithRegexContainingFunctionSuccess0.001
testVariableInOtherClosureSuccess0.000
testVariableInParentClosureSuccess0.001
testVariableBeforeOtherClosureSuccess0.000
testVariableNoClosureSuccess0.000
testVariableAssignedToFunctionSuccess0.000
Properties >>

Back to top

TestCase pluginRegistry

NameStatusTypeTime(s)
test empty registrySuccess0.001
test install pluginSuccess0.189
test reload installed pluginSuccess0.040
test plugin service callSuccess0.044
test plugin service call promiseSuccess0.034
test plugin eventSuccess0.035
test 404 pluginSuccess15.011
test empty registrySuccess0.000
test install pluginSuccess0.040
test reload installed pluginSuccess0.036
test plugin service callSuccess0.038
test plugin service call promiseSuccess0.049
test plugin eventSuccess0.040
test 404 pluginSuccess15.013
Properties >>

Back to top

TestCase preferences

NameStatusTypeTime(s)
test localStorageSuccess0.001
test localStorageSuccess0.001
Properties >>

Back to top

TestCase serviceRegistry

NameStatusTypeTime(s)
testRegisterAndGetServiceSuccess0.001
testRegisterUnregisterMultipleServicesSuccess0.000
testEventsSuccess0.001
testDojoPromiseProgressBasicSuccess0.001
testDojoPromiseProgressChainSuccess0.000
testRegisterAndGetServiceSuccess0.001
testRegisterUnregisterMultipleServicesSuccess0.000
testEventsSuccess0.000
testDojoPromiseProgressBasicSuccess0.002
testDojoPromiseProgressChainSuccess0.000
Properties >>

Back to top

TestCase testRunAsynch

NameStatusTypeTime(s)
test basic synchSuccess0.000
test subtest.test sub1Success0.000
test subtest.test sub2Success0.000
test basic asynchSuccess0.099
test expected asynch failureSuccess0.101
test basic listSuccess0.000
test blow stack with promiseSuccess0.023
test blow stack with valueSuccess0.010
test blow stack with exceptionSuccess0.326
test basic synchSuccess0.000
test subtest.test sub1Success0.000
test subtest.test sub2Success0.000
test basic asynchSuccess0.099
test expected asynch failureSuccess0.099
test basic listSuccess0.000
test blow stack with promiseSuccess0.034
test blow stack with valueSuccess0.008
test blow stack with exceptionSuccess0.369
Properties >>

Back to top

TestCase textview

NameStatusTypeTime(s)
test model.testEmptyTextModelSuccess0.001
test model.testInsertTextModelSuccess0.004
test projection model.testProjectionModel1Success0.003
test projection model.testProjectionModel2Success0.004
test projection model.testProjectionModel3Success0.008
test annotation model.testAnnotationModel1Success0.000
test annotation model.testAnnotationModel2Success0.000
test annotation model.testAnnotationModel3Success0.000
test annotation model.testAnnotationModel4Success0.000
test annotation model.testAnnotationModel5Success0.000
test annotation model.testAnnotationModel6Success0.000
test annotation model.testAnnotationModel7Success0.000
test annotation model.testAnnotationModel8Success0.001
test annotation model.testAnnotationModel9Success0.000
test annotation model.testAnnotationModel10Success0.000
test annotation model.testAnnotationModel11Success0.000
test annotation model.testAnnotationModel12Success0.000
test annotation model.testAnnotationModel13Success0.000
test model.testEmptyTextModelSuccess0.000
test model.testInsertTextModelSuccess0.004
test projection model.testProjectionModel1Success0.003
test projection model.testProjectionModel2Success0.004
test projection model.testProjectionModel3Success0.009
test annotation model.testAnnotationModel1Success0.000
test annotation model.testAnnotationModel2Success0.000
test annotation model.testAnnotationModel3Success0.000
test annotation model.testAnnotationModel4Success0.000
test annotation model.testAnnotationModel5Success0.000
test annotation model.testAnnotationModel6Success0.000
test annotation model.testAnnotationModel7Success0.000
test annotation model.testAnnotationModel8Success0.000
test annotation model.testAnnotationModel9Success0.000
test annotation model.testAnnotationModel10Success0.000
test annotation model.testAnnotationModel11Success0.000
test annotation model.testAnnotationModel12Success0.000
test annotation model.testAnnotationModel13Success0.000
Properties >>

Back to top