testcases
37 rows where testsuite_id = 95240
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
2979468 | - 95240 | ContentHandlerSanityTest | testValidCovers | 0.000969 | 0 | 0 |
2979469 | - 95240 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002235 | 0 | 0 |
2979470 | - 95240 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.001018 | 0 | 0 |
2979471 | - 95240 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001181 | 0 | 0 |
2979472 | - 95240 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.001019 | 0 | 0 |
2979473 | - 95240 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000897 | 0 | 0 |
2979474 | - 95240 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000999 | 0 | 0 |
2979475 | - 95240 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.006281 | 0 | 0 |
2979476 | - 95240 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.007601 | 0 | 0 |
2979477 | - 95240 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003285 | 0 | 0 |
2979478 | - 95240 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.012532 | 0 | 0 |
2979479 | - 95240 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.002709 | 0 | 0 |
2979480 | - 95240 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.005223 | 0 | 0 |
2979481 | - 95240 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.007999 | 0 | 0 |
2979482 | - 95240 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.015391 | 0 | 0 |
2979483 | - 95240 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.011378 | 0 | 0 |
2979484 | - 95240 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.0136 | 0 | 0 |
2979485 | - 95240 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.00853 | 0 | 0 |
2979486 | - 95240 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.007491 | 0 | 0 |
2979487 | - 95240 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.004595 | 0 | 0 |
2979488 | - 95240 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.003056 | 0 | 0 |
2979489 | - 95240 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.002486 | 0 | 0 |
2979490 | - 95240 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.002448 | 0 | 0 |
2979491 | - 95240 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002714 | 0 | 0 |
2979492 | - 95240 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002242 | 0 | 0 |
2979493 | - 95240 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.000994 | 0 | 0 |
2979494 | - 95240 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.000771 | 0 | 0 |
2979495 | - 95240 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000886 | 0 | 0 |
2979496 | - 95240 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.0009 | 0 | 0 |
2979497 | - 95240 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000939 | 0 | 0 |
2979498 | - 95240 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000862 | 0 | 0 |
2979499 | - 95240 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.002068 | 0 | 0 |
2979500 | - 95240 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002574 | 0 | 0 |
2979501 | - 95240 | DatabaseIntegrationTest | testValidCovers | 0.001065 | 0 | 0 |
2979502 | - 95240 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.117897 | 0 | 0 |
2979503 | - 95240 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.108994 | 0 | 0 |
2979504 | - 95240 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.098639 | 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) );