testcases
37 rows where testsuite_id = 176052
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
5417337 | - 176052 | ContentHandlerSanityTest | testValidCovers | 0.00114 | 0 | 0 |
5417338 | - 176052 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.001923 | 0 | 0 |
5417339 | - 176052 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.000834 | 0 | 0 |
5417340 | - 176052 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.000874 | 0 | 0 |
5417341 | - 176052 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000705 | 0 | 0 |
5417342 | - 176052 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000552 | 0 | 0 |
5417343 | - 176052 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000713 | 0 | 0 |
5417344 | - 176052 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.005765 | 0 | 0 |
5417345 | - 176052 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.005662 | 0 | 0 |
5417346 | - 176052 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003088 | 0 | 0 |
5417347 | - 176052 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.011598 | 0 | 0 |
5417348 | - 176052 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.002406 | 0 | 0 |
5417349 | - 176052 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.005072 | 0 | 0 |
5417350 | - 176052 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.007245 | 0 | 0 |
5417351 | - 176052 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.007844 | 0 | 0 |
5417352 | - 176052 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.005628 | 0 | 0 |
5417353 | - 176052 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.00878 | 0 | 0 |
5417354 | - 176052 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.005866 | 0 | 0 |
5417355 | - 176052 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.007069 | 0 | 0 |
5417356 | - 176052 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.003397 | 0 | 0 |
5417357 | - 176052 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.002534 | 0 | 0 |
5417358 | - 176052 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.0022 | 0 | 0 |
5417359 | - 176052 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.002478 | 0 | 0 |
5417360 | - 176052 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002129 | 0 | 0 |
5417361 | - 176052 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002131 | 0 | 0 |
5417362 | - 176052 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.000794 | 0 | 0 |
5417363 | - 176052 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.00098 | 0 | 0 |
5417364 | - 176052 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000881 | 0 | 0 |
5417365 | - 176052 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.000763 | 0 | 0 |
5417366 | - 176052 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000772 | 0 | 0 |
5417367 | - 176052 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000745 | 0 | 0 |
5417368 | - 176052 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.001977 | 0 | 0 |
5417369 | - 176052 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002226 | 0 | 0 |
5417370 | - 176052 | DatabaseIntegrationTest | testValidCovers | 0.00123 | 0 | 0 |
5417371 | - 176052 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.117703 | 0 | 0 |
5417372 | - 176052 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.110116 | 0 | 0 |
5417373 | - 176052 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.097732 | 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) );