testcases
37 rows where testsuite_id = 79007
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
2394113 | - 79007 | ContentHandlerSanityTest | testValidCovers | 0.000943 | 0 | 0 |
2394114 | - 79007 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002311 | 0 | 0 |
2394115 | - 79007 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.000994 | 0 | 0 |
2394116 | - 79007 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001176 | 0 | 0 |
2394117 | - 79007 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000972 | 0 | 0 |
2394118 | - 79007 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000772 | 0 | 0 |
2394119 | - 79007 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000926 | 0 | 0 |
2394120 | - 79007 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.006882 | 0 | 0 |
2394121 | - 79007 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.007699 | 0 | 0 |
2394122 | - 79007 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003816 | 0 | 0 |
2394123 | - 79007 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.013734 | 0 | 0 |
2394124 | - 79007 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.002772 | 0 | 0 |
2394125 | - 79007 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.005254 | 0 | 0 |
2394126 | - 79007 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.007984 | 0 | 0 |
2394127 | - 79007 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.008056 | 0 | 0 |
2394128 | - 79007 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.00614 | 0 | 0 |
2394129 | - 79007 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.00812 | 0 | 0 |
2394130 | - 79007 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.005971 | 0 | 0 |
2394131 | - 79007 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.005859 | 0 | 0 |
2394132 | - 79007 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.003569 | 0 | 0 |
2394133 | - 79007 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.0022 | 0 | 0 |
2394134 | - 79007 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.002157 | 0 | 0 |
2394135 | - 79007 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.002204 | 0 | 0 |
2394136 | - 79007 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002169 | 0 | 0 |
2394137 | - 79007 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002109 | 0 | 0 |
2394138 | - 79007 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.000906 | 0 | 0 |
2394139 | - 79007 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.000805 | 0 | 0 |
2394140 | - 79007 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000761 | 0 | 0 |
2394141 | - 79007 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.000801 | 0 | 0 |
2394142 | - 79007 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000839 | 0 | 0 |
2394143 | - 79007 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000817 | 0 | 0 |
2394144 | - 79007 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.002132 | 0 | 0 |
2394145 | - 79007 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002359 | 0 | 0 |
2394146 | - 79007 | DatabaseIntegrationTest | testValidCovers | 0.001305 | 0 | 0 |
2394147 | - 79007 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.125232 | 0 | 0 |
2394148 | - 79007 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.115972 | 0 | 0 |
2394149 | - 79007 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.102679 | 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) );