testcases
37 rows where testsuite_id = 148724
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
4516295 | - 148724 | ContentHandlerSanityTest | testValidCovers | 0.000926 | 0 | 0 |
4516296 | - 148724 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002355 | 0 | 0 |
4516297 | - 148724 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.001193 | 0 | 0 |
4516298 | - 148724 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001059 | 0 | 0 |
4516299 | - 148724 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.00103 | 0 | 0 |
4516300 | - 148724 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.000802 | 0 | 0 |
4516301 | - 148724 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.000915 | 0 | 0 |
4516302 | - 148724 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.007028 | 0 | 0 |
4516303 | - 148724 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.008257 | 0 | 0 |
4516304 | - 148724 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003831 | 0 | 0 |
4516305 | - 148724 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.014687 | 0 | 0 |
4516306 | - 148724 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.003669 | 0 | 0 |
4516307 | - 148724 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.006492 | 0 | 0 |
4516308 | - 148724 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.009189 | 0 | 0 |
4516309 | - 148724 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.008838 | 0 | 0 |
4516310 | - 148724 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.005422 | 0 | 0 |
4516311 | - 148724 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.009251 | 0 | 0 |
4516312 | - 148724 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.006521 | 0 | 0 |
4516313 | - 148724 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.007024 | 0 | 0 |
4516314 | - 148724 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.003872 | 0 | 0 |
4516315 | - 148724 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.002595 | 0 | 0 |
4516316 | - 148724 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.00227 | 0 | 0 |
4516317 | - 148724 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.002288 | 0 | 0 |
4516318 | - 148724 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002246 | 0 | 0 |
4516319 | - 148724 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002513 | 0 | 0 |
4516320 | - 148724 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.001011 | 0 | 0 |
4516321 | - 148724 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.000803 | 0 | 0 |
4516322 | - 148724 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000825 | 0 | 0 |
4516323 | - 148724 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.000809 | 0 | 0 |
4516324 | - 148724 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.000828 | 0 | 0 |
4516325 | - 148724 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.000755 | 0 | 0 |
4516326 | - 148724 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.002117 | 0 | 0 |
4516327 | - 148724 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002513 | 0 | 0 |
4516328 | - 148724 | DatabaseIntegrationTest | testValidCovers | 0.001153 | 0 | 0 |
4516329 | - 148724 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.129228 | 0 | 0 |
4516330 | - 148724 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.122851 | 0 | 0 |
4516331 | - 148724 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.109637 | 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) );