testcases
37 rows where testsuite_id = 124345
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
3813668 | - 124345 | ContentHandlerSanityTest | testValidCovers | 0.001507 | 0 | 0 |
3813669 | - 124345 | ContentHandlerSanityTest | testMakeEmptyContent with data set #0 | 0.002565 | 0 | 0 |
3813670 | - 124345 | ContentHandlerSanityTest | testMakeEmptyContent with data set #1 | 0.001187 | 0 | 0 |
3813671 | - 124345 | ContentHandlerSanityTest | testMakeEmptyContent with data set #2 | 0.001115 | 0 | 0 |
3813672 | - 124345 | ContentHandlerSanityTest | testMakeEmptyContent with data set #3 | 0.000949 | 0 | 0 |
3813673 | - 124345 | ContentHandlerSanityTest | testMakeEmptyContent with data set #4 | 0.00088 | 0 | 0 |
3813674 | - 124345 | ContentHandlerSanityTest | testMakeEmptyContent with data set #5 | 0.001043 | 0 | 0 |
3813675 | - 124345 | ContentHandlerSanityTest | testGetParserOutput with data set #0 | 0.0077 | 0 | 0 |
3813676 | - 124345 | ContentHandlerSanityTest | testGetParserOutput with data set #1 | 0.008965 | 0 | 0 |
3813677 | - 124345 | ContentHandlerSanityTest | testGetParserOutput with data set #2 | 0.003859 | 0 | 0 |
3813678 | - 124345 | ContentHandlerSanityTest | testGetParserOutput with data set #3 | 0.015041 | 0 | 0 |
3813679 | - 124345 | ContentHandlerSanityTest | testGetParserOutput with data set #4 | 0.003111 | 0 | 0 |
3813680 | - 124345 | ContentHandlerSanityTest | testGetParserOutput with data set #5 | 0.005735 | 0 | 0 |
3813681 | - 124345 | ContentHandlerSanityTest | testPreSaveTransform with data set #0 | 0.009691 | 0 | 0 |
3813682 | - 124345 | ContentHandlerSanityTest | testPreSaveTransform with data set #1 | 0.009097 | 0 | 0 |
3813683 | - 124345 | ContentHandlerSanityTest | testPreSaveTransform with data set #2 | 0.007838 | 0 | 0 |
3813684 | - 124345 | ContentHandlerSanityTest | testPreSaveTransform with data set #3 | 0.009682 | 0 | 0 |
3813685 | - 124345 | ContentHandlerSanityTest | testPreSaveTransform with data set #4 | 0.007439 | 0 | 0 |
3813686 | - 124345 | ContentHandlerSanityTest | testPreSaveTransform with data set #5 | 0.007136 | 0 | 0 |
3813687 | - 124345 | ContentHandlerSanityTest | testPreloadTransform with data set #0 | 0.004512 | 0 | 0 |
3813688 | - 124345 | ContentHandlerSanityTest | testPreloadTransform with data set #1 | 0.002578 | 0 | 0 |
3813689 | - 124345 | ContentHandlerSanityTest | testPreloadTransform with data set #2 | 0.002368 | 0 | 0 |
3813690 | - 124345 | ContentHandlerSanityTest | testPreloadTransform with data set #3 | 0.002228 | 0 | 0 |
3813691 | - 124345 | ContentHandlerSanityTest | testPreloadTransform with data set #4 | 0.002298 | 0 | 0 |
3813692 | - 124345 | ContentHandlerSanityTest | testPreloadTransform with data set #5 | 0.002368 | 0 | 0 |
3813693 | - 124345 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #0 | 0.001003 | 0 | 0 |
3813694 | - 124345 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #1 | 0.00078 | 0 | 0 |
3813695 | - 124345 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #2 | 0.000812 | 0 | 0 |
3813696 | - 124345 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #3 | 0.000811 | 0 | 0 |
3813697 | - 124345 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #4 | 0.001051 | 0 | 0 |
3813698 | - 124345 | ContentHandlerSanityTest | testSerializationRoundTrips with data set #5 | 0.001243 | 0 | 0 |
3813699 | - 124345 | DatabaseIntegrationTest | testUnknownTableCorruptsResults | 0.002809 | 0 | 0 |
3813700 | - 124345 | DatabaseIntegrationTest | testUniformTablePrefix | 0.002546 | 0 | 0 |
3813701 | - 124345 | DatabaseIntegrationTest | testValidCovers | 0.001127 | 0 | 0 |
3813702 | - 124345 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #0 | 0.141414 | 0 | 0 |
3813703 | - 124345 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #1 | 0.117276 | 0 | 0 |
3813704 | - 124345 | DatabaseIntegrationTest | testAutomaticSqlGeneration with data set #2 | 0.107128 | 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) );