testcases
37 rows where testsuite_id = 119185
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
3500440 | - 119185 | ContentHandlerSanityTest | testValidCovers | 0.000715 | 0 | 0 |
3500441 | - 119185 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.00197 | 0 | 0 |
3500442 | - 119185 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.000897 | 0 | 0 |
3500443 | - 119185 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001255 | 0 | 0 |
3500444 | - 119185 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000778 | 0 | 0 |
3500445 | - 119185 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000624 | 0 | 0 |
3500446 | - 119185 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000747 | 0 | 0 |
3500447 | - 119185 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.005663 | 0 | 0 |
3500448 | - 119185 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.006211 | 0 | 0 |
3500449 | - 119185 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.002778 | 0 | 0 |
3500450 | - 119185 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.012152 | 0 | 0 |
3500451 | - 119185 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.002035 | 0 | 0 |
3500452 | - 119185 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.004385 | 0 | 0 |
3500453 | - 119185 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.006158 | 0 | 0 |
3500454 | - 119185 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.006177 | 0 | 0 |
3500455 | - 119185 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.004276 | 0 | 0 |
3500456 | - 119185 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.006087 | 0 | 0 |
3500457 | - 119185 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.004254 | 0 | 0 |
3500458 | - 119185 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.004208 | 0 | 0 |
3500459 | - 119185 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.003061 | 0 | 0 |
3500460 | - 119185 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.001636 | 0 | 0 |
3500461 | - 119185 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.001651 | 0 | 0 |
3500462 | - 119185 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.001624 | 0 | 0 |
3500463 | - 119185 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.001631 | 0 | 0 |
3500464 | - 119185 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.001649 | 0 | 0 |
3500465 | - 119185 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.000688 | 0 | 0 |
3500466 | - 119185 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.000624 | 0 | 0 |
3500467 | - 119185 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000611 | 0 | 0 |
3500468 | - 119185 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.00069 | 0 | 0 |
3500469 | - 119185 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000609 | 0 | 0 |
3500470 | - 119185 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000743 | 0 | 0 |
3500471 | - 119185 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.001497 | 0 | 0 |
3500472 | - 119185 | DatabaseIntegrationTest | testUniformTablePrefix | 0.001671 | 0 | 0 |
3500473 | - 119185 | DatabaseIntegrationTest | testValidCovers | 0.000873 | 0 | 0 |
3500474 | - 119185 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.119635 | 0 | 0 |
3500475 | - 119185 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.113228 | 0 | 0 |
3500476 | - 119185 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.100945 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testcases ( id INTEGER PRIMARY KEY, testsuite_id INTEGER NOT NULL, classname TEXT, name TEXT, time REAL, failure INTEGER NOT NULL, skipped INTEGER NOT NULL, CHECK (failure IN (0, 1)), CHECK (skipped IN (0, 1)), FOREIGN KEY(testsuite_id) REFERENCES testsuites(id) );